Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.charting
Keith
 
Posts: n/a
Default Excel graphed trendline does not match derived equation

I have a scatter-point chart and I have been able to plot the linear
trendline through those scatter points. I then formatted the linear
trendline and got the equation for the line.

However, I noticed that the y-intercept (7.9...) of the actual line that was
graphed by Excel is not the same as the y-intercept (8.9573) for the equation
that Excel derived from the graphed line. The actual Excel graphed line and
the line the equation appear to be parallel to each other. As a result,
entering data into the equation supposedly derived from the graphed line will
not result in the line that was graphed by Excel.

Thank you in advance for your help


  #3   Report Post  
Posted to microsoft.public.excel.charting
Mike Middleton
 
Posts: n/a
Default Excel graphed trendline does not match derived equation

Keith -

(1) Be sure you are using an XY (Scatter) chart type, not a Line chart type.

(2) If any of the X values are text, even the XY (Scatter) chart type will
use 1,2,3,... for the X values of the trendline.

To coerce seemingly-numeric text into numbers, copy a blank cell, select the
X data range, and choose Edit | Paste Special | Add.

(3) Another way to check your results is to use the INTERCEPT and SLOPE
worksheet functions.

- Mike
www.mikemiddleton.com

"Keith" wrote in message
...
I have a scatter-point chart and I have been able to plot the linear
trendline through those scatter points. I then formatted the linear
trendline and got the equation for the line.

However, I noticed that the y-intercept (7.9...) of the actual line that
was
graphed by Excel is not the same as the y-intercept (8.9573) for the
equation
that Excel derived from the graphed line. The actual Excel graphed line
and
the line the equation appear to be parallel to each other. As a result,
entering data into the equation supposedly derived from the graphed line
will
not result in the line that was graphed by Excel.

Thank you in advance for your help



  #4   Report Post  
Posted to microsoft.public.excel.charting
Keith
 
Posts: n/a
Default Excel graphed trendline does not match derived equation

Kelly,

The linear equation that Excel produces for the following data set is:

y = -4E-05x + 8.9573

with an R^2 of:

0.5539

X-Axis (Square Foot) & Y-Axis (Trip Rate)

128993 5.03
135197 2.94
129000 2.88
90255 5.30
135197 3.89
130316 4.31
129044 3.76
135197 4.25
135197 2.91
120059 5.01
164558 1.26
178207 1.13
105700 2.60
164775 1.41
164775 1.84
168044 2.36
123173 1.46
165129 1.10
163900 1.96
165030 2.20
163268 1.41
167400 1.69
139325 3.80
163704 2.43
163268 1.42
160680 1.75
130019 2.52

If I use the trendline that is plotted for the above data for 169200 square
feet I would expect a trip rate of approximately 1.6 to 1.8 however the
equation for that same line gives me a trip rate of 2.19.

Thanks Kelly

Keith





"Kelly O'Day" wrote:

Keith

I can't reproduce your results without some data. Can you copy paste the X &
Y values?




"Keith" wrote in message
...
I have a scatter-point chart and I have been able to plot the linear
trendline through those scatter points. I then formatted the linear
trendline and got the equation for the line.

However, I noticed that the y-intercept (7.9...) of the actual line that
was
graphed by Excel is not the same as the y-intercept (8.9573) for the
equation
that Excel derived from the graphed line. The actual Excel graphed line
and
the line the equation appear to be parallel to each other. As a result,
entering data into the equation supposedly derived from the graphed line
will
not result in the line that was graphed by Excel.

Thank you in advance for your help





  #5   Report Post  
Posted to microsoft.public.excel.charting
Mike Middleton
 
Posts: n/a
Default Excel graphed trendline does not match derived equation

Keith -

Use more significant digits in your calculations. On the chart, select the
trendline text-like box containing the equation, and on the formatting
toolbar repeatedly click the Increase Decimal button to get:

y = -0.000043175733348x + 8.957163001493400
R2 = 0.554182966050947

For X = 169200, Y = 1.651828919 (using worksheet functions).

- Mike
www.mikemiddleton.com

"Keith" wrote in message
...
Kelly,

The linear equation that Excel produces for the following data set is:

y = -4E-05x + 8.9573

with an R^2 of:

0.5539

X-Axis (Square Foot) & Y-Axis (Trip Rate)

128993 5.03
135197 2.94
129000 2.88
90255 5.30
135197 3.89
130316 4.31
129044 3.76
135197 4.25
135197 2.91
120059 5.01
164558 1.26
178207 1.13
105700 2.60
164775 1.41
164775 1.84
168044 2.36
123173 1.46
165129 1.10
163900 1.96
165030 2.20
163268 1.41
167400 1.69
139325 3.80
163704 2.43
163268 1.42
160680 1.75
130019 2.52

If I use the trendline that is plotted for the above data for 169200
square
feet I would expect a trip rate of approximately 1.6 to 1.8 however the
equation for that same line gives me a trip rate of 2.19.

Thanks Kelly

Keith





"Kelly O'Day" wrote:

Keith

I can't reproduce your results without some data. Can you copy paste the
X &
Y values?




"Keith" wrote in message
...
I have a scatter-point chart and I have been able to plot the linear
trendline through those scatter points. I then formatted the linear
trendline and got the equation for the line.

However, I noticed that the y-intercept (7.9...) of the actual line
that
was
graphed by Excel is not the same as the y-intercept (8.9573) for the
equation
that Excel derived from the graphed line. The actual Excel graphed line
and
the line the equation appear to be parallel to each other. As a
result,
entering data into the equation supposedly derived from the graphed
line
will
not result in the line that was graphed by Excel.

Thank you in advance for your help









  #6   Report Post  
Posted to microsoft.public.excel.charting
Kelly O'Day
 
Posts: n/a
Default Excel graphed trendline does not match derived equation

Keith:

Thanks for sending the data.

I got an intercept of (8.9572) and slope of (-0.000043176) exactly like
you got.. I also got the same correlation coefficient.

To make sure that these results were valid, I used both the Excel Chart
liner trendline as well as Excel Intercept and Slope functions. Both methods
returned the exact same values.

I next used the formula Y = 8.9572 - 0.000043176* X to forecast your Y value
for an X of 169,200. I got 1.65, which plots right on the regression
trendline and is consistent with what you expect.

I am not sure how you got the 2.19. Can you double check the formula you
used to forecast Y.

As far as I can tell, your regression is working fine.


....Kelly




"Keith" wrote in message
...
Kelly,

The linear equation that Excel produces for the following data set is:

y = -4E-05x + 8.9573

with an R^2 of:

0.5539

X-Axis (Square Foot) & Y-Axis (Trip Rate)

128993 5.03
135197 2.94
129000 2.88
90255 5.30
135197 3.89
130316 4.31
129044 3.76
135197 4.25
135197 2.91
120059 5.01
164558 1.26
178207 1.13
105700 2.60
164775 1.41
164775 1.84
168044 2.36
123173 1.46
165129 1.10
163900 1.96
165030 2.20
163268 1.41
167400 1.69
139325 3.80
163704 2.43
163268 1.42
160680 1.75
130019 2.52

If I use the trendline that is plotted for the above data for 169200
square
feet I would expect a trip rate of approximately 1.6 to 1.8 however the
equation for that same line gives me a trip rate of 2.19.

Thanks Kelly

Keith





"Kelly O'Day" wrote:

Keith

I can't reproduce your results without some data. Can you copy paste the
X &
Y values?




"Keith" wrote in message
...
I have a scatter-point chart and I have been able to plot the linear
trendline through those scatter points. I then formatted the linear
trendline and got the equation for the line.

However, I noticed that the y-intercept (7.9...) of the actual line
that
was
graphed by Excel is not the same as the y-intercept (8.9573) for the
equation
that Excel derived from the graphed line. The actual Excel graphed line
and
the line the equation appear to be parallel to each other. As a
result,
entering data into the equation supposedly derived from the graphed
line
will
not result in the line that was graphed by Excel.

Thank you in advance for your help







Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
how do i add a quadratic trendline to excel moseichuk007 Charts and Charting in Excel 2 April 3rd 23 04:11 PM
extracting the trendline equation Will1 Charts and Charting in Excel 2 November 25th 05 07:50 PM
Rounding in Trendline Equation Phil Hageman Charts and Charting in Excel 3 January 15th 05 01:15 AM
How do I customize the X-axis in excel to match my dataset? cathy Charts and Charting in Excel 1 January 14th 05 01:25 AM
How do I get the trendline equation from Excel to script? Mattias Charts and Charting in Excel 1 December 7th 04 12:21 PM


All times are GMT +1. The time now is 03:40 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"