mygcv1(A,b,l)
バージョン 1.0.0.0 (382 Bytes) 作成者:
Daniel Vasilaky
Computes Generalized Cross Validation for a given A and b.
Computes Generalized Cross Validation for a given A and b.
You can call it to obtain an optimal lambda as follows:
lambda=fminbnd(@(l)mygcv(A,b,l),.0001,10); % find optimal l in [.0001,10].
Makes much better predictions than Per Christian Hansen's gcv(). try it.
引用
Daniel Vasilaky (2025). mygcv1(A,b,l) (https://www.mathworks.com/matlabcentral/fileexchange/66046-mygcv1-a-b-l), MATLAB Central File Exchange. に取得済み.
MATLAB リリースの互換性
作成:
R14SP3
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linuxカテゴリ
Help Center および MATLAB Answers で Data Copy Reduction についてさらに検索
タグ
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!バージョン | 公開済み | リリース ノート | |
---|---|---|---|
1.0.0.0 |