Marsyas
0.6.0-alpha
|
Assorted Stastical Routines Routines for computing Nth moments around a mean (such as std, skewness, and kurtosis). More...
#include <statistics.h>
Public Member Functions | |
statistics () | |
~statistics () | |
Static Public Member Functions | |
static mrs_real | kurtosisWeighted (const realvec &data, const realvec &weights, mrs_real mean) |
static mrs_real | meanWeighted (const realvec &data, const realvec &weights) |
static mrs_real | skewnessWeighted (const realvec &data, const realvec &weights, mrs_real mean) |
static mrs_real | stddevWeighted (const realvec &data, const realvec &weights, mrs_real mean) |
static mrs_real | varWeighted (const realvec &data, const realvec &weights, mrs_real mean) |
Assorted Stastical Routines Routines for computing Nth moments around a mean (such as std, skewness, and kurtosis).
Definition at line 39 of file statistics.h.
statistics | ( | ) |
Definition at line 34 of file statistics.cpp.
~statistics | ( | ) |
Definition at line 38 of file statistics.cpp.
mrs_real kurtosisWeighted | ( | const realvec & | data, |
const realvec & | weights, | ||
mrs_real | mean | ||
) | [static] |
Definition at line 174 of file statistics.cpp.
mrs_real meanWeighted | ( | const realvec & | data, |
const realvec & | weights | ||
) | [static] |
Definition at line 102 of file statistics.cpp.
mrs_real skewnessWeighted | ( | const realvec & | data, |
const realvec & | weights, | ||
mrs_real | mean | ||
) | [static] |
Definition at line 164 of file statistics.cpp.
mrs_real stddevWeighted | ( | const realvec & | data, |
const realvec & | weights, | ||
mrs_real | mean | ||
) | [static] |
Definition at line 130 of file statistics.cpp.
mrs_real varWeighted | ( | const realvec & | data, |
const realvec & | weights, | ||
mrs_real | mean | ||
) | [static] |
Definition at line 140 of file statistics.cpp.