photo

Mads


Last seen: 2 years 前 自 2021 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

4 个提问
0 个回答

排名
35,011
of 297,503

声誉
1

贡献数
4 个提问
0 个回答

回答接受率
50.0%

收到投票数
1

排名
 of 20,449

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 159,017

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


Which type of estimator is provided from the HAC function in matlab?
Hello, When using the HAC funciton in matlab, which type of HAC estimator is then used? Thanks in advance

4 years 前 | 1 个回答 | 0

1

个回答

提问


Error "Number of rows in presample array 'Z0' must be at least 1."
%% Forecast E-GARCH eModel = egarch(1,1); % Create a garch (1,2) model (proposed by BIC) j=500; % Number of observations w...

4 years 前 | 0 个回答 | 0

0

个回答

提问


Experience with manual Garch code
Hello. My goal is to create a garch(1,1) model of the us Treasury bond yields. I know that matlab has some build-in functions. B...

4 years 前 | 0 个回答 | 0

0

个回答

提问


Error: Index exceeds the number of array elements (1).
%% Omitting NA's from intial dataset data = rmmissing(Zerocoupondata); data.SVENY05(12523) = 0.875; %% Declaring variables: ...

4 years 前 | 1 个回答 | 1

1

个回答