TMtxNonLinReg::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 TMtxNonLinReg::Recalc call B stores calculated regression coefficients.

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