property A: TMtx;
Matrix of independent variables.
Result: stored in self (calling object), returns self for chaining
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