Remove diagnostic information, iterations, estimate results..from screen from egarch fit
이전 댓글 표시
Hi,
Could i get some advice on the way of removing egarch(1,1) information (diagnostic, iter, estimate...) from output screen? below is my command:
model= egarch(1,1);
fit= estimate(model,data);
EstMdl = estimate(Mdl,y,Name,Value)
it looked like I could add as a solution:
fit= estimate(model,data, 'Display', 'off');
However i end up with the following error:
Argument 'Display' did not match any valid parameter of the parser.
Thanks
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 EGARCH Model에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!