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. nobsintthe number of trials or observations. low, uppfloatslower and upper limit of equivalence region Returns:¶ pvaluefloatp-value of equivalence test pval_low, pval_uppfloatsp-values of lower and upper one-sided tests