Minitab offers several analyses that let you to analyze time series. These analyses include simple forecasting and smoothing methods, correlation analysis methods, and ARIMA modeling. Although correlation analysis can be done separately from ARIMA modeling, Minitab presents the correlation methods as part of ARIMA modeling.
The simple forecasting and smoothing methods model components in a series that is usually easy to observe in a time series plot of the data. This approach decomposes the data into its component parts, and then extends the estimates of the components into the future to provide forecasts. You can choose from the static methods of trend analysis and decomposition, or the dynamic methods of moving average, single and double exponential smoothing, and Winters' method. Static methods have patterns that do not change over time; dynamic methods have patterns that do change over time and estimates are updated using neighboring values.
You can use two methods in combination. That is, you can choose a static method to model one component and a dynamic method to model a different component. For example, you can fit a static trend using trend analysis and dynamically model the seasonal component in the residuals using Winters' method. Or, you can fit a static seasonal model using decomposition and dynamically model the trend component in the residuals using double exponential smoothing. You can also apply a trend analysis and decomposition together so that you can use the wider selection of trend models offered by trend analysis. A disadvantage of combining methods is that the confidence intervals for forecasts are not valid.
For each of the methods, the following table provides a summary and a graph of fits and forecasts of common data.
Fits a general trend model to time series data. Choose between the linear, quadratic, exponential growth or decay, and S-curve trend models. Use this procedure to fit trend when there is no seasonal component in your series.
Separates the times series into linear trend components, seasonal components, and the error. Choose whether the seasonal component is additive or multiplicative with the trend. Use this procedure to forecast when there is a seasonal component in your series or when you want to examine the nature of the component parts.
Smoothes your data by averaging consecutive observations in a series. You can use this procedure when your data do not have a trend component. If you have a seasonal component, set the length of the moving average to equal the length of the seasonal cycle.
Smoothes your data using the optimal one-step ahead ARIMA (0,1,1) forecasting formula. This procedure works best without a trend or seasonal component. The single dynamic component in a moving average model is the level.
Smoothes your data using the optimal one-step-ahead ARIMA (0,2,2) forecasting formula. This procedure can work well when there is a trend but it can also serve as a general smoothing method. Double Exponential Smoothing calculates dynamic estimates for two components: level and trend.
Smoothes your data by Holt-Winters exponential smoothing. Use this procedure when there are trend and seasonality, with these two components being either additive or multiplicative. Winters' Method calculates dynamic estimates for three components: level, trend, and seasonal.
ARIMA (autoregressive integrated moving average) modeling also makes use of patterns in the data, but these patterns might not be easily visible in a plot of the data. Instead, ARIMA modeling uses differencing and the autocorrelation and partial autocorrelation functions to help identify an acceptable model.
ARIMA modeling can be used to model many different time series, with or without trend or seasonal components, and to provide forecasts. The forecast profile depends on the model that is fit. The advantage of ARIMA modeling compared to the simple forecasting and smoothing methods is that it is more flexible in fitting the data. However, identifying and fitting a model can be time-consuming, and ARIMA modeling is not easily automated.