mdl(m)

버전 2.1.0.0 (1.6 KB) 작성자: William Rose
MDL: returns Rissanen's Minimum Description Length.
다운로드 수: 295
업데이트 날짜: 2016/4/1

라이선스 보기

MDL Returns Rissanen's Minimum Description Length.
m=model that has been estimated using System Identification toolbox.
This function requires System Identification toolbox to work. Plug-compatible with built-in functions aic(m) and fpe(m).
MDL can be used 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 because AIC tends to select a too-complex model.
Minimum Description Length = V*(1+d*log(N)/N)
where V=loss function, d=number of fitted model parameters, and N=number of data points.

인용 양식

William Rose (2024). mdl(m) (https://www.mathworks.com/matlabcentral/fileexchange/56300-mdl-m), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2013a
모든 릴리스와 호환
플랫폼 호환성
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!
버전 게시됨 릴리스 정보
2.1.0.0

Updated the comments and example. Code is same as before.

2.0.0.0