SmoothingCubicSpline Type

Calculates a smoothing cubic spline, whose smoothness is determined by the property SmoothingCubicSpline.Smoothness.

Constructors

Constructor Description

SmoothingCubicSpline()

Full Usage: SmoothingCubicSpline()

Create an instance of SmoothingCubicSpline with a default value for SmoothingCubicSpline.Smoothness of 1.

Instance members

Instance member Description

this.Smoothness

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).