|
| standard_deviation () |
| Constructor.
|
|
template<typename TIterator > |
| standard_deviation (TIterator first, TIterator last) |
| Constructor.
|
|
void | add (TInput value) |
| Add a pair of values.
|
|
template<typename TIterator > |
void | add (TIterator first, TIterator last) |
| Add a range.
|
|
void | operator() (TInput value) |
|
template<typename TIterator > |
void | operator() (TIterator first, TIterator last) |
|
double | get_variance () const |
| Get the variance.
|
|
double | get_standard_deviation () const |
| Get the standard_deviation.
|
|
| operator double () const |
| Get the standard_deviation.
|
|
size_t | count () const |
| Get the total number added entries.
|
|
void | clear () |
| Clear the histogram.
|
|
template<bool Standard_Deviation_Type, typename TInput, typename TCalc = TInput>
class etl::standard_deviation< Standard_Deviation_Type, TInput, TCalc >
Standard Deviation.