Logo

scikits.statsmodels.stats.weightstats.DescrStatsW.ttest_mean

DescrStatsW.ttest_mean(value, alternative='two-sided')[source]

ttest of Null hypothesis that mean is equal to value.

The alternative hypothesis H1 is defined by the following ‘two-sided’: H1: mean different than value ‘larger’ : H1: mean larger than value ‘smaller’ : H1: mean smaller than value

Previous topic

sm.stats.weightstats.DescrStatsW.sumsquares

Next topic

sm.stats.weightstats.DescrStatsW.ttest_meandiff

This Page