
Signature
Bernard V Liengme
Microsoft Excel MVP
www.stfx.ca/people/bliengme
remove caps from email
Thanks Bernard. This was very helpful. I agree the values are very small,
but if you multiply them by 18000 in the power of 5, 4 and 3 accordingly,
then they are meaningful...
Cheers,
Excel User
> You can use LINEST as explained in
> http://people.stfx.ca/bliengme/ExcelTips/Polynomial.htm
[quoted text clipped - 26 lines]
>> Regards,
>> Excel User
Paul Hyett - 04 Dec 2007 17:53 GMT
In microsoft.public.excel on Tue, 4 Dec 2007, excel user
<pochta007-spam@yahoo.com> wrote :
>>> I am wondering if I can somehow pull the coefficients from the trendline
>>> equation and display them in cells separately, e.g if the equation is
[quoted text clipped - 14 lines]
>but if you multiply them by 18000 in the power of 5, 4 and 3 accordingly,
>then they are meaningful...
??
(18000*-5.21250E-21)^5 = -7.271*10^-81 by my calculation - so even less
meaningful...

Signature
Paul Hyett, Cheltenham (change 'invalid83261' to 'blueyonder' to email me)
Jerry W. Lewis - 04 Dec 2007 21:34 GMT
Set the optional 4th parameter of LINEST to TRUE and use the standard errors
of the coefficients (2nd line) to evaluate their significance. Loosely, the
coefficient should be at least twice its standard error. More precisely, use
TDIST(coef/stdErr,df) to get a p-value (should be small, say <0.05). If
these conditions do not hold and you still believe that the higher power
terms are real, then you need more data (probably spread over a much wider
range) to get decent estimates.
Jerry
> Thanks Bernard. This was very helpful. I agree the values are very small,
> but if you multiply them by 18000 in the power of 5, 4 and 3 accordingly,
[quoted text clipped - 33 lines]
> >> Regards,
> >> Excel User