Remove diagnostic information, iterations, estimate results..from screen from egarch fit
Mostrar comentarios más antiguos
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
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre EGARCH Model en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!