Smooth |
The SmoothCubicSpline type exposes the following members.
| Name | Description | |
|---|---|---|
| Differentiator |
Gets and sets the differentiation method object associated with this function.
(Inherited from OneVariableFunction) | |
| Func |
Gets the function encapsulated by this object.
(Inherited from OneVariableFunction) | |
| Integrator |
Gets and sets the integration method object associated with this function.
(Inherited from OneVariableFunction) | |
| NumberOfTabulatedValues |
Gets the number of tabulated values.
(Inherited from TabulatedFunction) | |
| P | 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 ). |