indep_binomial¶
- hyppo.tools.indep_binomial(n, p=1, random_state=None)¶
Independent binomial distributions.
\((X, Y, Z) \in \mathbb{R} \times \mathbb{R} \times \mathbb{R}^p\): .. math:
X, Y, Z_i &\sim \text{Binom}(10, 0.5) \\ Z &= (Z_1, Z_2, \ldots, Z_p)
References