Click or drag to resize

SmoothCubicSpline Properties

The SmoothCubicSpline type exposes the following members.

Properties
 NameDescription
Public propertyDifferentiator Gets and sets the differentiation method object associated with this function.
(Inherited from OneVariableFunction)
Public propertyFunc Gets the function encapsulated by this object.
(Inherited from OneVariableFunction)
Public propertyIntegrator Gets and sets the integration method object associated with this function.
(Inherited from OneVariableFunction)
Public propertyNumberOfTabulatedValues Gets the number of tabulated values.
(Inherited from TabulatedFunction)
Public propertyP Gets and set the smoothing factor P. P determines how much weight is given to minimizing the sum square error balanced against minimizing the curvature. When p = 1 the result is a traditional cubic spline. When p = 0 the result is a straight line ( zero curvature ).
Top
See Also