TMtxMulLinReg::Constant Property

__declspec(property(get = GetConstant, put = SetConstant)) bool Constant;

Intercept term.

Read: bool GetConstant();
Write: void SetConstant(const bool Value);
Remarks:

Defines if intercept term is used. If true then all calculations will include intercept term b(0). If false then intercept term b(0) is set to 0.0.

See Also: TMtxMulLinReg::A, TMtxMulLinReg::RegressResult
Declared in Dew::Stats::TMtxMulLinReg · Dew.Stats/StatTools.h · Cross-compiler