Searched defs:cauchy (Results 1 – 6 of 6) 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
401 double cauchy = Double.NaN; in bobyqb() local1448 double cauchy = Double.NaN; in altmov() local
396 double cauchy = Double.NaN; in bobyqb() local1443 double cauchy = Double.NaN; in altmov() local
131 boost::cauchy_distribution< value_type > cauchy( 0.0 , g ); in create_frequencies() local
5977 def cauchy(self, median=0, sigma=1, generator=None): function