__declspec(property(get = GetRegressStatistics)) TRegStatsClass*RegressStatistics;
Regression results statistics.
Read:
TRegStatsClass *GetRegressStatistics();Remarks:
Returns regression coefficients statistics parameters: adjusted coefficient of determination, variance ratio (explained/residual ratio), coefficient of determination (R squared), residual variance and the probability of F.
See Also: TMtxMulLinReg::RegressResult
Declared in Dew::Stats::TMtxMulLinReg · Dew.Stats/StatTools.h · Cross-compiler