__declspec(property(get = GetUseWeights, put = SetUseWeights)) bool UseWeights;
Weighted multiple linear regression.
Read:
bool GetUseWeights();Write:
void SetUseWeights(const bool Value);Remarks:
If true the internal algorithm will perform weighted multiple linear regression. In this case you must specify the weights (set the TMtxMulLinReg::Weights vector).
See Also: TMtxMulLinReg::Weights
Declared in Dew::Stats::TMtxMulLinReg · Dew.Stats/StatTools.h · Cross-compiler