how is YMSE calculated

조회 수: 2 (최근 30일)
jialun chen
jialun chen 2021년 5월 21일
댓글: Shashank Gupta 2021년 5월 25일
[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!

채택된 답변

Shashank Gupta
Shashank Gupta 2021년 5월 25일
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
jialun chen
jialun chen 2021년 5월 25일
편집: jialun chen 2021년 5월 25일
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 2021년 5월 25일
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

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Language Fundamentals에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by