minix3/commands/sprofdiff/tdist.h

6 lines
177 B
C
Raw Normal View History

2020-02-21 00:59:27 +05:30
/*
* student_t_p_2tail returns the 2-tailed p-value for the student's t
* distribution with the given t and degrees of freedom
*/
float student_t_p_2tail(float t, float df);