How to find the smoothing parameter used by csaps
5 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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?
0 Kommentare
Antworten (1)
Sulaymon Eshkabilov
am 17 Jul. 2023
Actually, when you empoly the fcn csaps(), you should specify the smoothing parameter value (p), e.g.:
"By default, csaps chooses a value for the smoothing parameter p based on the given data sites x." - see DOC
0 Kommentare
Siehe auch
Kategorien
Mehr zu Smoothing finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!