Cross |
public class CrossValidatedCubicSplineOptions : IInterpolationFunctionOptions, IInterpolationCurveOptions, IEquatable<CrossValidatedCubicSplineOptions>
The CrossValidatedCubicSplineOptions type exposes the following members.
Name | Description | |
---|---|---|
CrossValidatedCubicSplineOptions | Initializes a new instance of the CrossValidatedCubicSplineOptions class |
Name | Description | |
---|---|---|
ErrorStandardDeviation | If the error standard deviation of the provided points is unknown, set this value to -1 (default value). Then a cross validating cubic spline is fitted to the data. If the error standard deviation is known and is equal for all points, set this value to the error standard deviation of the points (must be greater than zero). If the error standard deviation, provide the error standard deviation for each point (in this case, ErrorStandardDeviation is ignored and internally set to 1). by calling Interpolate(IReadOnlyListDouble, IReadOnlyListDouble, IReadOnlyListDouble) |
Name | Description | |
---|---|---|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
Interpolate | Sets the interpolation data by providing values for x and y. Both vectors must be of equal length. | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |