SciPy

This is documentation for an old release of SciPy (version 1.2.3). Search for this page in the documentation of the latest stable release (version 1.15.1).

Rice Distribution

Defined for \(x>0\) and \(b>0\)

\begin{eqnarray*} f\left(x;b\right) & = & x\exp\left(-\frac{x^{2}+b^{2}}{2}\right)I_{0}\left(xb\right)\\ F\left(x;b\right) & = & \int_{0}^{x}\alpha\exp\left(-\frac{\alpha^{2}+b^{2}}{2}\right)I_{0}\left(\alpha b\right)d\alpha\end{eqnarray*}
\[\mu_{n}^{\prime}=\sqrt{2^{n}}\Gamma\left(1+\frac{n}{2}\right)\,_{1}F_{1}\left(-\frac{n}{2};1;-\frac{b^{2}}{2}\right)\]

Implementation: scipy.stats.rice

Previous topic

Rayleigh Distribution

Next topic

Reciprocal Distribution