NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
AnovaResult Struct Reference

Contains the relevant results of the ANOVA F test. More...

#include <memory.hpp>

Collaboration diagram for AnovaResult:

Public Attributes

mu::value_type m_FRatio
 
mu::value_type m_significanceVal
 
mu::value_type m_significance
 
bool m_isSignificant
 
size_t m_numCategories
 

Detailed Description

Contains the relevant results of the ANOVA F test.

Definition at line 39 of file memory.hpp.

Member Data Documentation

◆ m_FRatio

mu::value_type AnovaResult::m_FRatio

Definition at line 41 of file memory.hpp.

Referenced by Memory::getOneWayAnova(), and tableMethod_anova().

◆ m_isSignificant

bool AnovaResult::m_isSignificant

Definition at line 44 of file memory.hpp.

Referenced by Memory::getOneWayAnova(), and tableMethod_anova().

◆ m_numCategories

size_t AnovaResult::m_numCategories

Definition at line 45 of file memory.hpp.

Referenced by Memory::getOneWayAnova(), and tableMethod_anova().

◆ m_significance

mu::value_type AnovaResult::m_significance

Definition at line 43 of file memory.hpp.

Referenced by Memory::getOneWayAnova(), and tableMethod_anova().

◆ m_significanceVal

mu::value_type AnovaResult::m_significanceVal

Definition at line 42 of file memory.hpp.

Referenced by Memory::getOneWayAnova(), and tableMethod_anova().


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