stastics
문서의 이전 판입니다!
Stastics
Table
p-value
import numpy as np from scipy import stats x1 = np.random.normal(0, 1, 100) x2 = np.random.normal(0, 1, 100) pvalue = stats.ttest_rel(scores[:, 0], scores[:, 1]).pvalue # pvalue -> 0.719082 x1 = np.random.normal(0, 1, 100) x2 = np.random.normal(0.5, 1, 100) pvalue = stats.ttest_rel(scores[:, 0], scores[:, 1]).pvalue # pvalue -> 0.000060
/var/www/html/data/pages/stastics.txt · 마지막으로 수정됨: 저자 127.0.0.1