I have 12 (1 year's worth) values and I want to determine the trend and represent the trend as a positive or negative figure. What is the difference in using linear regression versus the monthly percent change averaged?
Tell me more
×
Mathematics Stack Exchange is a question and answer site for
people studying math at any level and professionals in related fields. It's 100% free, no registration required.
|
The monthly percentage change averaged will have the implicit assumption that the growth is exponential while a linear regression has the assumption that it is linear. If you do it properly, the average monthly percentage change involves taking the 11th root of the product of the $1+\frac{P_i}{100}$ terms, in which case it will depend on the first and last terms only, ignoring all intermediate months. It might be sensible if you drew a graph of your data before any numerical analysis, to see what the pattern might be. |
|||
|
