Click or drag to resize

PolynomialRegressionAsInterpolationOptions Class

Options for a polynomial regression used as interpolation method (PolynomialRegressionAsInterpolation).
Inheritance Hierarchy
SystemObject
  Altaxo.Calc.InterpolationPolynomialRegressionAsInterpolationOptions

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

The PolynomialRegressionAsInterpolationOptions type exposes the following members.

Constructors
 NameDescription
Public methodPolynomialRegressionAsInterpolationOptions Initializes a new instance of the PolynomialRegressionAsInterpolationOptions class with Order=2.
Public methodPolynomialRegressionAsInterpolationOptions(Int32) Initializes a new instance of the PolynomialRegressionAsInterpolationOptions class with an order given by the argument.
Top
Properties
 NameDescription
Public propertyOrder 
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