Al momento, stai seguendo questo contributo
- Vedrai gli aggiornamenti nel tuo feed del contenuto seguito
- Potresti ricevere delle email a seconda delle tue preferenze per le comunicazioni
This function performs a forecast, h-periods-ahead, supposing the process follows an AR process. The best number p of lags is detrmined by the AIC principle, with a simplified formula. Once the best number of lags is determined, the algorithm performs a forecast, choosing an iterative o direct method.
The iterative method performs a first forecast for the next period, then uses this forecast as the last observation of the time series, and perform again a forecast using this last informtion. Simple OLS is used to find parameters of the forecast.
The direct method performs an OLS regression of the variable into its h-th lags, thus it does not uses "new" information, but the variable is regressed directly from its past values.
Cita come
raffaele (2026). simple forecast with AR model (https://it.mathworks.com/matlabcentral/fileexchange/52010-simple-forecast-with-ar-model), MATLAB Central File Exchange. Recuperato .
Informazioni generali
- Versione 1.0.0.0 (1,65 KB)
Compatibilità della release di MATLAB
- Compatibile con qualsiasi release
Compatibilità della piattaforma
- Windows
- macOS
- Linux
| Versione | Pubblicato | Note della release | Action |
|---|---|---|---|
| 1.0.0.0 |
