- Joined
- 28 Oct 2003
- Posts
- 5,510
- Location
- Worthington-on-sea
R^2 = 0.0146
R^2 = 0.0146
This basically means you have very little confidence that the trendline can be used in a predictive fashion.
Extrapolation is a mug's game. Visual analysis suggests a sinusoid with a six month period around a constant.
100 is really the starting point, rather than 90
10/90)*100*number of periods (4) = 40%
Extrapolation is a mug's game. Visual analysis suggests a sinusoid with a six month period around a constant.
Maybe I'm using the wrong measure & something like a 6 month rolling average would be better suited.
Isn't r-squared more about correlation though...? It wouldn't account for seasonality, which the data has.
Which would be about right. Underlying (mostly) constant level of activity with seasonality.
Maybe I'm using the wrong measure & something like a 6 month rolling average would be better suited.
You can't extrapolate a linear trend from that data, the r-value showing that a linear trend is meaningless. The visual analysis confirms this.
If you want to extrapolate future trends then you will need a much more complex model. I would start with a Fourier analysis of the data to find the periodicity.
I you are certain that the sinusoidal changes relate to seasonal changes then you could create a simpler more linear data set by collapsing all months into a single year (total or average of 12 months) and then you can compare year on year changes. The model would then be limited in only comparing 12-month periods to other 12 month periods and predicting outcomes in periods of 12 months. You will also need much more data in order to create a robust analysis.
For that reason I suggest you work on the former solution and find a better model. there are lots of ways to do it. A polynomial fit wont work well for this kind of function. If you are right about the seasonal changes then you could fit a some function of sine using a least squares fit.
What you are doing at the moment it bogus statistics and will only lead to meaningless outcomes.