Home
last modified time | relevance | path

Searched defs:chisq1 (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/gmt/gmt-6.3.0/src/
H A Dgmt_stat.c332 GMT_LOCAL int gmtstat_f_q (struct GMT_CTRL *GMT, double chisq1, uint64_t nu1, double chisq2, uint64… in gmtstat_f_q()
387 GMT_LOCAL int gmtstat_f_test_new (struct GMT_CTRL *GMT, double chisq1, uint64_t nu1, double chisq2,… in gmtstat_f_test_new()
630 …_to_ch1_ch2 (struct GMT_CTRL *GMT, double F, double nu1, double nu2, double *chisq1, double *chisq… in gmtstat_F_to_ch1_ch2()
1567 double F_low, F_high, F_mid = 0.0, p_high, p_mid, p, chisq1, chisq2; in gmt_Fcrit() local