xref: /minix3/minix/commands/sprofdiff/tdist.h (revision 00b67f09dd46474d133c95011a48590a8e8f94c7)
1 /*
2  * student_t_p_2tail returns the 2-tailed p-value for the student's t
3  * distribution with the given t and degrees of freedom
4  */
5 float student_t_p_2tail(float t, float df);
6