If you plot the data you will quickly see that the only trend is a flat
horizontal line or, with the application of a fair dose of imagination,
a slight downward sloping trend.
--
Regards,
Tushar Mehta
www.tushar-mehta.com
Excel, PowerPoint, and VBA add-ins, tutorials
Custom MS Office productivity solutions
In article <32E6656B-ECEC-4948-A0E7-(E-Mail Removed)>,
(E-Mail Removed) says...
> Hello Jerry,
>
> Here is the data
>
> Date Data Points
> 01/01/1976 3138
> 01/01/1976 3247
> 08/18/1977 3163
> 01/30/1978 3185
> 04/01/1978 3014
> 07/01/1978 3199
> 07/07/1978 3116
> 10/30/1978 3185
> 01/18/1979 3074
>
> Though this is the first few records of my data,
> I used to draw a chart of poly trend line of 6th order (Excell2002),
> and used to extract constants - =LINEST(B2:B10,A2:A10^{1,2,3,4,5,6})
> the coefficients are different as of trend line equ.
>
> Sanjay
>
>
>
> "Jerry W. Lewis" wrote:
>
> > Two possibilities depending on the type of chart you used:
> >
> > - "Line" chart: The chart is likely not doing what you intended. A
> > "Line" chart is misleadingly named and has nothing to do with whether
> > you want points joined by a line or not. A trendline on a "Line" chart
> > uses x-values of 1,2,3,... regardless of the x-values that you may have
> > specified. Consequently, the the polynomial trendline from a "Line"
> > chart is probably meaningless.
> >
> > - "X-Y (Scatter)" chart: The x-values do not span a wide enough range
> > of values for LINEST to be able to estimate the coefficients accurately.
> > The algorithm used by the chart trendline is more robust. If you post
> > the data (text in body of post; no attachments, please) then I could
> > comment on the accuracy (or possible inaccuracy) of the chart coefficients.
> >
> > Jerry
> >
> > Sanjay Kumar Limbikai wrote:
> >
> > > Sorry for confusing you,
> > >
> > > Here it is more-
> > > Excell 2002,
> > > I was comparing coefficients with extracting using LINEST function to the
> > > constants of displayed trend eq (6th order) with full precission. They are
> > > all different.
> > >
> > > Thanks for your valuable information.
> > > Sanjay Limbikai
> > >
> > > "Jerry W. Lewis" wrote:
> > >
> > >
> > >>You have given far too little information for us to be able to
> > >>accurately diagnose.
> > >>
> > >>What version of Excel?
> > >>How are you fitting the polynomial? (chart trendline equation, LINEST,
> > >>other?)
> > >>What unexpected results are you getting?
> > >>Is the data set small enough that you could reasonably include it in
> > >>your post? (body text, no attachments, please)
> > >>
> > >>While it is quite likely that you are over-fitting the data (as Tushar
> > >>suggested), it is not clear how that, in and of itself, would produce
> > >>"unexpected results". If you are using LINEST in versions prior to
> > >>Excel 2003, you could easily be in terretory where LINEST's algorithm
> > >>has numerical difficulties (how do coefficient estimates compare with
> > >>the chart trendline coefficients? [which is much better numerically]).
> > >>LINEST in Excel 2003 is much better numerically than previous versions,
> > >>but coefficients that are exactly zero are not to be trusted (again, how
> > >>do they compare to the chart trendline coefficients?). If you are using
> > >>the chart trendline coefficients and copying them into a worksheet for
> > >>further calculation, did you obtain them to full precision (format the
> > >>chart equation element to scientific notation with 14 decimal places) or
> > >>did you copy the heavily rounded values that Excel displays by default?
> > >>
> > >>Jerry
> > >>
> > >>Sanjay Kumar Limbikai wrote:
> > >>
> > >>
> > >>>Hi,
> > >>>
> > >>>If I evaluate my 6th order poly equation in Excell, it yields unexpected
> > >>>results, but the eq works well for 1 to 5th order polynomial trend chart.
> > >>>is there another way to work with 6th order poly eq. Any help would be
> > >>>highly appreciated.
> > >>>
> > >>>Thanks
> > >>>Sanjay Limbikai
> > >>>
> > >>
> >
> >
>