repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
unstack, sort: cleanup and improvement
[minix.git]
/
commands
/
sprofdiff
/
tdist.h
blob
b5ba8d49116dc9b681650e1536aed7e90c49af87
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
);