Jo -
You wrote: "For eaxmple, take the last row (33, 33, 43, 37, 31) and LINEST
is predicting the value 7.4 for the 6th outcome! For the row before last, it
is predicting 58.2 which makes sense. But why the last, for example, is
nonsense?!"
You may receive more enlightening replies if you describe the source of your
data, what you are trying to do, and why.
I question your rationale for using a polynomial of degree 4 to fit a curve
to 5 data points. When I do so with your data above, I obtain the following
coefficients:
Intercept 111.00000000000
X -150.16666666667
X^ 292.25000000000
X^3 -21.83333333333
X^ 41.75000000000
For X=6, the extrapolated value is 83.
I hesitate to call this extrapolated value a forecast or prediction.
If you plot the data using an XY (Scatter) chart, add a trendline Polynomial
of Order 4, on the trendline Options tab choose Forward Forecast of 1 unit,
and Display equation on chart, you'll see the same results.
I think it's always important to Look At The Data and to think about the
appropriate functional form before fitting a curve.
- Mikehttp://
www.MikeMiddleton.com
- Show quoted text -