![]() |
Project
|
specialization of std::geometric_distribution which implements also the analytic formula. More...
#include <DataGenerator.h>
Inherits std::geometric_distribution< int >.
Public Member Functions | |
geometric_distribution (float _parameter) | |
template<typename value_type > | |
double | getProbability (value_type v) const |
get theoretical probability of a value | |
Public Attributes | |
const float | parameter |
specialization of std::geometric_distribution which implements also the analytic formula.
Definition at line 241 of file DataGenerator.h.
|
inline |
Definition at line 244 of file DataGenerator.h.
|
inline |
get theoretical probability of a value
Definition at line 250 of file DataGenerator.h.
const float o2::test::geometric_distribution< IntType, _BASE >::parameter |
Definition at line 246 of file DataGenerator.h.