Two-side test : 샘플 데이터의 평균이 X와 같다 / 같지 않다 를 검정
One-side test : 샘플 데이터의 평균이 X보다 크다 작다 / 크지 않다 작지 않다 를 검정
https://docs.scipy.org/doc/scipy/reference/generated/scipy.stats.ttest_1samp.html
https://docs.scipy.org/doc/scipy/reference/generated/scipy.stats.ttest_ind.html
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