Minimum Description Length

버전 1.0.0.0 (635 Bytes) 작성자: William Rose
Computes MDL for a model.
다운로드 수: 3.9K
업데이트 날짜: 2007/6/5

라이선스 없음

Returns Rissanen's Minimum Description Length.
Requires System Identification toolbox.
Call it like built-in functions aic(m) and fpe(m).
Use MDL like AIC or FPE to compare models of different complexities. Choose model with lowest MDL or AIC or FPE. Pintelon & Schoukens (2001) pp. 329,550 say MDL is better than AIC; AIC tends to select a too-complex model.
Example: Compute & print MDL and AIC for an AR model of order 10.
Data=iddata(y,[],1/Fs);
m_fb=ar(Data,10,'fb');
fprintf('MDL=%.3d; AIC=%.3f\n',mdl(m_fb),aic(m_fb));
William C Rose 2007-06-05.

인용 양식

William Rose (2024). Minimum Description Length (https://www.mathworks.com/matlabcentral/fileexchange/15210-minimum-description-length), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2006a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 System Identification Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.0.0.0