平滑化スプラインの与えられたデータからの関数fの距離、粗さ測定の値が知りたい。
Ältere Kommentare anzeigen
5次の平滑化スプラインを使用しています。
X=-10:10
Y=X^3
[sp,values,rho] = spaps(X,Y,tol,3)
で平滑化後の値は求められている状況です。

各区間における粗さ測定の値

誤差項の値を知りたいのですが、どのようにすればよいでしょうか。
Antworten (0)
Kategorien
Mehr zu スプライン finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!