[TIL] #1.2.1 Hypothesis Test
Two-side test / One-side test
Two-side test:サンプルデータの平均値がXに等しいかどうかを検査する
One-side test:サンプルデータの平均値がXより大きいかどうかを検査する
ttest_1samp
ttest_ind
2つの
重複除外
SETの使用
tree = set(tree) #집합으로 중복제거
tree = list(tree) #다시 리스트로 저장
もっと知りたい部分
https://docs.scipy.org/doc/scipy/reference/generated/scipy.stats.ttest_1samp.html
https://angeloyeo.github.io/2020/03/29/p_value.html
https://no17.tistory.com/189
https://towardsdatascience.com/hypothesis-testing-in-machine-learning-using-python-a0dc89e169ce
Reference
この問題について([TIL] #1.2.1 Hypothesis Test), 我々は、より多くの情報をここで見つけました https://velog.io/@bella/TIL-1.2.1-Hypothesis-Testテキストは自由に共有またはコピーできます。ただし、このドキュメントのURLは参考URLとして残しておいてください。
Collection and Share based on the CC Protocol