Tests based on the maximum-of-t method.
More...
#include <mckl/random/maximum_of_t_test.hpp>
Inherits mckl::ChiSquaredTest< MaximumOfTTest< D, T > >.
|
| 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 T>
class mckl::MaximumOfTTest< D, T >
Tests based on the maximum-of-t method.
- Template Parameters
-
| D | Multiplier |
| T | Length of the tuple |
Definition at line 46 of file maximum_of_t_test.hpp.
◆ MaximumOfTTest()
template<std::size_t D, std::size_t T>
◆ degree_of_freedom()
template<std::size_t D, std::size_t T>
◆ operator()() [1/2]
template<std::size_t D, std::size_t T>
template<typename DistributionType >
◆ operator()() [2/2]
template<std::size_t D, std::size_t T>
template<typename RNGType , typename U01DistributionType >