statsmodels.stats.proportion.binom_tost¶ statsmodels.stats.proportion.binom_tost(count, nobs, low, upp)[source]¶ Exact TOST test for one proportion using binomial distribution Parameters:¶ count : {int, array_like}¶the number of successes in nobs trials. nobs : int¶the number of trials or observations. low : floats¶lower and upper limit of equivalence region upp : floats¶lower and upper limit of equivalence region Returns:¶ pvalue (float) – p-value of equivalence test pval_low, pval_upp (floats) – p-values of lower and upper one-sided tests