Toggle navigation
Cliff's
Home
Recent Notes
About
Categories
Archive
Index
Github
Notes
Recent Notes
FibLand
Trees
Fib Class
Factory Method
Proxy Pattern
Student T-Test
One Tail Two Tail
from
scipy
.
stats
import
ttest_ind
ttest_ind
(
a
,
b
).
statistic
# Two tail
ttest_ind
(
a
,
b
).
pvalue
/
2
May 17, 2018
Newer Post
Older Post