Home
last modified time | relevance | path

Searched defs:chi_squared (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/libs/random/test/
Dchi_squared_test.hpp73 double chi_squared; member
/third_party/boost/boost/math/distributions/
Dchi_squared.hpp56 typedef chi_squared_distribution<double> chi_squared; typedef
/third_party/boost/libs/math/reporting/performance/
Dtest_distributions.cpp344 distribution_tester chi_squared("ChiSquared"); in main() local