KDistribution
✖
KDistribution
Details

- The probability density for value
in a K distribution is proportional to
for
and
otherwise.
- KDistribution allows ν and w to be any positive real numbers.
- KDistribution allows w to be a quantity of any unit dimension and ν to be any dimensionless quantity. »
- KDistribution can be used with such functions as Mean, CDF, and RandomVariate.
Background & Context
- KDistribution[ν,w] represents a statistical distribution supported on the interval
and parametrized by the positive real numbers ν and w, known as "shape parameters", that determine the overall behavior of the probability density function (PDF). Depending on the values of ν and w, the PDF of a K distribution may be either unimodal with a single "peak" (i.e. a global maximum) or monotone decreasing with a potential singularity approaching the lower boundary of its domain. In addition, the tails of the PDF are "thin" in the sense that the PDF decreases exponentially for large values of
. (This behavior can be made quantitatively precise by analyzing the SurvivalFunction of the distribution.)
- The K distribution was developed by Jakemen and Pusey in a paper published in 1978 and was described therein as a modification of so-called Bessel function distributions, which was useful in describing the statistical behavior of scattered radiation. Probabilistically, the K distribution can be derived as a modification of several other probability distributions: For example, it is a compound distribution (in the sense that xKDistribution[ν,w] if and only if
is gamma distributed (GammaDistribution) according to parameters which themselves are gamma distributed) as well as a product distribution (in the sense that it models the behavior of the product of two Gamma-distributed random variates). In addition to its theoretical importance, the K distribution has been used to describe a number of phenomena involving radiation and wave displacement.
- RandomVariate can be used to give one or more machine- or arbitrary-precision (the latter via the WorkingPrecision option) pseudorandom variates from a K distribution. Distributed[x,KDistribution[ν,w]], written more concisely as xKDistribution[ν,w], can be used to assert that a random variable x is distributed according to a K 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 K distributions may be given using PDF[KDistribution[ν,w],x] and CDF[KDistribution[ν,w],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 K distribution, EstimatedDistribution to estimate a K parametric distribution from given data, and FindDistributionParameters to fit data to a K distribution. ProbabilityPlot can be used to generate a plot of the CDF of given data against the CDF of a symbolic K distribution, and QuantilePlot to generate a plot of the quantiles of given data against the quantiles of a symbolic K distribution.
- TransformedDistribution can be used to represent a transformed K 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 K distribution, and ProductDistribution can be used to compute a joint distribution with independent component distributions involving K distributions.
- KDistribution is closely related to a number of other distributions. For example, KDistribution can be realized both as a compound distribution and as a product distribution of random variates distributed according to GammaDistribution. KDistribution can also be obtained by appropriate combinations of GammaDistribution with RayleighDistribution and with ExponentialDistribution, and is closely related to NormalDistribution, PoissonDistribution, GompertzMakehamDistribution, ChiSquareDistribution, MaxwellDistribution, InverseGammaDistribution, PearsonDistribution, ErlangDistribution, BetaDistribution, ExpGammaDistribution, RayleighDistribution, ChiDistribution, WeibullDistribution, and StudentTDistribution.
Examples
open allclose allBasic Examples (3)Summary of the most common use cases

https://wolfram.com/xid/0pva6m56ca-2hwweo


https://wolfram.com/xid/0pva6m56ca-z996ei


https://wolfram.com/xid/0pva6m56ca-qnv9at

Cumulative distribution function:

https://wolfram.com/xid/0pva6m56ca-4dcu7b


https://wolfram.com/xid/0pva6m56ca-kipl6p


https://wolfram.com/xid/0pva6m56ca-n0n30b


https://wolfram.com/xid/0pva6m56ca-hc9ou5


https://wolfram.com/xid/0pva6m56ca-wz94td

Scope (8)Survey of the scope of standard use cases
Generate a sample of pseudorandom numbers from a K distribution:

https://wolfram.com/xid/0pva6m56ca-zpsmku
Compare its histogram to the PDF:

https://wolfram.com/xid/0pva6m56ca-8hu6rq

Distribution parameters estimation:

https://wolfram.com/xid/0pva6m56ca-niohgc
Estimate the distribution parameters from sample data:

https://wolfram.com/xid/0pva6m56ca-14kndr

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

https://wolfram.com/xid/0pva6m56ca-npzwb9

Skewness depends only on the first parameter:

https://wolfram.com/xid/0pva6m56ca-nuy28c


https://wolfram.com/xid/0pva6m56ca-n36xfa


https://wolfram.com/xid/0pva6m56ca-3x3npu


https://wolfram.com/xid/0pva6m56ca-03zfom


https://wolfram.com/xid/0pva6m56ca-nl2ks

Kurtosis depends only on the first parameter:

https://wolfram.com/xid/0pva6m56ca-jic202


https://wolfram.com/xid/0pva6m56ca-6wjpva


https://wolfram.com/xid/0pva6m56ca-grv3a


https://wolfram.com/xid/0pva6m56ca-kye4df


https://wolfram.com/xid/0pva6m56ca-lp1ik3

Different moments with closed forms as functions of parameters:

https://wolfram.com/xid/0pva6m56ca-pflfx6

https://wolfram.com/xid/0pva6m56ca-ufymr5

Closed form for symbolic order:

https://wolfram.com/xid/0pva6m56ca-3ea208


https://wolfram.com/xid/0pva6m56ca-9e5q1c


https://wolfram.com/xid/0pva6m56ca-8wx5wx


https://wolfram.com/xid/0pva6m56ca-6z69pr


https://wolfram.com/xid/0pva6m56ca-m6aqz5


https://wolfram.com/xid/0pva6m56ca-zz27x6


https://wolfram.com/xid/0pva6m56ca-wfwmkf


https://wolfram.com/xid/0pva6m56ca-n863ev


https://wolfram.com/xid/0pva6m56ca-wkttq

Consistent use of Quantity in parameters yields QuantityDistribution:

https://wolfram.com/xid/0pva6m56ca-u7m9d


https://wolfram.com/xid/0pva6m56ca-ivhtr7

Applications (2)Sample problems that can be solved with this function
In the theory of fading channels, KDistribution is used to model fading amplitude. Find the distribution of instantaneous signal-to-noise ratio where ,
is the energy per symbol, and
is the spectral density of white noise:

https://wolfram.com/xid/0pva6m56ca-45t1gg
The probability density function:

https://wolfram.com/xid/0pva6m56ca-elslj9

Find the moment-generating function (MGF):

https://wolfram.com/xid/0pva6m56ca-8oyxbz


https://wolfram.com/xid/0pva6m56ca-kk4vnd

Express the MGF in terms of the mean:

https://wolfram.com/xid/0pva6m56ca-qj9jmo


https://wolfram.com/xid/0pva6m56ca-uvfmv9

https://wolfram.com/xid/0pva6m56ca-v7hh1t


https://wolfram.com/xid/0pva6m56ca-njq9lk


https://wolfram.com/xid/0pva6m56ca-y5om8o


https://wolfram.com/xid/0pva6m56ca-14lf7k

The displacement distance in a random walk on a plane with the random number of steps from NegativeBinomialDistribution with the large mean converges to KDistribution:

https://wolfram.com/xid/0pva6m56ca-cj5n4

https://wolfram.com/xid/0pva6m56ca-d1nmkx
Compare the sample histogram to the PDF of K distribution:

https://wolfram.com/xid/0pva6m56ca-bkjinm


https://wolfram.com/xid/0pva6m56ca-u6hb0

Properties & Relations (3)Properties of the function, and connections to other functions
K distribution is closed under scaling by a positive factor:

https://wolfram.com/xid/0pva6m56ca-rqp2a2

KDistribution can be obtained from ExponentialDistribution and GammaDistribution:

https://wolfram.com/xid/0pva6m56ca-g2hym5

KDistribution can be represented as a parameter mixture of RayleighDistribution and GammaDistribution:

https://wolfram.com/xid/0pva6m56ca-rp7do3

Wolfram Research (2010), KDistribution, Wolfram Language function, https://reference.wolfram.com/language/ref/KDistribution.html (updated 2016).
Text
Wolfram Research (2010), KDistribution, Wolfram Language function, https://reference.wolfram.com/language/ref/KDistribution.html (updated 2016).
Wolfram Research (2010), KDistribution, Wolfram Language function, https://reference.wolfram.com/language/ref/KDistribution.html (updated 2016).
CMS
Wolfram Language. 2010. "KDistribution." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2016. https://reference.wolfram.com/language/ref/KDistribution.html.
Wolfram Language. 2010. "KDistribution." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2016. https://reference.wolfram.com/language/ref/KDistribution.html.
APA
Wolfram Language. (2010). KDistribution. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/KDistribution.html
Wolfram Language. (2010). KDistribution. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/KDistribution.html
BibTeX
@misc{reference.wolfram_2025_kdistribution, author="Wolfram Research", title="{KDistribution}", year="2016", howpublished="\url{https://reference.wolfram.com/language/ref/KDistribution.html}", note=[Accessed: 06-April-2025
]}
BibLaTeX
@online{reference.wolfram_2025_kdistribution, organization={Wolfram Research}, title={KDistribution}, year={2016}, url={https://reference.wolfram.com/language/ref/KDistribution.html}, note=[Accessed: 06-April-2025
]}