How to find the smoothing parameter used by csaps

5 次查看(过去 30 天)
We have used the function csaps to fit some data using smoothing splines. We are intrested in knowing what is the smoothing parametrs that this function used to fit the data, how can we find that?

回答(1 个)

Sulaymon Eshkabilov
Actually, when you empoly the fcn csaps(), you should specify the smoothing parameter value (p), e.g.:
In case, you have not specified p smoothing param value, by using a syntax: pp = csaps(x,y)
"By default, csaps chooses a value for the smoothing parameter p based on the given data sites x." - see DOC

类别

Help CenterFile Exchange 中查找有关 Smoothing 的更多信息

产品


版本

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by