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!