summaryrefslogtreecommitdiff
path: root/minix/commands/sprofdiff/tdist.h
blob: b5ba8d49116dc9b681650e1536aed7e90c49af87 (plain)
1
2
3
4
5
/*
 * 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);