Monero
Loading...
Searching...
No Matches
stats.inl File Reference
#include <math.h>
#include <limits>
#include <algorithm>
#include "misc_language.h"
#include "stats.h"
Include dependency graph for stats.inl:
This graph shows which files directly or indirectly include this file:

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)

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
bit_min 
bit_max 
bit_median 
bit_mean 
bit_standard_deviation 
bit_standard_error 
bit_variance 
bit_kurtosis 

Function Documentation

◆ interpolate()

template<typename T>
double interpolate ( T v,
T v0,
double i0,
T v1,
double i1 )
inlinestatic

◆ square()

double square ( double x)
inlinestatic