NoncentralChiSquareDistribution

NoncentralChiSquareDistribution[ν,λ]

represents a noncentral distribution with ν degrees of freedom and noncentrality parameter λ.

Details

Background & Context

  • NoncentralChiSquareDistribution[ν,λ] represents a continuous statistical distribution supported over the interval and parametrized by a positive real number ν (the "degrees of freedom") and a non-negative real number λ (called a "noncentrality parameter"). Together, these parameters determine the overall behavior of its probability density function (PDF). In general, the PDF of a noncentral beta distribution is unimodal with a single "peak" (i.e. a global maximum), though its overall shape (its height, its spread, and the horizontal location of its maximum) is determined by the values of ν and λ . In addition, the tails of the PDF are "thin" in the sense that the PDF decreases exponentially rather than algebraically for large values of . (This behavior can be made quantitatively precise by analyzing the SurvivalFunction of the distribution.) NoncentralChiSquareDistribution is a perhaps-skewed generalization of the ChiSquareDistribution (sometimes referred to as the centralized chi-square distribution), and while it is most often referred to as "the" noncentral chi-square distribution, a number of other noncentral generalizations of the chi-square distribution also exist.
  • Analogous to the chi-square distribution that models the sum of random variates distributed according to a standard normal distribution, the random variate is distributed according to the noncentral chi-square distribution whenever is a collection of normally distributed random variates with unit variances that satisfy . In mathematics, the noncentral chi-square distribution has been used to model the distribution quadratic forms whose constituent summands are independently distributed chi-square variates, while in statistics the distribution is used to analyze tests in which the null variable is chi-square distributed. The distribution has also been utilized to model phenomena in a number of fields including approximation theory, decision modeling, and finance.
  • RandomVariate can be used to give one or more machine- or arbitrary-precision (the latter via the WorkingPrecision option) pseudorandom variates from a noncentral chi-square distribution. Distributed[x,NoncentralChiSquareDistribution[ν,λ]], written more concisely as xNoncentralChiSquareDistribution[ν,λ], can be used to assert that a random variable x is distributed according to a noncentral chi-square distribution. Such an assertion can then be used in functions such as Probability, NProbability, Expectation, and NExpectation.
  • The probability density and cumulative distribution functions for noncentral chi-square distributions may be given using PDF[NoncentralChiSquareDistribution[ν,λ],x] and CDF[NoncentralChiSquareDistribution[ν,λ],x]. The mean, median, variance, raw moments, and central moments may be computed using Mean, Median, Variance, Moment, and CentralMoment, respectively.
  • DistributionFitTest can be used to test if a given dataset is consistent with a noncentral chi-square distribution, EstimatedDistribution to estimate a noncentral chi-square parametric distribution from given data, and FindDistributionParameters to fit data to a noncentral chi-square distribution. ProbabilityPlot can be used to generate a plot of the CDF of given data against the CDF of a symbolic noncentral chi-square distribution, and QuantilePlot to generate a plot of the quantiles of given data against the quantiles of a symbolic noncentral chi-square distribution.
  • TransformedDistribution can be used to represent a transformed noncentral chi-square distribution, CensoredDistribution to represent the distribution of values censored between upper and lower values, and TruncatedDistribution to represent the distribution of values truncated between upper and lower values. CopulaDistribution can be used to build higher-dimensional distributions that contain a noncentral chi-square distribution, and ProductDistribution can be used to compute a joint distribution with independent component distributions involving noncentral chi-square distributions.
  • NoncentralChiSquareDistribution is related to a number of other distributions. It is an immediate generalization of ChiSquareDistribution in the sense that the PDF of NoncentralChiSquareDistribution[ν,0] is precisely the same as that of ChiSquareDistribution[ν], and NoncentralChiSquareDistribution can be obtained as a transformation (TransformedDistribution) of several distributions, including NormalDistribution, BeckmannDistribution, RiceDistribution, NoncentralFRatioDistribution, and NoncentralBetaDistribution. NoncentralChiSquareDistribution is a parameter mixture (ParameterMixtureDistribution) of ChiSquareDistribution and PoissonDistribution in the sense that the PDF of NoncentralChiSquareDistribution[ν,λ] is exactly that of ChiSquareDistribution[ν + 2 n] whenever nPoissonDistribution[λ/2], and NoncentralChiSquareDistribution is also closely related to BetaDistribution, BetaPrimeDistribution, StudentTDistribution, and UniformDistribution.

Examples

open allclose all

Basic Examples  (3)

Probability density function:

Cumulative distribution function:

Mean and variance:

Scope  (7)

Generate a sample of pseudorandom numbers from a noncentral distribution:

Compare its histogram to the PDF:

Distribution parameters estimation:

Estimate the distribution parameters from sample data:

Compare the density histogram of the sample with the PDF of the estimated distribution:

Skewness varies with degrees of freedom ν and noncentrality λ:

Kurtosis varies with degrees of freedom ν and noncentrality λ:

Different moments with closed forms as functions of parameters:

Moment:

Closed form for symbolic order:

CentralMoment:

FactorialMoment:

Cumulant:

Closed form for symbolic order:

Hazard function:

Quantile function:

Applications  (1)

In the theory of fading channels, scaled NoncentralChiSquareDistribution is the distribution of instantaneous signal-to-noise ratio when signal fading amplitude is modeled by RiceDistribution. The distribution of instantaneous signal-to-noise-ratio where , is the energy per symbol and is the spectral density of white noise is:

Find the moment-generating function for SNRdist:

Show SNRdist is a scaled NoncentralChiSquareDistribution:

Find the mean:

Express the moment-generating function in terms of the mean:

Find the amount of fading:

Limiting value:

Properties & Relations  (10)

NoncentralChiSquareDistribution is closed under addition:

CDF of NoncentralChiSquareDistribution admits closed-form approximations:

Compare the CDF to its approximation:

Relationships to other distributions:

Noncentral distribution simplifies to ChiSquareDistribution:

Sum of squares of variables with NormalDistribution has NoncentralChiSquareDistribution:

Noncentral distribution is related to BeckmannDistribution:

Noncentral distribution can be obtained from RiceDistribution:

Quotient of two variables from noncentral distribution follows NoncentralFRatioDistribution:

NoncentralChiSquareDistribution is a parameter mixture of ChiSquareDistribution and PoissonDistribution:

NoncentralBetaDistribution can be obtained as a transformation of ChiSquareDistribution and NoncentralChiSquareDistribution:

Possible Issues  (3)

NoncentralChiSquareDistribution is not defined when ν is not a positive real number:

NoncentralChiSquareDistribution is not defined when λ is not a non-negative real number:

Substitution of invalid parameters into symbolic outputs gives results that are not meaningful:

Neat Examples  (1)

PDFs for different λ values with CDF contours:

Wolfram Research (2007), NoncentralChiSquareDistribution, Wolfram Language function, https://reference.wolfram.com/language/ref/NoncentralChiSquareDistribution.html (updated 2016).

Text

Wolfram Research (2007), NoncentralChiSquareDistribution, Wolfram Language function, https://reference.wolfram.com/language/ref/NoncentralChiSquareDistribution.html (updated 2016).

CMS

Wolfram Language. 2007. "NoncentralChiSquareDistribution." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2016. https://reference.wolfram.com/language/ref/NoncentralChiSquareDistribution.html.

APA

Wolfram Language. (2007). NoncentralChiSquareDistribution. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/NoncentralChiSquareDistribution.html

BibTeX

@misc{reference.wolfram_2023_noncentralchisquaredistribution, author="Wolfram Research", title="{NoncentralChiSquareDistribution}", year="2016", howpublished="\url{https://reference.wolfram.com/language/ref/NoncentralChiSquareDistribution.html}", note=[Accessed: 19-March-2024 ]}

BibLaTeX

@online{reference.wolfram_2023_noncentralchisquaredistribution, organization={Wolfram Research}, title={NoncentralChiSquareDistribution}, year={2016}, url={https://reference.wolfram.com/language/ref/NoncentralChiSquareDistribution.html}, note=[Accessed: 19-March-2024 ]}