find ar oder using aic
이전 댓글 표시
I have a data set y. I need to find the best ar order using AIC.
Can some one help me with the code please?
thanks
답변 (1개)
Wayne King
2013년 3월 2일
1 개 추천
You can use aic() in the System Identification Toolbox.
The steps:
-- Create models for given AR orders using arx()
-- Use aic() on the models to compare
카테고리
도움말 센터 및 File Exchange에서 Linear Model Identification에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!