Click or drag to resize

PolynomialRegressionAsInterpolation(Int32) Constructor

Initializes a new instance of the PolynomialRegressionAsInterpolation class using the specified regression order.

Namespace: Altaxo.Calc.Interpolation
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public PolynomialRegressionAsInterpolation(
	int regressionOrder
)

Parameters

regressionOrder  Int32
The polynomial regression order.
See Also