__declspec(property(get = GetSignifProb)) double SignifProb;
Returns the probability of F.
Read:
double GetSignifProb();Remarks:
Returns the probability of F. This is the p-value for the TRegStatsClass::F value. The p-value is the probability that the test statistic will take on a value at least as extreme as the observed value, assuming that the null hypothesis is true.
Declared in Dew::Stats::TRegStatsClass · Dew.Stats/StatTools.h · Cross-compiler