Rational |
The RationalCubicSplineOptions type exposes the following members.
Name | Description | |
---|---|---|
Smoothing | Set the value of the smoothing paramenter. A value of 0 for the smoothing parameter results in a standard cubic spline. A value of p with -1 < p < 0 results in "unsmoothing" that means overshooting oscillations. A value of p with p > 0 gives increasing smoothness. p to infinity results in a linear interpolation. A value smaller or equal to -1.0 leads to an exception. |