TMtxMulLinReg.UseWeights Property

property UseWeights: Boolean;

Weighted multiple linear regression.

Returns: Boolean

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