Feeds
답변 있음
arima estimate error with garch
Allthough you did specify Q=1, the parameter can be excluded from the model. In the 'garch.m' function of the Econometrics to...
arima estimate error with garch
Allthough you did specify Q=1, the parameter can be excluded from the model. In the 'garch.m' function of the Econometrics to...
9년 초과 전 | 1
답변 있음
Error using garch/validateModel; Non-zero degree P requires a non-zero degree Q.
Hi Jason, I got this error in my modelling too and I suppose it happens to occur as follows: In the 'garch.m' function...
Error using garch/validateModel; Non-zero degree P requires a non-zero degree Q.
Hi Jason, I got this error in my modelling too and I suppose it happens to occur as follows: In the 'garch.m' function...
9년 초과 전 | 0
질문
How to show 95% quanile in a Boxplot ?
Hi, I want to compare the forecast performance of Value at Risk (VaR) from two different models by using a boxplot. Put diffe...
거의 10년 전 | 답변 수: 1 | 2
1
답변답변 있음
Estimate GARCH(4,1) using estimate: Parameter GARCH{2} is missing
Nevermind, I found the solution. In the 'garch.m' function of the Econometrics toolbox it is stated: % o The coefficients...
Estimate GARCH(4,1) using estimate: Parameter GARCH{2} is missing
Nevermind, I found the solution. In the 'garch.m' function of the Econometrics toolbox it is stated: % o The coefficients...
거의 10년 전 | 0
| 수락됨
질문
Estimate GARCH(4,1) using estimate: Parameter GARCH{2} is missing
Hi, I want to fit an AR(1) Model to a time series of returns (x) and the variance process follows a GARCH(4,1) model. mo...
거의 10년 전 | 답변 수: 1 | 1
1
답변질문
Do my Toolboxes work?
Hi, I want to fit a Conditional Variance Model, given some specified data, using: model = arima('ARLags',1,'Variance',ga...
거의 10년 전 | 답변 수: 2 | 0
2
답변질문
How to plot data with corresponding dates
I have a vector with data (1x9324 double) and another vector (1x9324 cell) with the corresponding dates. Both vectors are from ...
대략 10년 전 | 답변 수: 1 | 0