How can i apply AIC to all possible lags in a moving average time series model with 10 lags?

I have a moving average time series model with 10 lags. I want to make a simulation to apply subset AIC (Akaike information criterion) to choose the correct lags. What is the MATLAB code to do that?

Answers (1)

What is an "AIC" and what is a "lage"? What toolboxes does this apply to? List them in the Products box above.
Have you looked at conv() or smooth()?

2 Comments

AIC is Akaike information criterion and lag is moving average time series order
OK. I'll correct the spelling from "lage" in your post.

Sign in to comment.

Categories

Find more on MATLAB in Help Center and File Exchange

Asked:

on 4 Jul 2014

Edited:

on 5 Jul 2014

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!