LevMarAdapterHasToUseWeights Method |
Returns true if any of the fit elements use scaling weights. In this case we have to calculate
the weights for all fit elements and include them in the fitting procedures.
Namespace: Altaxo.Calc.Regression.NonlinearAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public bool HasToUseWeights()
Return Value
BooleanTrue if any of the fit elements use weights.
See Also