Standard Deviation.
More...
#include <rms.h>
|
| rms () |
| Constructor.
|
|
template<typename TIterator > |
| rms (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_rms () const |
| Get the rms.
|
|
| operator double () const |
| Get the rms.
|
|
size_t | count () const |
| Get the total number added entries.
|
|
void | clear () |
| Clear the histogram.
|
|
|
typedef TInput | calc_t |
|
typedef TInput | first_argument_type |
|
typedef TInput | second_argument_type |
|
typedef void | result_type |
|
template<typename TInput, typename TCalc = TInput>
class etl::rms< TInput, TCalc >
Standard Deviation.
◆ operator()() [1/2]
template<typename TInput , typename TCalc = TInput>
void etl::rms< TInput, TCalc >::operator() |
( |
TInput |
value | ) |
|
|
inline |
operator () Add a pair of values.
◆ operator()() [2/2]
template<typename TInput , typename TCalc = TInput>
template<typename TIterator >
void etl::rms< TInput, TCalc >::operator() |
( |
TIterator |
first, |
|
|
TIterator |
last |
|
) |
| |
|
inline |
The documentation for this class was generated from the following file: