how is YMSE calculated

2 visualizzazioni (ultimi 30 giorni)
jialun chen
jialun chen il 21 Mag 2021
Commentato: Shashank Gupta il 25 Mag 2021
[YF,YMSE] = forecast(AR_model,step,data)
Could anyone guide me on how is YMSE calculated, I couldn't find any code or algorithm for calculating YMSE?
Thank you!

Risposta accettata

Shashank Gupta
Shashank Gupta il 25 Mag 2021
Hi,
forecast function explicitly does not return the error matrix, The function forecasts the output of an identified time series model in to some steps into the future. Although you can use compare function and find out the goodness of fit of your predicted model. Alternately you can use your own error matrix to check if the forecast model working as intended.
I hope this helps.
Cheers.
  2 Commenti
jialun chen
jialun chen il 25 Mag 2021
Modificato: jialun chen il 25 Mag 2021
Thank you for your answer. I am referring to this website. Error variances of forecasted observations (ymse) was calculated by this forecast function. However, I don't understand how he calculated this.
Shashank Gupta
Shashank Gupta il 25 Mag 2021
YMSE - Forecast error variances of future observations
For time-invariant models in which the length of each observation vector (n) is the same, this is a numPeriods-by-n matrix. For time-varying models in which the length of the observation vector changes, this is a numPeriods-by-1 cell array in which each element contains a time-varying n-element vector of forecast error variances associated with the corresponding period.
If you want to know more information for the function, You can access the code simply by
edit forecast

Accedi per commentare.

Più risposte (0)

Categorie

Scopri di più su Language Fundamentals in Help Center e File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by