For spherical coordinates with angles $\Theta$ (polar) following truncated normal distribution and $\Phi$ (azimuth) following circular uniform distribution, is there any closed form distribution for its cartesian coordinates ($X,Y,Z$)?
Let's say $\Theta$ ~ truncated normal distribution around $\pi/2$ with pdf $f_{\Theta}(\theta)$ and $\Phi$ ~ circular uniform distribution with pdf $f_{\Phi}(\phi)$. And, let $C_\Theta = \cos(\Theta), S_\Theta = \sin(\Theta), C_\Phi = \cos(\Phi)$, and $S_\Phi = \sin(\Phi)$. Then,
\begin{align} f_{C_\Theta}(c) &= \frac{f_\Theta(\arccos(c))}{\sqrt{1-c^2}},\quad \mathrm{for} ~-1 \leq c \leq 1,\\ f_{S_\Theta}(s) &= \frac{2f_\Theta(\arcsin(s))}{\sqrt{1-s^2}},\quad \mathrm{for} ~0 \leq s \leq 1, \\ f_{C_\Phi}(c) &= \frac{1}{\pi\sqrt{1-c^2}},\quad \mathrm{for} ~-1 \leq c \leq 1, \mathrm{and} \\ f_{S_\Phi}(s) &= \frac{1}{\pi\sqrt{1-s^2}},\quad \mathrm{for} ~-1 \leq s \leq 1. \end{align}
Since $X = \sin(\Theta)\cos(\Phi), Y = \sin(\Theta)\sin(\Phi)$, and $Z = \cos(\Theta)$, then we have
\begin{align} f_X(x) &= \int\limits_{-\infty}^{\infty} f_{C_\Theta}(\tau) f_{S_\Phi}(x/\tau)/|\tau| \mathrm{d}\tau,\\ f_Y(y) &= \int\limits_{-\infty}^{\infty} f_{S_\Theta}(\tau) f_{S_\Phi}(y/\tau)/|\tau| \mathrm{d}\tau, \quad \mathrm{and} \\ f_Z(z) &= f_{C_\Phi}(z). \end{align}
Is there any closed form for $f_X(x), f_Y(y)$, and $f_Z(z)$? Could you please point me to some references related to this problem because I just noticed that there is a study about circular statistics, and I am quite new to this topic?