Calculates a smoothing cubic spline, whose smoothness is determined by the property SmoothingCubicSpline.Smoothness.
Constructor | Description |
Full Usage:
SmoothingCubicSpline()
|
Create an instance of SmoothingCubicSpline with a default value for SmoothingCubicSpline.Smoothness of 1. |
Instance member | Description |
Full Usage:
this.Smoothness
|
Get/sets the smoothness parameter. Must be in the interval [0,Infinity], where a value of 0 means no smoothing (evaluation of a cubic spline), while a value of Infinity means evaluation of a regression. The SmoothingCubicSplineBase.SmoothingParameter is calculated by SmoothingParameter = Smoothness/(1+Smoothness). |