problem with CSAPS (cubic smoothing spline)

3 ビュー (過去 30 日間)
Mike Rudko
Mike Rudko 2016 年 11 月 14 日
回答済み: Isabella Osetinsky-Tzidaki 2016 年 12 月 26 日
Hi!
I am having trouble using CSAPS function. Consider a slightly modified example from matlab manual
x = linspace(0,2*pi,21); y = sin(x)+(rand(1,21)-.5)*.1;
pp = csaps(x,y, .4)
Changing the smoothing parameter p, which is equal 0.4 in the case above, gives you different fitting curves. However, if I extend the range of data sites, say x=linspace(0,100*pi,21), then no matter which value of smoothing parameter p I use it gives me exactly the same curve. Conversely, if I shrink the interval then it gives me just a straight line irregardless of the p-value. Any thoughts?
Thanks!

回答 (1 件)

Isabella Osetinsky-Tzidaki
Isabella Osetinsky-Tzidaki 2016 年 12 月 26 日
Your n=21 in linspace is too small for influencing your 0-100*pi range curve

カテゴリ

Help Center および File ExchangeSplines についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by