Cross |
The CrossValidatedCubicSpline type exposes the following members.
| Name | Description | |
|---|---|---|
| _c |
Stores the spline coefficients of orders one to three.
(Inherited from SmoothingCubicSplineBase) | |
| _c0Vec |
Wraps the spline coefficients of order zero.
(Inherited from SmoothingCubicSplineBase) | |
| _c1Vec |
Wraps the spline coefficients of order one.
(Inherited from SmoothingCubicSplineBase) | |
| _c2Vec |
Wraps the spline coefficients of order two.
(Inherited from SmoothingCubicSplineBase) | |
| _c3Vec |
Wraps the spline coefficients of order three.
(Inherited from SmoothingCubicSplineBase) | |
| _df |
Stores the known deviations of the ordinate values.
(Inherited from SmoothingCubicSplineBase) | |
| _f |
Stores the ordinate values.
(Inherited from SmoothingCubicSplineBase) | |
| _fVec |
Wraps the y-values used for interpolation.
(Inherited from SmoothingCubicSplineBase) | |
| _se |
Stores the estimated standard errors of the points.
(Inherited from SmoothingCubicSplineBase) | |
| _seVec |
Wraps the estimated standard errors.
(Inherited from SmoothingCubicSplineBase) | |
| _standardDeviation |
Stores the standard deviation parameter used for smoothing or cross-validation.
(Inherited from SmoothingCubicSplineBase) | |
| _wkr |
Stores internal work arrays used during interpolation.
(Inherited from SmoothingCubicSplineBase) | |
| _wkt |
Stores internal transpose-related work arrays used during interpolation.
(Inherited from SmoothingCubicSplineBase) | |
| _wku |
Stores an internal one-dimensional work vector.
(Inherited from SmoothingCubicSplineBase) | |
| _wkv |
Stores an internal auxiliary work vector.
(Inherited from SmoothingCubicSplineBase) | |
| _x |
Stores the abscissa values.
(Inherited from SmoothingCubicSplineBase) | |
| _xVec |
Wraps the x-values used for interpolation.
(Inherited from SmoothingCubicSplineBase) | |
| _y0 |
Stores the calculated spline ordinate values at x[i].
(Inherited from SmoothingCubicSplineBase) | |
| x | Reference to the vector of the independent variable. (Inherited from CurveBase) | |
| y | Reference to the vector of the dependent variable. (Inherited from CurveBase) |