FitFunctionToScalarFunctionDDWrapperInitialize Method |
Initializes the wrapper state from the specified fit function and parameter values.
Namespace: Altaxo.Calc.Regression.NonlinearAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic void Initialize(
IFitFunction? fitFunction,
int dependentVariable,
IVariantToVariantTransformation? dependentVariableTransformation,
int independentVariable,
IVariantToVariantTransformation? independentVariableTransformation,
double[] parameter
)
Parameters
- fitFunction IFitFunction
- The wrapped fit function.
- dependentVariable Int32
- The dependent variable index.
- dependentVariableTransformation IVariantToVariantTransformation
- The optional dependent-variable transformation.
- independentVariable Int32
- The independent variable index.
- independentVariableTransformation IVariantToVariantTransformation
- The optional independent-variable transformation.
- parameter Double
- The parameter values.
See Also