FitElementFitFunctionEvaluate(IROMatrixDouble, IReadOnlyListDouble, IVectorDouble, IReadOnlyListBoolean) Method |
Evaluates the fit function for the specified matrix of independent values.
Namespace: Altaxo.Calc.Regression.NonlinearAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic void FitFunctionEvaluate(
IROMatrix<double> independent,
IReadOnlyList<double> parameters,
IVector<double> FV,
IReadOnlyList<bool>? dependentVariableChoice
)
Parameters
- independent IROMatrixDouble
- The matrix of independent variable values.
- parameters IReadOnlyListDouble
- The parameter values.
- FV IVectorDouble
- The vector that receives the evaluated function values.
- dependentVariableChoice IReadOnlyListBoolean
- The optional selection of dependent variables to evaluate.
See Also