Searched refs:ln_gamma_shape (Results 1 – 1 of 1) sorted by relevance
304 pt_gamma(double p, double shape, double scale, double ln_gamma_shape) { in pt_gamma() argument305 return pt_chi2(p, shape * 2.0, ln_gamma_shape) * 0.5 * scale; in pt_gamma()