FastRidge - fast ridge regression

バージョン 1.3.0.0 (19.5 KB) 作成者: Statovic
Implementation of fast ridge regression tool that works efficiently for the case that p > n
ダウンロード: 354
更新 2015/11/24

ライセンスの表示

This submission implements a ridge regression tool that works efficiently even if the number of predictors (p) is greater than the number of samples (n). Additionally, it implements:
* Search for optimal regularisation parameter using minimum message length and corrected AIC
* Generate regularisation paths
* Fit models with specified regularisation parameters or specified degrees-of-freedom

引用

Statovic (2024). FastRidge - fast ridge regression (https://www.mathworks.com/matlabcentral/fileexchange/54143-fastridge-fast-ridge-regression), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R2015a
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersLinear Regression についてさらに検索

Community Treasure Hunt

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

Start Hunting!
バージョン 公開済み リリース ノート
1.3.0.0

Removed superfluous reference from the file.

1.2.0.0

Updated example script to include several additional examples.

1.1.0.0

Included the diabetes dataset for the example script.

1.0.0.0