![]() |
Phoenix2D-Library
0.10
|
Normal
The Normal lorem Ipsum
More...
#include <Normal.h>
Public Member Functions | |
| Normal (double mean, double deviation) | |
| Normal (std::list< double > data, bool circular=false) | |
| Normal (std::list< double > data, std::list< int > multipliers, bool circular=false) | |
| ~Normal () | |
| double | getLower5 () |
| double | getUpper5 () |
| double | getMean () |
| double | getStdDeviation () |
Private Attributes | |
| double | mean |
| double | deviation |
| Phoenix::Normal::Normal | ( | double | mean, |
| double | deviation | ||
| ) |
Definition at line 25 of file Normal.cpp.
| Phoenix::Normal::Normal | ( | std::list< double > | data, |
| bool | circular = false |
||
| ) |
Definition at line 30 of file Normal.cpp.
| Phoenix::Normal::Normal | ( | std::list< double > | data, |
| std::list< int > | multipliers, | ||
| bool | circular = false |
||
| ) |
Definition at line 49 of file Normal.cpp.
| Phoenix::Normal::~Normal | ( | ) |
Definition at line 78 of file Normal.cpp.
| double Phoenix::Normal::getLower5 | ( | ) |
Definition at line 82 of file Normal.cpp.
| double Phoenix::Normal::getMean | ( | ) |
Definition at line 90 of file Normal.cpp.
References mean.
| double Phoenix::Normal::getStdDeviation | ( | ) |
Definition at line 94 of file Normal.cpp.
References deviation.
| double Phoenix::Normal::getUpper5 | ( | ) |
Definition at line 86 of file Normal.cpp.
|
private |
Definition at line 37 of file Normal.h.
Referenced by getLower5(), getStdDeviation(), getUpper5(), and Normal().
|
private |
Definition at line 36 of file Normal.h.
Referenced by getLower5(), getMean(), getUpper5(), and Normal().
1.8.6