|
MCKL
Monte Carlo Kernel Library
|
Tests based on the Poisson distribution. More...
#include <mckl/random/poisson_test.hpp>
Public Types | |
| using | result_type = std::size_t |
Public Member Functions | |
| double | cdf (result_type s) const |
| bool | pass (double alpha, result_type s) const |
| double | pdf (result_type s) const |
Tests based on the Poisson distribution.
Definition at line 42 of file poisson_test.hpp.
| using mckl::PoissonTest< Derived >::result_type = std::size_t |
Definition at line 45 of file poisson_test.hpp.
|
inline |
Definition at line 72 of file poisson_test.hpp.
|
inline |
Definition at line 47 of file poisson_test.hpp.
|
inline |
Definition at line 63 of file poisson_test.hpp.
1.8.13