오늘은 아래 내용을 배웠다.
오늘은 아래 문제를 풀었다.
from scipy.stats import chisquare / chisquare(data)
from scipy.stats import chi2_contingency
chi2 = chi2_contingency(data, correction = False)
그 외
주말에 보충해야 한다