How do I add a trendline in numbers for IPad?

I have seen how to add a trendline in numbers 2.0 for Apple, is it possible for numbers ios? I have also seen how to use statistics function to find slope and y-intercept; is there a way to graph a line in numbers for IPad?

iPad 2, iOS 5.1.1

Posted on Jun 21, 2012 5:55 AM

Reply
11 replies

Jun 21, 2012 6:21 AM in response to jconnell62

You have posted this question in the forum for Numbers on Mac OS X (not iOS). So I will explain using the procedure for Numbers on Mac OS X and provide a link to the iWork for iOS forum (which is here: https://discussions.apple.com/community/app_store/iwork_for_ios)


1) select the chart

2) open the charts inspector

3) select "Series" in the segmented controls

4) Open the advanced section by clicking the expose triangle

5) Select the "Trendline" segment at the bottom, then the type of trendline from the "Type" menu


User uploaded file

Jun 21, 2012 7:04 AM in response to jconnell62

if you want to add a linear best fit line you can get the parameters for that line from your existing data and make a NEW series:


User uploaded file

Using my previous charts you can add a new table (in this case below the chart) used to calculate the slope (m) and the y-intercept (b) for each of the original series. Then you can use those two values with the original X values to construct a best fit line. The bottom table is named "Best Fit Constants" and is constructed:


B1=INDEX(LINEST(Data :: C,Data :: B,TRUE), 2)

B2=INDEX(LINEST(Data :: C,Data :: B,TRUE), 1)


D1=INDEX(LINEST(Data :: E,Data :: D,TRUE), 2)

D2=INDEX(LINEST(Data :: E,Data :: D,TRUE), 1)



The original table (which I named "Data") is constructed as follows:

User uploaded file

F2=B2

G2=Best Fit Constants :: $B$1+Best Fit Constants :: $B$2*F2

H2=D2

I2=Best Fit Constants :: $D$1+Best Fit Constants :: $D$2*H2


select F2 thru I2 and fill down as needed. Expand the graph range by selecting the chart,

User uploaded file

then dragging the data range controls (in the table) to include the best fit data

User uploaded file

This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

How do I add a trendline in numbers for IPad?

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.