__declspec(property(get = GetreportCoeff, put = SetReportCoeff)) TMtx*reportCoeff;
Result matrix with size of (IterCount*VarCount) x 5.
Remarks:
Each iteration adds independent variable count rows. The columns are as follows: [0] Iteration Step [1] Variable index [2] variable selection where 0 means excluded and 1 means included. [3] holds the normalized coeffients and Fourth column the [4] corresponding t-values for each coefficient [5] two tailed p-values. Bigger p-values suggest the probability that the model would better, if the variable would be excluded.
Declared in Dew::Stats::TMtxStepwiseReg · Dew.Stats/StatTools.h · Cross-compiler