LinearFitBySvdGetPolynomialFunctionBase Method |
Gets a default polynomial function base with intercept, i.e. f(y)=a+b*x+c*x*x ...
Namespace: Altaxo.Calc.RegressionAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static FunctionBaseEvaluator GetPolynomialFunctionBase(
int order
)
Parameters
- order Int32
- Order of the polynomial (0: only intercept, 1: linear, 2: quadratic ...
Return Value
FunctionBaseEvaluatorThe function base to use with this fit.
See Also