TRegStatsClass::F Property

__declspec(property(get = GetF)) double F;

Returns the variance ratio (explained/residual ratio).

Read: double GetF();
Remarks:

Returns the variance ratio (explained/residual ratio). This is the F (Fisher) statistic for testing the null hypothesis that all b[i] regression coefficients = 0.

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