__declspec(property(get = GetAdjustedR2)) double AdjustedR2;
Returns the adjusted coefficient of determination.
Read:
double GetAdjustedR2();Remarks:
Returns the adjusted coefficient of determination. The adjustment seeks to remove the distortion due to a small sample size.
Declared in Dew::Stats::TRegStatsClass · Dew.Stats/StatTools.h · Cross-compiler