TMtxStepwiseReg.A Property

TVecList A { get; set; }

Holds a list of vectors with data of variables

Returns: TVecList

Remarks:

Each item holds data for one variable. All items in the list need to have equal length and the last item is the dependent variable (y) from the equation:

y = b0 + b1*x1 + b2*x2 + ... + bn*xn;