Remove diagnostic information, iterations, estimate results..from screen from egarch fit
Show older comments
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
Accepted Answer
More Answers (0)
Categories
Find more on EGARCH Model in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!