bundles / scipy latest / docs
Doc
Noncentral chi-squared Distribution
docs/tutorial:stats:continuous_ncx2
The distribution of where are independent standard normal variables and are constants. (In communications it is called the Marcum-Q function). It can be thought of as a Generalized Rayleigh-Rice distribution.
The two shape parameters are , a positive integer, and , a positive real number. The support is .
where is a modified Bessel function of the first kind.
References
"Noncentral chi-squared distribution", Wikipedia https://en.wikipedia.org/wiki/Noncentral_chi-squared_distribution
Implementation: scipy.stats.ncx2