102 const Eigen::MatrixXd& dataB,
116 const Eigen::MatrixXd& dataB,
128 static double tCdf(
double t,
int df);
143 static double betaCf(
double x,
double a,
double b);
149 static double logBeta(
double a,
double b);
Stats library type enumerations.
stats library export/import macros.
Statistical testing (t-tests, F-tests, cluster permutation, multiple comparison correction).
T-test statistical testing.
static double regularizedBeta(double x, double a, double b)
static StatsTtestResult paired(const Eigen::MatrixXd &dataA, const Eigen::MatrixXd &dataB, StatsTailType tail=StatsTailType::Both)
static double tCdf(double t, int df)
static StatsTtestResult oneSample(const Eigen::MatrixXd &data, double mu=0.0, StatsTailType tail=StatsTailType::Both)
static StatsTtestResult independent(const Eigen::MatrixXd &dataA, const Eigen::MatrixXd &dataB, StatsTailType tail=StatsTailType::Both)