Searched refs:pt_chi2 (Results 1 – 2 of 2) sorted by relevance
217 pt_chi2(double p, double df, double ln_gamma_df_2) { in pt_chi2() function305 return pt_chi2(p, shape * 2.0, ln_gamma_shape) * 0.5 * scale; in pt_gamma()
298 assert_true(double_eq_rel(pt_chi2(p, df, ln_gamma_df), in TEST_BEGIN()