![]() |
Project
|
specialization of std::poisson_distribution which implements also the analytic formula. More...
#include <DataGenerator.h>
Inherits std::poisson_distribution< int >.
Public Types | |
| using | result_type = typename _BASE::result_type |
Public Member Functions | |
| poisson_distribution (result_type _mean) | |
| ~poisson_distribution ()=default | |
| int | factorial (unsigned int n) const |
| template<typename value_type > | |
| double | getProbability (value_type v) const |
| get theoretical probability of a value | |
Public Attributes | |
| const result_type | mean |
specialization of std::poisson_distribution which implements also the analytic formula.
Definition at line 212 of file DataGenerator.h.
| using o2::test::poisson_distribution< IntType, _BASE >::result_type = typename _BASE::result_type |
Definition at line 215 of file DataGenerator.h.
|
inline |
Definition at line 217 of file DataGenerator.h.
|
default |
|
inline |
Definition at line 222 of file DataGenerator.h.
|
inline |
get theoretical probability of a value
Definition at line 226 of file DataGenerator.h.
| const result_type o2::test::poisson_distribution< IntType, _BASE >::mean |
Definition at line 220 of file DataGenerator.h.