#include <StreamingStatistics.h>
- Author
- piantado
- Date
- 29/01/20
◆ StreamingStatistics() [1/2]
| StreamingStatistics::StreamingStatistics |
( |
size_t |
rs = 100 | ) |
|
|
inline |
◆ StreamingStatistics() [2/2]
◆ add()
| void StreamingStatistics::add |
( |
double |
x | ) |
|
|
inline |
Add sample x to these statistics.
- Parameters
-
◆ get_sd()
| double StreamingStatistics::get_sd |
( |
| ) |
|
|
inline |
◆ get_variance()
| double StreamingStatistics::get_variance |
( |
| ) |
|
|
inline |
◆ median()
| double StreamingStatistics::median |
( |
| ) |
const |
|
inline |
Compute the median according to my reservoir sample.
- Returns
◆ operator<<()
| void StreamingStatistics::operator<< |
( |
double |
x | ) |
|
|
inline |
◆ operator=()
◆ lock
| std::mutex StreamingStatistics::lock |
|
mutableprotected |
◆ M2
| double StreamingStatistics::M2 |
◆ max
| double StreamingStatistics::max |
◆ mean
| double StreamingStatistics::mean |
◆ min
| double StreamingStatistics::min |
| double StreamingStatistics::N |
◆ streaming_median
| MedianFAME<double> StreamingStatistics::streaming_median |
The documentation for this class was generated from the following file: