#include <sts_ftest.h>
Public Attributes | |
| Eigen::MatrixXd | matFstat |
| Eigen::MatrixXd | matPval |
| int | dfBetween |
| int | dfWithin |
Result structure for F-tests.
Definition at line 67 of file sts_ftest.h.
| int STSLIB::StatsFtestResult::dfBetween |
Between-groups degrees of freedom.
Definition at line 70 of file sts_ftest.h.
| int STSLIB::StatsFtestResult::dfWithin |
Within-groups degrees of freedom.
Definition at line 71 of file sts_ftest.h.
| Eigen::MatrixXd STSLIB::StatsFtestResult::matFstat |
F-statistics.
Definition at line 68 of file sts_ftest.h.
| Eigen::MatrixXd STSLIB::StatsFtestResult::matPval |
p-values.
Definition at line 69 of file sts_ftest.h.