Causes of Rank Deficiency when Fitting GARCH models
조회 수: 2 (최근 30일)
이전 댓글 표시
I am fitting an ARIMA(1,1,1) model with GARCH(P,Q) variance to a time series. I use two for loops to iterate though P = 0:3 and Q = 1:3 (12 total models). A few times I get a warning that the matrix is rank deficient. I was wondering what implications this has for the fitted model that returned this error (is one of the values of P or Q zero?). Also, when comparing the fitted models (using the Bayesian Information Criteria), is a rank deficient model more or less likely to be chosen or will it in some way cause problems with the comparison? TH=he error message is below. Thank you.
.
.
.
In arch0 at 57 In garch.estimate at 698 In arima.estimate>nLogLike at 1549 In arima.estimate>@(X)nLogLike(X,YData,XData,E,V,Mdl,AR.Lags,MA.Lags,maxPQ,T,isDistributionT,options,userSpecifiedY0,userSpecifiedE0,userSpecifiedV0,trapValue) at 961 In C:\Program Files\MATLAB\R2014a\toolbox\optim\optim\private\evalObjAndConstr.p>evalObjAndConstr at 134 In C:\Program Files\MATLAB\R2014a\toolbox\optim\optim\private\backtrackLineSearch.p>backtrackLineSearch at 74 In C:\Program Files\MATLAB\R2014a\toolbox\optim\optim\sqpLineSearch.p>sqpLineSearch at 305 In fmincon at 828
댓글 수: 0
답변 (1개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Conditional Variance Models에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!