Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

chi square test in python

from scipy.stats import chisquare
stat, p = chisquare(mylist)
 
PREVIOUS NEXT
Tagged: #chi #square #test #python
ADD COMMENT
Topic
Name
1+4 =