Searched defs:cauchy (Results 1 – 5 of 5) sorted by relevance
65 boost::cauchy_distribution<> cauchy( 0.0 , g ); in create_frequencies() local
71 boost::cauchy_distribution<> cauchy( 0.0 , g ); in create_frequencies() local
178 typedef cauchy_distribution<double> cauchy; typedef
131 boost::cauchy_distribution< value_type > cauchy( 0.0 , g ); in create_frequencies() local
337 distribution_tester cauchy("Cauchy"); in main() local