FitElementUseWeights Property |
Returns true if the regression procedure has to include weights in the calculation.
Otherwise, if weights are not used for all used dependent variables (ConstantVarianceScaling with Scaling==1), false is returned.
Namespace: Altaxo.Calc.Regression.NonlinearAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public bool UseWeights { get; }
Property Value
BooleanSee Also