Home
last modified time | relevance | path

Searched defs:inverse_chi_squared (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/math/distributions/
Dinverse_chi_squared.hpp98 typedef inverse_chi_squared_distribution<double> inverse_chi_squared; typedef
/third_party/boost/libs/math/reporting/performance/
Dtest_distributions.cpp416 distribution_tester inverse_chi_squared("InverseChiSquared"); in main() local