Home
last modified time | relevance | path

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

/dports/graphics/gmt/gmt-6.3.0/src/
H A Dgmt_stat.c225 GMT_LOCAL double gmtstat_gammq (struct GMT_CTRL *GMT, double a, double x) { in gmtstat_gammq() function
1690 *prob = gmtstat_gammq (GMT, 0.5 * nu, 0.5 * chi2); in gmt_chi2()
1701 *prob = (k == 0.0) ? exp (-mu) : gmtstat_gammq (GMT, k+1.0, mu); in gmt_poisson_cdf()