Per-call output of a one-way ANOVA F-test: F-statistics, p-values, and between/within degrees of freedom. More...
#include <sts_ftest.h>
Public Attributes | |
| Eigen::MatrixXd | matFstat |
| Eigen::MatrixXd | matPval |
| int | dfBetween |
| int | dfWithin |
Per-call output of a one-way ANOVA F-test: F-statistics, p-values, and between/within degrees of freedom.
Result structure for F-tests.
Definition at line 65 of file sts_ftest.h.
| int STSLIB::StatsFtestResult::dfBetween |
Between-groups degrees of freedom.
Definition at line 68 of file sts_ftest.h.
| int STSLIB::StatsFtestResult::dfWithin |
Within-groups degrees of freedom.
Definition at line 69 of file sts_ftest.h.
| Eigen::MatrixXd STSLIB::StatsFtestResult::matFstat |
F-statistics.
Definition at line 66 of file sts_ftest.h.
| Eigen::MatrixXd STSLIB::StatsFtestResult::matPval |
p-values.
Definition at line 67 of file sts_ftest.h.