#include <PopulationManager.h>
◆ SimpleStatistics()
SimpleStatistics::SimpleStatistics |
( |
| ) |
|
|
default |
◆ add_variable()
void SimpleStatistics::add_variable |
( |
double |
x | ) |
|
|
inline |
◆ ClearData()
void SimpleStatistics::ClearData |
( |
| ) |
|
|
inline |
◆ get_meanvalue()
double SimpleStatistics::get_meanvalue |
( |
| ) |
const |
|
inline |
◆ get_N()
double SimpleStatistics::get_N |
( |
| ) |
const |
|
inline |
Returns the number of values.
References m_n.
Referenced by get_SE().
◆ get_SD()
double SimpleStatistics::get_SD |
( |
| ) |
|
|
inline |
◆ get_SE()
double SimpleStatistics::get_SE |
( |
| ) |
|
|
inline |
◆ get_Total()
double SimpleStatistics::get_Total |
( |
| ) |
const |
|
inline |
Returns the mean.
References m_Sum.
◆ get_varianceP()
double SimpleStatistics::get_varianceP |
( |
| ) |
|
|
inline |
◆ get_varianceS()
double SimpleStatistics::get_varianceS |
( |
| ) |
|
|
inline |
◆ remove_variable()
void SimpleStatistics::remove_variable |
( |
double |
x | ) |
|
|
inline |
◆ m_K
double SimpleStatistics::m_K {0} |
|
protected |
◆ m_n
double SimpleStatistics::m_n {0} |
|
protected |
◆ m_Sum
double SimpleStatistics::m_Sum {0} |
|
protected |
◆ m_SumX
double SimpleStatistics::m_SumX {0} |
|
protected |
◆ m_SumX2
double SimpleStatistics::m_SumX2 {0} |
|
protected |
The documentation for this class was generated from the following file: