FitElementFitFunctionEvaluate(Double, Double, Double) Method |
Evaluates the fit function values and transforms them according to the transformations set.
Namespace: Altaxo.Calc.Regression.NonlinearAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic void FitFunctionEvaluate(
double[] independent,
double[] parameters,
double[] FV
)
Parameters
- independent Double
- The independent variable values.
- parameters Double
- The parameter values.
- FV Double
- The array that receives the evaluated function values.
See Also