Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python one sample t-test

>>> np.random.seed(7654567)  # fix seed to get the same result
>>> rvs = stats.norm.rvs(loc=5, scale=10, size=(50,2))
Source by docs.scipy.org #
 
PREVIOUS NEXT
Tagged: #python #sample
ADD COMMENT
Topic
Name
3+8 =