mdl(m)

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 Center および MATLAB AnswersSystem 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