IFitFunctionGetParameterBoundariesHardLimit Method |
Gets the parameter boundaries that are really a hard limit, i.e. outside those limits,
the function would probably evaluate NaN values, or makes no sense.
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) GetParameterBoundariesHardLimit()
Return Value
ValueTupleIReadOnlyListNullableDouble,
IReadOnlyListNullableDoubleThe lower and upper hard 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