NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
|
Contains the relevant results of the ANOVA F test. More...
#include <memory.hpp>
Public Attributes | |
mu::value_type | m_FRatio |
mu::value_type | m_significanceVal |
mu::value_type | m_significance |
bool | m_isSignificant |
size_t | m_numCategories |
Contains the relevant results of the ANOVA F test.
Definition at line 39 of file memory.hpp.
mu::value_type AnovaResult::m_FRatio |
Definition at line 41 of file memory.hpp.
Referenced by Memory::getOneWayAnova(), and tableMethod_anova().
bool AnovaResult::m_isSignificant |
Definition at line 44 of file memory.hpp.
Referenced by Memory::getOneWayAnova(), and tableMethod_anova().
size_t AnovaResult::m_numCategories |
Definition at line 45 of file memory.hpp.
Referenced by Memory::getOneWayAnova(), and tableMethod_anova().
mu::value_type AnovaResult::m_significance |
Definition at line 43 of file memory.hpp.
Referenced by Memory::getOneWayAnova(), and tableMethod_anova().
mu::value_type AnovaResult::m_significanceVal |
Definition at line 42 of file memory.hpp.
Referenced by Memory::getOneWayAnova(), and tableMethod_anova().