'Too many input arguments.' error (arima command)
Mostrar comentarios más antiguos
Hi all,
I tried to generate MA(1) model without presample. I typed following command.
Mdl= arima('Constant',1.5,'MA',{0.1},'Variance',1.9)
In the command window, the error comes up:
Error using arima
Too many input arguments.
I just referred to this instruction(https://mathworks.com/help/econ/arima.html?searchHighlight=arima&s_tid=srchtitle#d122e112384) and I don't know where I got wrong. Please help me.
Respuestas (1)
Swetha Polemoni
el 1 de Mzo. de 2021
0 votos
Hi Seraphic,
Can you share the details of Matlab version you are using?
1 comentario
Seraphic
el 3 de Mzo. de 2021
Categorías
Más información sobre Conditional Mean Models 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!