ParameterSetElementGetFitArrays Method |
Gets arrays of parameter values, fixed flags, lower bounds, and upper bounds for nonlinear fitting.
Namespace: Altaxo.Calc.Regression.NonlinearAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic static (double[] , bool[] , double?[] , double?[]? ) GetFitArrays(
IReadOnlyList<ParameterSetElement> elements
)
Parameters
- elements IReadOnlyListParameterSetElement
- The parameter set elements.
Return Value
ValueTupleDouble,
Boolean,
NullableDouble,
NullableDouble
A tuple containing arrays of parameter values, fixed flags, lower bounds (inclusive), and upper bounds (inclusive)
for nonlinear fitting. If
elements does not contain any lower bounds or upper bounds, the
corresponding array is
.
See Also