TMtxMultiNonLinReg::B Property

__declspec(property(get = GetB, put = SetB)) TVec*B;

Stores the regression coefficients.

Read: TVec *GetB();
Write: void SetB(TVec *Value);
Remarks:

Stores the regression coefficients. Set B to define initial values for regression coefficients. After the TMtxMultiNonLinReg::Recalc call B stores calculated regression coefficients.

See Also: TMtxMultiNonLinReg::X, TMtxMultiNonLinReg::Y
Declared in Dew::Stats::TMtxMultiNonLinReg · Dew.Stats/StatTools.h · Cross-compiler