|
MCKL
Monte Carlo Kernel Library
|
Tests based on the \(\chi^2\)-distribution. More...
#include <mckl/random/chi_squared_test.hpp>
Public Types | |
| using | result_type = double |
Public Member Functions | |
| double | cdf (result_type s) const |
| bool | pass (double alpha, result_type s) const |
| double | pdf (result_type s) const |
Protected Member Functions | |
| 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 |
Tests based on the \(\chi^2\)-distribution.
Definition at line 42 of file chi_squared_test.hpp.
| using mckl::ChiSquaredTest< Derived >::result_type = double |
Definition at line 45 of file chi_squared_test.hpp.
|
inline |
Definition at line 64 of file chi_squared_test.hpp.
|
inline |
Definition at line 47 of file chi_squared_test.hpp.
|
inline |
Definition at line 54 of file chi_squared_test.hpp.
|
inlineprotected |
Definition at line 72 of file chi_squared_test.hpp.
|
inlineprotected |
Definition at line 77 of file chi_squared_test.hpp.
1.8.13