photo

Karl-Martin


自 2014 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

4 个提问
3 个回答

排名
8,641
of 300,759

声誉
5

贡献数
4 个提问
3 个回答

回答接受率
100.0%

收到投票数
4

排名
 of 21,081

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 170,900

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1
  • Revival Level 1
  • First Answer

查看徽章

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...

11 years 前 | 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...

11 years 前 | 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...

11 years 前 | 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...

11 years 前 | 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...

11 years 前 | 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...

11 years 前 | 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 ...

11 years 前 | 1 个回答 | 0

1

个回答