The smoothed (predicted) values are obtained in one of two ways: with an optimal weight generated by Minitab or a weight that you specify.
Term | Description |
---|---|
1 – α | estimates the MA parameter |
Term | Description |
---|---|
α | weight |
The fitted value at time t is the smoothed value at time t – 1. The forecasts are the fitted value at the forecast origin. If you forecast 10 time units ahead, the forecasted value for each time will be the fitted value at the origin. Data up to the origin are used for the smoothing.
In naive forecasting, the forecast for time t is the data value at time t – 1. Perform single exponential smoothing with a weight of one to perform naive forecasting.
The value of 1.25 is an approximate proportionality constant of the standard deviation to the mean absolute deviation. Hence, 1.25 × MAD is approximately the standard deviation.
Mean absolute percentage error (MAPE) measures the accuracy of fitted time series values. MAPE expresses accuracy as a percentage.
Term | Description |
---|---|
yt | actual value at time t |
![]() | fitted value |
n | number of observations |
Mean absolute deviation (MAD) measures the accuracy of fitted time series values. MAD expresses accuracy in the same units as the data, which helps conceptualize the amount of error.
Term | Description |
---|---|
yt | actual value at time t |
![]() | fitted value |
n | number of observations |
Mean squared deviation (MSD) is always computed using the same denominator, n, regardless of the model. MSD is a more sensitive measure of an unusually large forecast error than MAD.
Term | Description |
---|---|
yt | actual value at time t |
![]() | fitted value |
n | number of observations |