Statistics[Distributions]
NonCentralChiSquare
noncentral chi-square distribution
Calling Sequence
Parameters
Description
Notes
Examples
References
NonCentralChiSquare(nu, delta)
NonCentralChiSquareDistribution(nu, delta)
nu
-
degrees of freedom
delta
noncentrality parameter
The noncentral chi-square distribution is a continuous probability distribution with probability density function given by:
f⁡t=0t<0ⅇ−t2−δ2⁢tν2−1⁢BesselI⁡ν2−1,δ⁢t2⁢δ⁢tν4−12otherwise
subject to the following conditions:
0<ν,0≤δ
The NonCentralChiSquare variate with noncentrality parameter delta=0 and degrees of freedom nu is equivalent to the ChiSquare variate with degrees of freedom nu.
Note that the NonCentralChiSquare command is inert and should be used in combination with the RandomVariable command.
The Quantile and CDF functions applied to a noncentral chi-square distribution use a sequence of iterations in order to converge on the desired output point. The maximum number of iterations to perform is equal to 100 by default, but this value can be changed by setting the environment variable _EnvStatisticsIterations to the desired number of iterations.
with⁡Statistics:
X≔RandomVariable⁡NonCentralChiSquare⁡ν,δ:
PDF⁡X,u
0u<0ⅇ−u2−δ2⁢uν2−1⁢hypergeom⁡,ν2,δ⁢u4Γ⁡ν2⁢2ν2otherwise
PDF⁡X,12
ⅇ−14−δ2⁢12ν2−1⁢hypergeom⁡,ν2,δ8Γ⁡ν2⁢2ν2
Mean⁡X
ν+δ
Variance⁡X
2⁢ν+4⁢δ
Evans, Merran; Hastings, Nicholas; and Peacock, Brian. Statistical Distributions. 3rd ed. Hoboken: Wiley, 2000.
Johnson, Norman L.; Kotz, Samuel; and Balakrishnan, N. Continuous Univariate Distributions. 2nd ed. 2 vols. Hoboken: Wiley, 1995.
Stuart, Alan, and Ord, Keith. Kendall's Advanced Theory of Statistics. 6th ed. London: Edward Arnold, 1998. Vol. 1: Distribution Theory.
See Also
Statistics
Statistics[RandomVariable]
Download Help Document