Cubic Spline Methods
Methods
Clone |
Constructs an exact copy of this instance.
(Inherited from Curve) |
Create | Constructs the natural cubic spline through a set of points. |
Create | Constructs the cubic Akima spline through a set of points. |
Create | Constructs a clamped cubic spline through a set of points. |
Create | Constructs a clamped cubic spline through a set of points. |
Create | Constructs the cubic Hermite spline through a set of points. |
Create | Constructs the cubic Hermite spline through a set of points. |
Create | Constructs a cubic spline through a set of points that preserves monotonicity. |
Create | Constructs a cubic spline through a set of points that preserves monotonicity. |
Create | Constructs the natural cubic spline through a set of points. |
Create | Constructs the natural cubic spline through a set of points. |
Create | Constructs a cubic spline through a set of points with not-a-knot boundary conditions. |
Create | Constructs a cubic spline through a set of points with not-a-knot boundary conditions. |
Create | Constructs a smoothing spline for a set of points with specified smoothing parameter. |
Create | Constructs a smoothing spline for a set of points with specified smoothing parameter and weights for the data points. |
Create | Constructs a smoothing spline for a set of points with specified smoothing parameter. |
Create | Constructs a smoothing spline for a set of points with specified smoothing parameter and weights for the data points. |
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) |
Find |
Gets the set of X-coordinates where the curve crosses
the X-axis.
(Overrides Curve.FindRoots()) |
Get |
Returns a CurveFitter object that can be used to fit the curve to data.
(Inherited from Curve) |
Get |
Gets the data point with the specified index.
(Inherited from PiecewiseCurve) |
Get |
Returns a Curve that represents the derivative
of this Curve.
(Inherited from Curve) |
Get | Serves as the default hash function. (Inherited from Object) |
Get | Returns a polynomial that represents the cubic spline at the specified point. |
Get | Returns a polynomial that represents the cubic spline on the specified interval. |
Get | Gets the Type of the current instance. (Inherited from Object) |
Get |
Returns the X value of the data point with the specified index.
(Inherited from PiecewiseCurve) |
Get |
Returns the Y value of the data point with the specified index.
(Inherited from PiecewiseCurve) |
Index |
Finds the index of the lower bound of the interval that contains the specfied value.
(Inherited from PiecewiseCurve) |
Integral |
Gets the definite integral of the curve between the
specified X-coordinates.
(Overrides PiecewiseCurve.Integral(Double, Double)) |
Integrate |
Returns the value of the integral over the interval with the specified index.
(Overrides PiecewiseCurve.IntegrateOnInterval(Int32)) |
Integrate |
Returns the integral of the curve over a single interval.
(Overrides PiecewiseCurve.IntegrateOnInterval(Int32, Double, Double)) |
Memberwise | Creates a shallow copy of the current Object. (Inherited from Object) |
OnParameter |
Called after a curve parameter has changed.
(Overrides Curve.OnParameterChanged(Int32, Double)) |
OnParameter |
Called before the value of a curve parameter is changed.
(Inherited from PiecewiseCurve) |
Set |
Sets the X value of the data point with the specified index.
(Inherited from PiecewiseCurve) |
Set |
Sets the data points at the specified indexes.
(Inherited from PiecewiseCurve) |
Set |
Sets a curve parameter to the specified value.
(Inherited from Curve) |
Set |
Sets the X value of the data point with the specified index.
(Inherited from PiecewiseCurve) |
Set |
Sets the X values at the specified indexes.
(Inherited from PiecewiseCurve) |
Set |
Sets the Y value of the data point with the specified index.
(Inherited from PiecewiseCurve) |
Set |
Sets the Y values at the specified indexes.
(Inherited from PiecewiseCurve) |
Slope |
Gets the slope of the curve at the specified
X-coordinate.
(Overrides Curve.SlopeAt(Double)) |
Solve |
Finds the x value where the curve reaches the specified y value.
(Inherited from Curve) |
Tangent |
Gets the tangent line to the curve at the
specified X-coordinate.
(Inherited from Curve) |
ToString | Returns a string that represents the current object. (Inherited from Object) |
Value |
Gets the Y-value of the curve at the specified
X-coordinate.
(Overrides Curve.ValueAt(Double)) |