|
statcpp
C++17 Header-Only Statistics Library
|
Structure representing a row in the ANOVA table. More...
#include <anova.hpp>
Public Attributes | |
| std::string | source |
| Name of the source of variation. | |
| double | ss |
| Sum of Squares. | |
| double | df |
| Degrees of freedom. | |
| double | ms |
| Mean Square. | |
| double | f_statistic |
| F statistic. | |
| double | p_value |
| p-value | |
Structure representing a row in the ANOVA table.
Holds statistics corresponding to each source of variation (between groups, within groups, etc.) in the ANOVA table.
| std::string statcpp::anova_row::source |