statcpp
C++17 Header-Only Statistics Library
Loading...
Searching...
No Matches
Public Attributes | List of all members
statcpp::posthoc_result Struct Reference

Structure storing post-hoc comparison results. More...

#include <anova.hpp>

Public Attributes

std::string method
 Method name.
 
std::vector< posthoc_comparisoncomparisons
 All comparisons.
 
double alpha
 Significance level.
 
double mse
 Mean square error.
 
double df_error
 Error degrees of freedom.
 

Detailed Description

Structure storing post-hoc comparison results.

Holds the method name, all comparison results, and parameters used in the post-hoc test.

Definition at line 101 of file anova.hpp.

Member Data Documentation

◆ alpha

double statcpp::posthoc_result::alpha

Significance level.

Definition at line 104 of file anova.hpp.

◆ comparisons

std::vector<posthoc_comparison> statcpp::posthoc_result::comparisons

All comparisons.

Definition at line 103 of file anova.hpp.

◆ df_error

double statcpp::posthoc_result::df_error

Error degrees of freedom.

Definition at line 106 of file anova.hpp.

◆ method

std::string statcpp::posthoc_result::method

Method name.

Definition at line 102 of file anova.hpp.

◆ mse

double statcpp::posthoc_result::mse

Mean square error.

Definition at line 105 of file anova.hpp.


The documentation for this struct was generated from the following file: