IFitFunctionGetParameterBoundariesSoftLimit Method |
Gets the intended parameter boundaries. This are soft limits, boundaries
so that the intended purpose of the fit function is fullfilled.
Example: in the exponential decay Exp(-a*t) a is intended to be positive. This is a soft limit,
and not a hard limit, because a could be also negative, and the fit nevertheless would succeed.
Namespace: Altaxo.Calc.Regression.NonlinearAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax (IReadOnlyList<double?> LowerBounds, IReadOnlyList<double?>? UpperBounds) GetParameterBoundariesSoftLimit()
Return Value
ValueTupleIReadOnlyListNullableDouble,
IReadOnlyListNullableDoubleThe lower and upper soft limits for the parameter. If no parameter has a lower limit or an upper
limit, the returned list will be null. Of only some of the parameters have no limit, than
that element will be null.
See Also