- Category:
- matlab
- Tags:
-
[Matlab]
[源码]
- File Size:
- 13kb
- Update:
- 2017-05-31
- Downloads:
- 0 Times
- Uploaded by:
- 曹红英
Description: Methods for studying time series are AR (autoregressive), MA (moving average), ARMA (autoregressive moving average). For a stationary time series prediction problem, the first thing to consider is to find the best prediction model with it. And the identification of the model and the order of the selection is the key to the selection model.
1. Use iteration to generate 1000 points (the first two points to customize).
2. Take the 800 points in the 1000 points for time series analysis to establish the appropriate model.
3. Use the remaining 200 points to model the forecast and see if it matches and finalize it.
To Search:
File list (Check if you may need any files):
Test.fig
Test.m