TMtxMulLinReg.Weights Property

TVec Weights { get; set; }

Weights for MLR.

Result: stored in self (calling object), returns self for chaining

Remarks:

Defines weights for multiple linear regression (MLR). Weights are used only if Dew.Stats.TMtxMulLinReg.UseWeights property is set to true.

See Also: TMtxMulLinReg.UseWeights