|
Monero
|
#include <math.h>#include <limits>#include <algorithm>#include "misc_language.h"#include "stats.h"

Go to the source code of this file.
Enumerations | |
| enum | { bit_min = 0 , bit_max , bit_median , bit_mean , bit_standard_deviation , bit_standard_error , bit_variance , bit_kurtosis } |
Functions | |
| static double | square (double x) |
| template<typename T> | |
| static double | interpolate (T v, T v0, double i0, T v1, double i1) |
| anonymous enum |
|
inlinestatic |