TMtxNonLinReg::UseWeights Property

__declspec(property(get = GetUseWeights, put = SetUseWeights)) bool UseWeights;

Weighted non-linear regression.

Read: bool GetUseWeights();
Write: void SetUseWeights(const bool Value);
Remarks:

If this property is true then internal algorithm will perform weighted non-linear regression. In this case you must specify the weights (set the TMtxNonLinReg::Weights vector).

See Also: TMtxNonLinReg::Tolerance
Declared in Dew::Stats::TMtxNonLinReg · Dew.Stats/StatTools.h · Cross-compiler