Confidence intervals estimates for cubic smoothing spline (csaps)
13 ビュー (過去 30 日間)
古いコメントを表示
Matthew Taliaferro
2017 年 5 月 23 日
回答済み: Matthew Taliaferro
2017 年 5 月 29 日
Is there a built in function that will return the confidence bands for csaps (or the output from ppval)? Extra information that might be useful:
- I have data that is smoothed both with and without weights.
- I estimated the smoothing parameter using cross-validation using both k-fold and leave-one-out. Aside: why doesn't MATLAB do this automatically?
I found a paper, Smoothing Noisy Data with Spline Functions by M. F. Hutchinson and F. R. De Hoog that describes a method for estimating the confidence intervals, but I'd rather not code it myself if a script already exists.
Edit: The title was poorly worded and it doesn't seem I can change it now. I meant confidence bands, not confidence interval.
0 件のコメント
採用された回答
その他の回答 (1 件)
David Ding
2017 年 5 月 26 日
Hi Mark,
Unfortunately the output of "csaps" function requires further processing to obtain the confidence bands. The following detailed explanations on the Curving Fitting Toolbox might be useful:
Thanks,
David
参考
カテゴリ
Help Center および File Exchange で Smoothing についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!