Conditionally dependent binomial distributions. Examples 6 from:footcite:p:wang2015conditional.
\((X, Y, Z) \in \mathbb{R} \times \mathbb{R} \times \mathbb{R}\):
\[\begin{split}X_1, Z &\sim \text{Binom}(10, 0.5) \\
X &= X_1 + Z \\
Y &= (X_1 - 5)^4 + Z\end{split}\]
- Parameters
-
- Returns
x,y,z (ndarray
of float
) -- Simulated data matrices. x
, y
, and z
.
References