I have three variables, $X, Y, Z$ with marginal distributions $F_x, F_y, F_z$.
I want to specify the joint distribution $F_{xyz}$ of $(X, Y, Z)$.
I know that if $X, Y, Z$ are jointly independent, then $$F_{xyz} = F_x F_y F_z.$$
However, what if $(Y,Z)$ are dependent with some joint distribution $F_{yz}$, but $X$ is jointly independent from $(Y, Z)$.
How do I then specify the joint distribution? Is it simply $$F_{xyz} = F_xF_{yz}?$$
Is such a distribution guaranteed to exist?