Click or drag to resize

PolynomialRegressionAsInterpolationTransformXToInternalRepresentation Method

Transforms the x-value to the internal x-value, that can be used in conjunction with the fit parameters to get the y-value.

Namespace: Altaxo.Calc.Interpolation
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public double TransformXToInternalRepresentation(
	double x
)

Parameters

x  Double
The (external) x-value.

Return Value

Double
The transformed x-value.
See Also