Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
DCLittlejohn
 
Posts: n/a
Default Polynomial Formula Incorrect?

Hello

I have a printed chart that shows a polynomial curve with temperature vaules
as X and resistivity values as Y. The X values are given in 500 degree
increments, and the Y in 0.1 increments. I recreated the printed chart using
the major gridline values from it and now have a trend chart in excel that
matches it.

Using the Polynomial trend function, excel has given me a matching curve and
formula of "y = 0.0014xE+4 - 0.0322xE+3 + 0.2571xE+2 - 0.7144x + 1.4873".

I have entered that formula to now solve for Y given different values of X.
All of the calculated values for Y are incorrect. For example - if X is 0, Y
should = 1. With the above formula Y = 1.4873. The values for Y get
progressively further away from what they should be the great the value for X.
  #2   Report Post  
Mike Middleton
 
Posts: n/a
Default

DCLittlejohn -

Here are brief comments about three issues:

Excel Chart Type: Be sure to use an XY (Scatter) chart type, not a Line
chart type. The XY (Scatter) chart type will use the numerical X values; the
Line chart type uses 1,2,3,... for the X values.

Excel Precision: After fitting a trend function, select the equation text
box and repeatedly press the Increase Decimal button to display more
significant digits for the coefficients. Use the extra precision for
calculations. (You can also obtain the coefficients using the LINEST
worksheet function or by using VBA.)

Overfitting: Is there some physical reason that temperature and resistivity
should be related as a fourth-order polynomial? If not, it is likely you are
overfitting the data, and the fitted curve will not be useful for
predictions. This is a general statistical or data analysis issue, not an
Excel issue.

- Mike
www.mikemiddleton.com

"DCLittlejohn" wrote in message
...
Hello

I have a printed chart that shows a polynomial curve with temperature
vaules
as X and resistivity values as Y. The X values are given in 500 degree
increments, and the Y in 0.1 increments. I recreated the printed chart
using
the major gridline values from it and now have a trend chart in excel that
matches it.

Using the Polynomial trend function, excel has given me a matching curve
and
formula of "y = 0.0014xE+4 - 0.0322xE+3 + 0.2571xE+2 - 0.7144x + 1.4873".

I have entered that formula to now solve for Y given different values of
X.
All of the calculated values for Y are incorrect. For example - if X is 0,
Y
should = 1. With the above formula Y = 1.4873. The values for Y get
progressively further away from what they should be the great the value
for X.



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
sumif formula returns incorrect value modular_brian Excel Worksheet Functions 1 June 16th 05 10:29 PM
formula result incorrect Micayla Bergen Excel Discussion (Misc queries) 2 June 6th 05 03:52 AM
ACCRINT formula yields incorrect result Onurali_k Excel Worksheet Functions 7 March 24th 05 05:47 PM
Sum Function sometimes displays incorrect answer John Westgate Excel Worksheet Functions 4 January 18th 05 12:16 PM
Cell shows formula and not the result of the formula. stumpy1220 Excel Worksheet Functions 2 January 14th 05 05:11 PM


All times are GMT +1. The time now is 09:55 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"