TMtxMulLinReg::A Property

__declspec(property(get = GetA, put = SetA)) TMtx*A;

Matrix of independent variables.

Read: TMtx *GetA();
Write: void SetA(TMtx *Value);
Remarks:

Matrix of independent variables. Number of A rows is equal to number of observables and number of A columns is equal to number of variables.

You can use TMtxMulLinReg::ValidSystem method to check whether defined system of equations (A.Rows = Y.Length i.e. number of observables is the same for A and Y) has been properly defined.

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