101 static double fCdf(
double f,
int df1,
int df2);
STSLIB shared-library export macro and build-info accessors for the statistical-tests library.
Statistical testing (t-tests, F-tests, cluster permutation, multiple comparison correction).
Per-call output of a one-way ANOVA F-test: F-statistics, p-values, and between/within degrees of free...
One-way ANOVA F-test with exact p-values via the regularised incomplete beta function.
static double fCdf(double f, int df1, int df2)
static StatsFtestResult oneWay(const QVector< Eigen::MatrixXd > &groups)