Click or drag to resize

CrossValidatedCubicSplineOptions Class

Options for a cross validated cubic spline (CrossValidatedCubicSpline).
Inheritance Hierarchy
SystemObject
  Altaxo.Calc.InterpolationCrossValidatedCubicSplineOptions

Namespace: Altaxo.Calc.Interpolation
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public class CrossValidatedCubicSplineOptions : IInterpolationFunctionOptions, 
	IInterpolationCurveOptions, IEquatable<CrossValidatedCubicSplineOptions>

The CrossValidatedCubicSplineOptions type exposes the following members.

Constructors
 NameDescription
Public methodCrossValidatedCubicSplineOptionsInitializes a new instance of the CrossValidatedCubicSplineOptions class
Top
Properties
 NameDescription
Public propertyErrorStandardDeviation 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)
Top
Methods
 NameDescription
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodInterpolate Sets the interpolation data by providing values for x and y. Both vectors must be of equal length.
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Top
See Also