DescrStatsW.ttost_mean()

statsmodels.stats.weightstats.DescrStatsW.ttost_mean

DescrStatsW.ttost_mean(low, upp) [source]

test of (non-)equivalence of one sample

TOST: two one-sided t tests

null hypothesis: m < low or m > upp alternative hypothesis: low < m < upp

where m is the expected value of the sample (mean of the population).

If the pvalue is smaller than a threshold, say 0.05, then we reject the hypothesis that the expected value of the sample (mean of the population) is outside of the interval given by thresholds low and upp.

Parameters:

low, upp : float

equivalence interval low < mean < upp

Returns:

pvalue : float

pvalue of the non-equivalence test

t1, pv1, df1 : tuple

test statistic, pvalue and degrees of freedom for lower threshold test

t2, pv2, df2 : tuple

test statistic, pvalue and degrees of freedom for upper threshold test

© 2009–2012 Statsmodels Developers
© 2006–2008 Scipy Developers
© 2006 Jonathan E. Taylor
Licensed under the 3-clause BSD License.
http://www.statsmodels.org/stable/generated/statsmodels.stats.weightstats.DescrStatsW.ttost_mean.html

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部