Click or drag to resize

SmoothingCubicSplineBase Fields

The SmoothingCubicSplineBase type exposes the following members.

Fields
 NameDescription
Protected field_c Stores the spline coefficients of orders one to three.
Protected field_c0Vec Wraps the spline coefficients of order zero.
Protected field_c1Vec Wraps the spline coefficients of order one.
Protected field_c2Vec Wraps the spline coefficients of order two.
Protected field_c3Vec Wraps the spline coefficients of order three.
Protected field_df Stores the known deviations of the ordinate values.
Protected field_f Stores the ordinate values.
Protected field_fVec Wraps the y-values used for interpolation.
Protected field_se Stores the estimated standard errors of the points.
Protected field_seVec Wraps the estimated standard errors.
Protected field_standardDeviation Stores the standard deviation parameter used for smoothing or cross-validation.
Protected field_wkr Stores internal work arrays used during interpolation.
Protected field_wkt Stores internal transpose-related work arrays used during interpolation.
Protected field_wku Stores an internal one-dimensional work vector.
Protected field_wkv Stores an internal auxiliary work vector.
Protected field_x Stores the abscissa values.
Protected field_xVec Wraps the x-values used for interpolation.
Protected field_y0 Stores the calculated spline ordinate values at x[i].
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