Home
last modified time | relevance | path

Searched refs:normal_quantile (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp6967 double normal_quantile(double p);
6993 double bias = normal_quantile(prob_n); in bootstrap()
6994 double z1 = normal_quantile((1. - confidence_level) / 2.); in bootstrap()
7676 double normal_quantile(double p) { in normal_quantile() function