仮説検定関数 (scipy.stats モジュール)
[APIドキュメント] [toc]
bartlett
bartlett(*args)
chisquare
chisquare(f_obs, f_exp=None, ddof=0, axis=0)
levene
levene(*args, center=’median’, proportiontocut=0.05)
ttest_1samp
ttest_1samp(a, popmean, axis=0, nan_policy=’propagate’, alternative=’two-sided’)
ttest_ind
ttest_ind(a, b, axis=0, equal_var=True, nan_policy=’propagate’, alternative=’two-sided’)
ttest_rel
ttest_rel(a, b, axis=0, nan_policy=’propagate’, alternative=’two-sided’)