In Variable, enter a column of numeric data that were collected at regular intervals and recorded in time order. If your data are in multiple columns (for example, you have data for each year in a separate column), you must stack the data into a single column.
In this worksheet, Sales contains the number of computers that are sold each month.
C1 |
---|
Sales |
195000 |
213330 |
208005 |
249000 |
237040 |
The data fits a line, which indicates that the rate of change is uniform over time. The model is Yt = β0 + (β1 * t) + et. In this model, β1 represents the average change from one period to the next.
The data have a curvature, which indicates that the rate of change varies over time. The model is Yt = β0+ β1 * t + (β2* t2) + et.
The data have a steep curvature, which indicates that the rate of change varies more quickly over time. For example, a savings account might exhibit exponential growth. The model is Yt = β0 * β1t * et.
The data has an S-shape, which indicates that the direction of the change varies over time. The model is Yt = (10a) / (β0 + β1 * β2t).
Complete the following steps to generate forecasts for your time series.
If you enter a value, Minitab uses only the data up to that row number for the forecasts. The forecast values differ from the fits because Minitab uses all of the data to calculate the fits.