Click or drag to resize

NonlinearModelOfFitEnsembleHasToUseWeights 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.Nonlinear
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public bool HasToUseWeights()

Return Value

Boolean
True if any of the fit elements use weights.
See Also