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.InterpolationAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic double TransformXToInternalRepresentation(
double x
)
Parameters
- x Double
- The (external) x-value.
Return Value
DoubleThe transformed x-value.
See Also