How to define some orders in ARIMA
Show older comments
I want to define an ARIMA(1,0,8) but I only want the model to find the optimal values for first and last MA orders in a way that for MA component orders from 2 to 7 are zero.How should I change the following function?
model = arima(p,0,q);
Accepted Answer
More Answers (0)
Categories
Find more on Conditional Mean Models in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!