SciPy 통계검정

Jmnote (토론 | 기여)님의 2017년 12월 14일 (목) 11:29 판 (새 문서: ==개요== {| class='wikitable' |- | 1표본 t검정 || sp.stats.ttest_1samp() |- | 2표본 t검정 || sp.stats.ttest_ind() |- | 상관 검정 || sp.stats.pearsonr() |- | 카이제곱...)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)

개요

1표본 t검정 sp.stats.ttest_1samp()
2표본 t검정 sp.stats.ttest_ind()
상관 검정 sp.stats.pearsonr()
카이제곱 검정 sp.stats.chisquare()
1원 분산분석 sp.stats.f_oneway()
문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}