Coupon collector's test.
More...
#include <mckl/random/coupon_collector_test.hpp>
Inherits mckl::ChiSquaredTest< CouponCollectorTest< D, NTrialMax > >.
|
| using | result_type = double |
| |
| double | stat (std::size_t m, const double *count, const double *np) const |
| |
| double | stat (std::size_t m, const double *count, double np) const |
| |
template<std::size_t D, std::size_t NTrialMax = std::numeric_limits<std::size_t>::max()>
class mckl::CouponCollectorTest< D, NTrialMax >
Coupon collector's test.
- Template Parameters
-
Definition at line 47 of file coupon_collector_test.hpp.
◆ CouponCollectorTest()
template<std::size_t D, std::size_t NTrialMax = std::numeric_limits<std::size_t>::max()>
◆ degree_of_freedom()
template<std::size_t D, std::size_t NTrialMax = std::numeric_limits<std::size_t>::max()>
◆ operator()() [1/2]
template<std::size_t D, std::size_t NTrialMax = std::numeric_limits<std::size_t>::max()>
template<typename DistributionType >
◆ operator()() [2/2]
template<std::size_t D, std::size_t NTrialMax = std::numeric_limits<std::size_t>::max()>
template<typename RNGType , typename U01DistributionType >