Forecast - Partial autocorrelation function
조회 수: 1 (최근 30일)
이전 댓글 표시
Hi Forecast-community,
Currently I am stuck in a tricky, but simple problem. To estimate my forecast model (SARIMA) I need a partial autocorrelation function. I use the toolbox parcorr. My command is
[PACF,plags,pBounds]=parcorr(Series,nLags,R,nSTDs);
In general the PACF output should be between -1 and 1 but I have outputs which exceeds these boundaries.
My Questions:
Does I have an error when PACF exceeds the boundaries?
How can I fix this output?
Thanks for any help
Merten
댓글 수: 0
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Mathematics and Optimization에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!