Minimum Description Length

Version 1.0.0.0 (635 octets) par William Rose
Computes MDL for a model.
3,9K téléchargements
Mise à jour 5 juin 2007

Aucune licence

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.

Citation pour cette source

William Rose (2026). Minimum Description Length (https://fr.mathworks.com/matlabcentral/fileexchange/15210-minimum-description-length), MATLAB Central File Exchange. Extrait(e) le .

Compatibilité avec les versions de MATLAB
Créé avec R2006a
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Version Publié le Notes de version
1.0.0.0