Searched refs:normal_quantile (Results 1 – 1 of 1) sorted by relevance
6967 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