TMtxStepwiseReg::A Property

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

Holds a list of vectors with data of variables

Read: TVecList *GetA();
Write: void SetA(TVecList *Value);
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;

Declared in Dew::Stats::TMtxStepwiseReg · Dew.Stats/StatTools.h · Cross-compiler