Smoothing |
The SmoothingCubicSpline type exposes the following members.
| Name | Description | |
|---|---|---|
| CubicSplineCoefficients |
Calculate the spline coefficients y2(i) and y3(i) for a natural cubic
spline, given the abscissa x(i), the ordinate y(i), and the 1st
derivative y1(i).
(Inherited from CurveBase) | |
| CubicSplineHorner |
Return the interpolation value P(u) for a piecewise cubic curve determined
by the abscissa vector x, the ordinate vector y,
and derivative coefficient vectors y1, y2, and y3, using the Horner scheme.
(Inherited from CurveBase) | |
| CubicSplineHorner1stDerivative |
Return the first derivative P'(u) of the piecewise cubic curve evaluated using Horner's scheme.
(Inherited from CurveBase) | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetCurvePoints |
Get curve points to draw an interpolation curve between the abscissa values xlo and xhi.
It calls the virtual methods MpCurveBase::GetXOfU() and GetYOfU() to obtain the
interpolation values. Note, that before method DrawCurve() can be called
the method Interpolate() must have been called. Otherwise, not interpolation
is available.
(Inherited from CurveBase) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetModifiedSmoothnessValue | Computes a smoothness value in internal units based on the specified interpretation. | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| GetXOfU | (Inherited from SmoothingCubicSplineBase) | |
| GetY1stDerivativeOfX | (Inherited from SmoothingCubicSplineBase) | |
| GetYOfU | (Inherited from SmoothingCubicSplineBase) | |
| GetYOfX | (Inherited from SmoothingCubicSplineBase) | |
| Interpolate(IReadOnlyListDouble, IReadOnlyListDouble) |
Evaluates either a cross validated cubic spline (if ErrorStandardDeviation is negative,
or a smoothing cubic spline (if ErrorStandardDeviation is greater than or equal to zero).
(Inherited from SmoothingCubicSplineBase) | |
| Interpolate(IReadOnlyListDouble, IReadOnlyListDouble, Double) |
Evaluates either a cross validated cubic spline (standardDeviation set to a negative value),
or a smoothing cubic spline (standardDeviation set to a non-negative value).
(Inherited from SmoothingCubicSplineBase) | |
| Interpolate(IReadOnlyListDouble, IReadOnlyListDouble, Double, IReadOnlyListDouble) |
Evaluates either a cross validated cubic spline (standardDeviation set to a negative value),
or a smoothing cubic spline (standardDeviation set to a non-negative value).
(Inherited from SmoothingCubicSplineBase) | |
| InterpolationKernel |
Core implementation hook for the smoothing/interpolation algorithm.
Derived classes must implement this method to perform the actual
computation of the smoothed spline coefficients and optional error estimates.
(Overrides SmoothingCubicSplineBaseInterpolationKernel(Double, Double, Double, Int32, Double, Double, Int32, Double, Int32, Double, Double, Double, Double, Double, Int32)) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| NotExecutedException | (Inherited from SmoothingCubicSplineBase) | |
| Parametrize |
Curve length parametrization. Returns the accumulated "distances"
between the points (x(i),y(i)) and (x(i+1),y(i+1)) in t(i+1)
for i = lo ... hi. t(lo) = 0.0 always.
(Inherited from CurveBase) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |