Click or drag to resize

SmoothingCubicSpline Fields

The SmoothingCubicSpline type exposes the following members.

Fields
 NameDescription
Protected field_c Stores the spline coefficients of orders one to three.
(Inherited from SmoothingCubicSplineBase)
Protected field_c0Vec Wraps the spline coefficients of order zero.
(Inherited from SmoothingCubicSplineBase)
Protected field_c1Vec Wraps the spline coefficients of order one.
(Inherited from SmoothingCubicSplineBase)
Protected field_c2Vec Wraps the spline coefficients of order two.
(Inherited from SmoothingCubicSplineBase)
Protected field_c3Vec Wraps the spline coefficients of order three.
(Inherited from SmoothingCubicSplineBase)
Protected field_df Stores the known deviations of the ordinate values.
(Inherited from SmoothingCubicSplineBase)
Protected field_f Stores the ordinate values.
(Inherited from SmoothingCubicSplineBase)
Protected field_fVec Wraps the y-values used for interpolation.
(Inherited from SmoothingCubicSplineBase)
Protected field_se Stores the estimated standard errors of the points.
(Inherited from SmoothingCubicSplineBase)
Protected field_seVec Wraps the estimated standard errors.
(Inherited from SmoothingCubicSplineBase)
Protected field_standardDeviation Stores the standard deviation parameter used for smoothing or cross-validation.
(Inherited from SmoothingCubicSplineBase)
Protected field_wkr Stores internal work arrays used during interpolation.
(Inherited from SmoothingCubicSplineBase)
Protected field_wkt Stores internal transpose-related work arrays used during interpolation.
(Inherited from SmoothingCubicSplineBase)
Protected field_wku Stores an internal one-dimensional work vector.
(Inherited from SmoothingCubicSplineBase)
Protected field_wkv Stores an internal auxiliary work vector.
(Inherited from SmoothingCubicSplineBase)
Protected field_x Stores the abscissa values.
(Inherited from SmoothingCubicSplineBase)
Protected field_xVec Wraps the x-values used for interpolation.
(Inherited from SmoothingCubicSplineBase)
Protected field_y0 Stores the calculated spline ordinate values at x[i].
(Inherited from SmoothingCubicSplineBase)
Protected fieldxReference to the vector of the independent variable.
(Inherited from CurveBase)
Protected fieldyReference to the vector of the dependent variable.
(Inherited from CurveBase)
Top
See Also