![]() |
Project
|
specialization of std::normal_distribution which implements also the analytic formula. More...
#include <DataGenerator.h>
Inherits std::normal_distribution< double >.
Public Types | |
using | result_type = typename _BASE::result_type |
Public Member Functions | |
normal_distribution (result_type _mean, result_type _stddev) | |
template<typename value_type > | |
double | getProbability (value_type v) const |
get theoretical probability of a value | |
Public Attributes | |
const double | sqrt2pi = 2.5066283 |
const result_type | mean |
const result_type | stddev |
specialization of std::normal_distribution which implements also the analytic formula.
Definition at line 182 of file DataGenerator.h.
using o2::test::normal_distribution< RealType, _BASE >::result_type = typename _BASE::result_type |
Definition at line 185 of file DataGenerator.h.
|
inline |
Definition at line 187 of file DataGenerator.h.
|
inline |
get theoretical probability of a value
Definition at line 200 of file DataGenerator.h.
const result_type o2::test::normal_distribution< RealType, _BASE >::mean |
Definition at line 190 of file DataGenerator.h.
const double o2::test::normal_distribution< RealType, _BASE >::sqrt2pi = 2.5066283 |
Definition at line 189 of file DataGenerator.h.
const result_type o2::test::normal_distribution< RealType, _BASE >::stddev |
Definition at line 191 of file DataGenerator.h.