Per-call output of a Student t-test: t-statistics, p-values and degrees of freedom. More...
#include <sts_ttest.h>
Public Attributes | |
| Eigen::MatrixXd | matTstat |
| Eigen::MatrixXd | matPval |
| int | degreesOfFreedom |
Per-call output of a Student t-test: t-statistics, p-values and degrees of freedom.
Result structure for t-tests.
Definition at line 62 of file sts_ttest.h.
| int STSLIB::StatsTtestResult::degreesOfFreedom |
Degrees of freedom.
Definition at line 65 of file sts_ttest.h.
| Eigen::MatrixXd STSLIB::StatsTtestResult::matPval |
p-values.
Definition at line 64 of file sts_ttest.h.
| Eigen::MatrixXd STSLIB::StatsTtestResult::matTstat |
t-statistics (same shape as input columns).
Definition at line 63 of file sts_ttest.h.