Functions of Random Variables and Moment-Generating Functions

Why Transformations of Random Variables Matter

In telecommunications we rarely observe a random variable "as is." If XX represents Gaussian noise at the receiver, the signal power is ∣X∣2|X|^2, the envelope is ∣X∣|X|, and the log-amplitude is ln⁑∣X∣\ln|X|. Each of these is a function of XX, and its distribution is generally different from that of XX itself.

Consider the complex baseband received signal in a narrowband channel with no line-of-sight component: Z=X+jY,Z = X + jY, where X,Y∼N(0,Οƒ2)X, Y \sim \mathcal{N}(0, \sigma^2) are independent (by the central limit theorem applied to many scattered paths). The envelope R=∣Z∣=X2+Y2R = |Z| = \sqrt{X^2 + Y^2} turns out to follow a Rayleigh distribution; the instantaneous power P=R2P = R^2 is exponential; and if a deterministic line-of-sight component is present the envelope becomes Ricean. The sum of kk squared independent standard normals yields the chi-squared distribution Ο‡k2\chi^2_k, which appears in hypothesis testing and in the analysis of diversity combiners.

All of these distributions are derived from the Gaussian via elementary transformations. This section develops the general machinery for finding the distribution of Y=g(X)Y = g(X) given the distribution of XX, introduces moment-generating and characteristic functions as bookkeeping devices for moments, and catalogues the fading distributions that arise in wireless channels.

Theorem: CDF Method for Functions of a Random Variable

Let XX be a continuous random variable with known CDF FXF_X and PDF fXf_X, and let Y=g(X)Y = g(X) where g:Rβ†’Rg : \mathbb{R} \to \mathbb{R} is a measurable function. Then the CDF of YY is FY(y)=P(Y≀y)=P ⁣(g(X)≀y),F_Y(y) = P(Y \leq y) = P\!\bigl(g(X) \leq y\bigr), and, wherever FYF_Y is differentiable, fY(y)=ddyFY(y).f_Y(y) = \frac{d}{dy} F_Y(y).

The idea is conceptually the simplest possible: translate the event {Y≀y}\{Y \leq y\} into an equivalent event involving XX, compute its probability using FXF_X, and differentiate. The difficulty lies entirely in characterizing the set {x:g(x)≀y}\{x : g(x) \leq y\}, which depends on the shape of gg.

,

Theorem: PDF of a Monotone Transformation

Let XX be a continuous random variable with PDF fXf_X, and let Y=g(X)Y = g(X) where gg is strictly monotone (either increasing or decreasing) and differentiable on the support of XX. Then fY(y)=fX ⁣(gβˆ’1(y))β€‰βˆ£ddygβˆ’1(y)∣f_Y(y) = f_X\!\bigl(g^{-1}(y)\bigr)\, \left|\frac{d}{dy}g^{-1}(y)\right| for yy in the range of gg, and fY(y)=0f_Y(y) = 0 otherwise.

The PDF is a density: it measures probability per unit length. When gg stretches or compresses the xx-axis, the density must be rescaled by the reciprocal of the local stretching factor ∣gβ€²(gβˆ’1(y))∣|g'(g^{-1}(y))|. The absolute value ensures the density remains nonnegative regardless of whether gg is increasing or decreasing.

,

Example: Affine Transformation of a Gaussian

Let X∼N(ΞΌ,Οƒ2)X \sim \mathcal{N}(\mu, \sigma^2) and Y=aX+bY = aX + b with aβ‰ 0a \neq 0. Find the distribution of YY.

Definition:

Chi-Squared Distribution

Let Z1,Z2,…,ZkZ_1, Z_2, \ldots, Z_k be independent standard normal random variables, Zi∼N(0,1)Z_i \sim \mathcal{N}(0, 1). The random variable Q=βˆ‘i=1kZi2Q = \sum_{i=1}^{k} Z_i^2 has the chi-squared distribution with kk degrees of freedom, written QβˆΌΟ‡k2Q \sim \chi^2_k. Its PDF is fQ(q)=12k/2 Γ(k/2) qk/2βˆ’1 eβˆ’q/2,q>0,f_Q(q) = \frac{1}{2^{k/2}\,\Gamma(k/2)}\,q^{k/2 - 1}\,e^{-q/2}, \qquad q > 0, where Ξ“(β‹…)\Gamma(\cdot) is the gamma function.

Key moments:

  • E[Q]=kE[Q] = k.
  • Var(Q)=2k\mathrm{Var}(Q) = 2k.

The chi-squared distribution is a special case of the gamma distribution: Ο‡k2=Gamma(k/2,2)\chi^2_k = \mathrm{Gamma}(k/2, 2).

In detection theory, the test statistic for an energy detector is a sum of squared samples. Under the null hypothesis (noise only), each sample is Gaussian, so the test statistic is Ο‡2\chi^2 distributed. The number of degrees of freedom kk equals the time-bandwidth product, connecting the chi-squared distribution directly to spectrum sensing in cognitive radio.

,

Definition:

Rayleigh Distribution

Let X,YX, Y be independent random variables with X,Y∼N(0,Οƒ2)X, Y \sim \mathcal{N}(0, \sigma^2). The envelope of the complex signal Z=X+jYZ = X + jY is R=∣Z∣=X2+Y2.R = |Z| = \sqrt{X^2 + Y^2}. The random variable RR has the Rayleigh distribution with parameter Οƒ\sigma, whose PDF is fR(r)=rΟƒ2 exp⁑ ⁣(βˆ’r22Οƒ2),rβ‰₯0.f_R(r) = \frac{r}{\sigma^2}\, \exp\!\left(-\frac{r^2}{2\sigma^2}\right), \qquad r \geq 0.

Key moments:

  • E[R]=σπ/2E[R] = \sigma\sqrt{\pi/2}.
  • E[R2]=2Οƒ2E[R^2] = 2\sigma^2.
  • Var(R)=(2βˆ’Ο€/2)Οƒ2\mathrm{Var}(R) = \bigl(2 - \pi/2\bigr)\sigma^2.

The Rayleigh distribution models the envelope of the received signal in a non-line-of-sight (NLOS) multipath fading channel. By the central limit theorem, the superposition of many independent scattered paths produces in-phase and quadrature components that are approximately Gaussian with zero mean and equal variance, making the envelope Rayleigh.

The instantaneous power P=R2P = R^2 is exponentially distributed with mean 2Οƒ22\sigma^2: this is the basis of the exponential fading model used throughout wireless link budget analysis.

,

Definition:

Ricean Distribution

Let X∼N(Ξ½cos⁑θ,Οƒ2)X \sim \mathcal{N}(\nu\cos\theta, \sigma^2) and Y∼N(Ξ½sin⁑θ,Οƒ2)Y \sim \mathcal{N}(\nu\sin\theta, \sigma^2) be independent, where Ξ½β‰₯0\nu \geq 0 is the amplitude of a deterministic line-of-sight (LOS) component and ΞΈ\theta is its phase. The envelope R=X2+Y2R = \sqrt{X^2 + Y^2} follows the Ricean (or Rician) distribution with PDF fR(r)=rΟƒ2 exp⁑ ⁣(βˆ’r2+Ξ½22Οƒ2) I0 ⁣(rΞ½Οƒ2),rβ‰₯0,f_R(r) = \frac{r}{\sigma^2}\, \exp\!\left(-\frac{r^2 + \nu^2}{2\sigma^2}\right)\, I_0\!\left(\frac{r\nu}{\sigma^2}\right), \qquad r \geq 0, where I0(β‹…)I_0(\cdot) is the modified Bessel function of the first kind of order zero.

The Ricean KK-factor is defined as K=Ξ½22Οƒ2,K = \frac{\nu^2}{2\sigma^2}, the ratio of LOS power to scattered (diffuse) power.

Special cases:

  • K=0K = 0 (Ξ½=0\nu = 0): the Ricean reduces to the Rayleigh.
  • Kβ†’βˆžK \to \infty: the channel becomes deterministic (AWGN).

The Ricean distribution models fading in channels with a dominant LOS path plus weaker scattered components β€” common in satellite links, millimeter-wave urban microcells, and short-range indoor channels. The KK-factor is often quoted in dB; typical values range from Kβ‰ˆ3β€…β€ŠdBK \approx 3\;\mathrm{dB} (moderate LOS) to K>10β€…β€ŠdBK > 10\;\mathrm{dB} (strong LOS).

,

Definition:

Nakagami-mm Distribution

The Nakagami-mm distribution has PDF fR(r)=2mmΞ“(m) Ωm r2mβˆ’1 exp⁑ ⁣(βˆ’m r2Ξ©),rβ‰₯0,f_R(r) = \frac{2m^m}{\Gamma(m)\,\Omega^m}\,r^{2m-1}\, \exp\!\left(-\frac{m\,r^2}{\Omega}\right), \qquad r \geq 0, where Ξ©=E[R2]\Omega = E[R^2] is the mean power and mβ‰₯1/2m \geq 1/2 is the fading severity parameter (or shape parameter), defined by m=(E[R2])2Var(R2)=Ξ©2E[(R2βˆ’Ξ©)2].m = \frac{\bigl(E[R^2]\bigr)^2} {\mathrm{Var}(R^2)} = \frac{\Omega^2}{E\bigl[(R^2 - \Omega)^2\bigr]}.

Key moments:

  • E[R2]=Ξ©E[R^2] = \Omega.
  • E[R]=Ξ“(m+1/2)Ξ“(m)(Ξ©m)1/2E[R] = \frac{\Gamma(m + 1/2)}{\Gamma(m)} \left(\frac{\Omega}{m}\right)^{1/2}.

Relation to gamma distribution: If R∼Nakagami(m,Ω)R \sim \mathrm{Nakagami}(m, \Omega), then the power P=R2∼Gamma(m,Ω/m)P = R^2 \sim \mathrm{Gamma}(m, \Omega/m).

Special cases:

  • m=1m = 1: Nakagami-mm reduces to Rayleigh (with Ξ©=2Οƒ2\Omega = 2\sigma^2).
  • m=1/2m = 1/2: one-sided Gaussian.
  • mβ†’βˆžm \to \infty: deterministic (no fading).
  • The Nakagami-mm can approximate the Ricean for appropriate m=(K+1)2/(2K+1)m = (K+1)^2 / (2K+1).

The Nakagami-mm distribution was proposed by Minoru Nakagami in 1960 as a flexible model that fits empirical fading data better than Rayleigh or Ricean in many scenarios. Its main advantage is analytic tractability: the gamma-distributed power leads to closed-form expressions for error rates and outage probabilities with maximal-ratio combining (MRC).

,

Definition:

Log-Normal Distribution

A random variable XX is log-normally distributed if ln⁑X∼N(ΞΌ,Οƒ2)\ln X \sim \mathcal{N}(\mu, \sigma^2), i.e., X=eYX = e^Y where Y∼N(ΞΌ,Οƒ2)Y \sim \mathcal{N}(\mu, \sigma^2). The PDF is fX(x)=1x σ2π exp⁑ ⁣(βˆ’(ln⁑xβˆ’ΞΌ)22Οƒ2),x>0.f_X(x) = \frac{1}{x\,\sigma\sqrt{2\pi}}\, \exp\!\left(-\frac{(\ln x - \mu)^2}{2\sigma^2}\right), \qquad x > 0.

Key moments:

  • E[X]=eΞΌ+Οƒ2/2E[X] = e^{\mu + \sigma^2/2}.
  • Var(X)=(eΟƒ2βˆ’1) e2ΞΌ+Οƒ2\mathrm{Var}(X) = \bigl(e^{\sigma^2} - 1\bigr)\,e^{2\mu + \sigma^2}.

In wireless, the parameter Οƒ\sigma is often expressed in dB: ΟƒdB=Οƒβ‹…10/ln⁑10β‰ˆ4.343 σ\sigma_{\mathrm{dB}} = \sigma \cdot 10/\ln 10 \approx 4.343\,\sigma. Typical values of ΟƒdB\sigma_{\mathrm{dB}} for outdoor shadowing range from 4 to 12 dB.

The log-normal distribution models large-scale shadow fading (also called log-normal shadowing). As a signal propagates through the environment, it encounters many obstructions, each imposing a multiplicative attenuation. In dB, these attenuations become additive, and by the CLT the total path loss (in dB) is approximately Gaussian β€” hence the received power (in linear scale) is log-normal. This should be contrasted with small-scale fading (Rayleigh/Ricean), which operates on a much shorter spatial scale.

,

Definition:

Moment-Generating Function (MGF)

The moment-generating function of a random variable XX is MX(s)=E[esX]=βˆ«βˆ’βˆžβˆžesx fX(x) dx,M_X(s) = E[e^{sX}] = \int_{-\infty}^{\infty} e^{sx}\,f_X(x)\,dx, defined for all s∈Rs \in \mathbb{R} (or s∈Cs \in \mathbb{C}) for which the expectation exists.

Key properties:

  1. Moment extraction: The nn-th moment of XX is obtained by differentiating nn times at s=0s = 0: E[Xn]=MX(n)(0)=dndsnMX(s)∣s=0.E[X^n] = M_X^{(n)}(0) = \left.\frac{d^n}{ds^n}M_X(s) \right|_{s=0}.
  2. Uniqueness: If MX(s)M_X(s) exists in an open interval containing s=0s = 0, it uniquely determines the distribution of XX. That is, MX(s)=MY(s)M_X(s) = M_Y(s) for all ss in some open interval implies FX=FYF_X = F_Y.
  3. Normalization: MX(0)=1M_X(0) = 1.

The MGF is a powerful tool because it converts sums of independent random variables into products (see the next theorem). However, the MGF may not exist for heavy-tailed distributions (e.g., Cauchy). The characteristic function Ξ¦X(Ο‰)\Phi_X(\omega), defined below, always exists and serves as a universal replacement.

,

Theorem: MGF of a Sum of Independent Random Variables

Let XX and YY be independent random variables whose MGFs MX(s)M_X(s) and MY(s)M_Y(s) both exist in a neighborhood of s=0s = 0. Then W=X+YW = X + Y has MGF MW(s)=MX(s) MY(s).M_W(s) = M_X(s)\,M_Y(s). More generally, if X1,…,XnX_1, \ldots, X_n are mutually independent, MX1+β‹―+Xn(s)=∏i=1nMXi(s).M_{X_1 + \cdots + X_n}(s) = \prod_{i=1}^{n} M_{X_i}(s).

Sums of independent random variables become products in the MGF domain. This is the probabilistic analog of the convolution theorem: the PDF of a sum is the convolution of the individual PDFs, and the MGF (a two-sided Laplace transform of the PDF) converts convolution to multiplication.

,

Definition:

Characteristic Function

The characteristic function (CF) of a random variable XX is Ξ¦X(Ο‰)=E[ejΟ‰X]=βˆ«βˆ’βˆžβˆžejΟ‰x fX(x) dx,Ο‰βˆˆR,\Phi_X(\omega) = E[e^{j\omega X}] = \int_{-\infty}^{\infty} e^{j\omega x}\,f_X(x)\,dx, \qquad \omega \in \mathbb{R}, where j=βˆ’1j = \sqrt{-1}.

Key properties:

  1. Always exists: Since ∣ejΟ‰x∣=1|e^{j\omega x}| = 1, the integral converges absolutely for every Ο‰\omega and every distribution.
  2. Relation to MGF: ΦX(ω)=MX(jω)\Phi_X(\omega) = M_X(j\omega) whenever the MGF exists.
  3. Moment extraction: E[Xn]=1jn ΦX(n)(0)E[X^n] = \frac{1}{j^n}\,\Phi_X^{(n)}(0) when the nn-th moment exists.
  4. Uniqueness: The CF uniquely determines the distribution (inversion theorem).
  5. Fourier transform of the PDF: Ξ¦X(Ο‰)=F{fX}(Ο‰)\Phi_X(\omega) = \mathcal{F}\{f_X\}(\omega), the Fourier transform of the density. Hence fX(x)=12Ο€βˆ«βˆ’βˆžβˆžΞ¦X(Ο‰) eβˆ’jΟ‰x dΟ‰f_X(x) = \frac{1}{2\pi}\int_{-\infty}^{\infty} \Phi_X(\omega)\,e^{-j\omega x}\,d\omega.
  6. Independence and sums: If XX and YY are independent, then Ξ¦X+Y(Ο‰)=Ξ¦X(Ο‰) ΦY(Ο‰)\Phi_{X+Y}(\omega) = \Phi_X(\omega)\,\Phi_Y(\omega).

The characteristic function is the Fourier transform of the PDF and always exists, unlike the MGF. In modern probability theory, the CF is the standard tool for proving limit theorems such as the central limit theorem (the CF of the standardized sum converges pointwise to eβˆ’Ο‰2/2e^{-\omega^2/2}, the CF of a standard normal).

,

Example: MGF of the Gaussian and Sum of Independent Gaussians

(a) Derive the MGF of X∼N(ΞΌ,Οƒ2)X \sim \mathcal{N}(\mu, \sigma^2).

(b) Use the result to prove that the sum of independent Gaussian random variables is itself Gaussian.

Fading Distributions in Wireless Channels

PropertyRayleighRiceanNakagami-mmLog-Normal
PDFrΟƒ2eβˆ’r2/(2Οƒ2)\frac{r}{\sigma^2} e^{-r^2/(2\sigma^2)}rΟƒ2eβˆ’(r2+Ξ½2)/(2Οƒ2)I0 ⁣(rΞ½Οƒ2)\frac{r}{\sigma^2} e^{-(r^2+\nu^2)/(2\sigma^2)} I_0\!\bigl(\frac{r\nu}{\sigma^2}\bigr)2mmΞ“(m)Ξ©mr2mβˆ’1eβˆ’mr2/Ξ©\frac{2m^m}{\Gamma(m)\Omega^m} r^{2m-1} e^{-mr^2/\Omega}1xΟƒ2Ο€eβˆ’(ln⁑xβˆ’ΞΌ)2/(2Οƒ2)\frac{1}{x\sigma\sqrt{2\pi}} e^{-(\ln x - \mu)^2/(2\sigma^2)}
ParametersΟƒ>0\sigma > 0Ξ½β‰₯0\nu \geq 0, Οƒ>0\sigma > 0 (or KK-factor)mβ‰₯1/2m \geq 1/2, Ξ©>0\Omega > 0μ∈R\mu \in \mathbb{R}, Οƒ>0\sigma > 0
Physical modelMany scattered paths, no LOSLOS + scattered pathsGeneral fading severityMultiplicative obstructions (shadowing)
Mean power2Οƒ22\sigma^2Ξ½2+2Οƒ2\nu^2 + 2\sigma^2Ξ©\Omegae2ΞΌ+Οƒ2(eΟƒ2βˆ’1)+e2ΞΌ+Οƒ2e^{2\mu + \sigma^2}(e^{\sigma^2} - 1) + e^{2\mu+\sigma^2}
Power distributionExponentialNon-central Ο‡2\chi^2 (2 dof)Gamma(m,Ξ©/m)(m, \Omega/m)Log-normal
When it appliesDense urban NLOS, rich scatteringSuburban, satellite, mmWave with LOSFlexible fit; indoor, land-mobileShadowing on dB-scale (large-scale fading)
Relation to GaussianEnvelope of zero-mean complex GaussianEnvelope of nonzero-mean complex GaussianVia gamma; approximates RiceaneNe^{\mathcal{N}} (exponentiated Gaussian)
Closed-form BER?Yes (simple)Series involving I0I_0Yes (via gamma integral)No (numerical / approximation)
Key referenceRayleigh (1880)Rice (1948)Nakagami (1960)Gudmundson (1991)

From Gaussian to Rayleigh to Ricean: Fading Distribution Genesis

Starting from two i.i.d. Gaussian components, watch the Rayleigh envelope emerge. Then see how adding a line-of-sight component smoothly transitions the distribution to Ricean as the KK-factor increases from 0 to 8.
The Rayleigh distribution arises as the envelope of a zero-mean complex Gaussian. Adding a deterministic LOS component shifts the distribution to Ricean, with the KK-factor controlling the balance between specular and scattered power.

Why This Matters: Why Rayleigh Fading Arises in Non-LOS Channels

Consider a narrowband wireless channel where the transmitted signal reaches the receiver via NN independent scattered paths, with no dominant line-of-sight component. The received complex baseband signal is Z=βˆ‘i=1Nai ejΟ•i,Z = \sum_{i=1}^{N} a_i\,e^{j\phi_i}, where aia_i and Ο•i\phi_i are the amplitude and phase of the ii-th path. If NN is large and the paths are independent with no single dominant term, then by the central limit theorem the real and imaginary parts of ZZ are each approximately Gaussian: Re(Z)β‰ˆN(0,Οƒ2),Im(Z)β‰ˆN(0,Οƒ2),\mathrm{Re}(Z) \approx \mathcal{N}(0, \sigma^2), \qquad \mathrm{Im}(Z) \approx \mathcal{N}(0, \sigma^2), and they are approximately independent (the phases Ο•i\phi_i being uniformly distributed ensures zero cross-correlation, and for Gaussian random variables, uncorrelated implies independent).

The envelope R=∣Z∣=Re(Z)2+Im(Z)2R = |Z| = \sqrt{\mathrm{Re}(Z)^2 + \mathrm{Im}(Z)^2} therefore follows the Rayleigh distribution. The instantaneous received power P=R2P = R^2 is exponentially distributed with mean 2Οƒ22\sigma^2, and in dB the power fluctuations are approximately Β±10βˆ’20\pm 10{-}20 dB around the local mean.

This model is remarkably accurate in dense urban environments (e.g., the classic Jakes model) and forms the baseline against which all wireless system designs are tested.

Historical Note: Lord Rayleigh and the Random Superposition of Waves

In 1880, John William Strutt, 3rd Baron Rayleigh, published "On the resultant of a large number of vibrations of the same pitch and of arbitrary phase" (Philosophical Magazine, vol. 10). He showed that when many sinusoidal waves of equal amplitude but random phases are superimposed, the amplitude of the resultant follows what we now call the Rayleigh distribution, and its intensity (squared amplitude) is exponentially distributed.

Rayleigh's original interest was in acoustics and optics β€” the scattering of sound and light. Nearly a century later, his result found its most influential application in wireless communications, where it describes the envelope fluctuations caused by multipath propagation. The fact that a model from 19th-century wave physics applies directly to 21st-century 5G channels illustrates the remarkable universality of the Gaussian mechanism: whenever many independent contributions add up, the CLT produces Gaussianity, and the envelope becomes Rayleigh.

Quick Check

Let X∼N(0,1)X \sim \mathcal{N}(0, 1) and Y=X2Y = X^2. Using the CDF method, what distribution does YY follow?

N(0,1)\mathcal{N}(0, 1)

Exponential with rate 1/21/2

Ο‡12\chi^2_1 (chi-squared with 1 degree of freedom)

Rayleigh

Quick Check

In a wireless channel, the Ricean KK-factor is measured to be K=0K = 0. Which fading distribution does the channel follow?

Log-normal

Nakagami-mm with m=2m = 2

Rayleigh

AWGN (no fading)

Quick Check

Let X∼N(ΞΌ,Οƒ2)X \sim \mathcal{N}(\mu, \sigma^2). What is MX(s)M_X(s)?

eΞΌse^{\mu s}

eΞΌs+Οƒ2s2/2e^{\mu s + \sigma^2 s^2 / 2}

11βˆ’Οƒ2s\frac{1}{1 - \sigma^2 s}

ejΞΌse^{j\mu s}

Chi-Squared Distribution

The distribution of the sum of squares of kk independent standard normal random variables: Q=βˆ‘i=1kZi2βˆΌΟ‡k2Q = \sum_{i=1}^{k} Z_i^2 \sim \chi^2_k. A special case of the gamma distribution with shape k/2k/2 and scale 22. Mean kk, variance 2k2k.

Related: Chi-Squared Distribution, Rayleigh Distribution

Rayleigh Distribution

The distribution of the envelope R=X2+Y2R = \sqrt{X^2 + Y^2} when X,Y∼N(0,Οƒ2)X, Y \sim \mathcal{N}(0, \sigma^2) are independent. PDF: fR(r)=(r/Οƒ2)exp⁑(βˆ’r2/(2Οƒ2))f_R(r) = (r/\sigma^2)\exp(-r^2/(2\sigma^2)) for rβ‰₯0r \geq 0. Models small-scale fading in non-line-of-sight wireless channels.

Related: Rayleigh Distribution, Why Rayleigh Fading Arises in Non-LOS Channels, Lord Rayleigh and the Random Superposition of Waves

Ricean KK-Factor

The ratio K=Ξ½2/(2Οƒ2)K = \nu^2 / (2\sigma^2) of line-of-sight (LOS) power to diffuse (scattered) power in a Ricean fading channel. K=0K = 0 corresponds to Rayleigh fading (no LOS); Kβ†’βˆžK \to \infty corresponds to a purely deterministic channel. Typically expressed in dB.

Related: Ricean Distribution, Rayleigh Distribution

Nakagami-mm Distribution

A two-parameter distribution for fading envelopes, parameterized by the shape (fading severity) mβ‰₯1/2m \geq 1/2 and mean power Ξ©\Omega. Reduces to Rayleigh when m=1m = 1. The power R2∼Gamma(m,Ξ©/m)R^2 \sim \mathrm{Gamma}(m, \Omega/m), yielding closed-form error-rate expressions.

Related: Nakagami-mm Distribution, Rayleigh Distribution

Moment-Generating Function (MGF)

For a random variable XX, the MGF is MX(s)=E[esX]M_X(s) = E[e^{sX}]. It encodes all moments via E[Xn]=MX(n)(0)E[X^n] = M_X^{(n)}(0), uniquely determines the distribution (when it exists in a neighborhood of s=0s = 0), and converts sums of independents to products: MX+Y(s)=MX(s)MY(s)M_{X+Y}(s) = M_X(s) M_Y(s).

Related: Moment-Generating Function (MGF), MGF of a Sum of Independent Random Variables, Characteristic Function

Characteristic Function

The characteristic function of XX is ΦX(ω)=E[ejωX]\Phi_X(\omega) = E[e^{j\omega X}], the Fourier transform of the PDF. Unlike the MGF, it always exists for every distribution. It uniquely determines the distribution and shares the product property for sums of independents: ΦX+Y(ω)=ΦX(ω)ΦY(ω)\Phi_{X+Y}(\omega) = \Phi_X(\omega)\Phi_Y(\omega).

Related: Characteristic Function, Moment-Generating Function (MGF)

Common Mistake: Rayleigh Distribution vs. Rayleigh Quotient

Mistake:

"The Rayleigh distribution and the Rayleigh quotient are related because they are both named after Lord Rayleigh."

Correction:

Despite sharing a name, these are entirely different concepts:

  • The Rayleigh distribution is a probability distribution for the envelope of complex Gaussian noise: fR(r)=(r/Οƒ2)exp⁑(βˆ’r2/(2Οƒ2))f_R(r) = (r/\sigma^2)\exp(-r^2/(2\sigma^2)). It arises from Lord Rayleigh's work on random superposition of waves (1880).

  • The Rayleigh quotient is the ratio R(A,x)=xHAxxHxR(\mathbf{A}, \mathbf{x}) = \frac{\mathbf{x}^H \mathbf{A} \mathbf{x}}{\mathbf{x}^H \mathbf{x}} for a Hermitian matrix A\mathbf{A}. It arises in eigenvalue problems and is used in beamforming optimization and principal component analysis.

Confusing the two β€” for instance, citing a "Rayleigh fading channel" when one means a "Rayleigh quotient optimization" β€” can lead to serious miscommunication in technical writing.

Key Takeaway

Every major fading distribution in wireless communications is derived from the Gaussian distribution via simple transformations:

  • Rayleigh: envelope of a zero-mean complex Gaussian (R=∣X+jY∣R = |X + jY|, both components i.i.d. N(0,Οƒ2)\mathcal{N}(0, \sigma^2)).
  • Ricean: envelope of a nonzero-mean complex Gaussian (add a deterministic LOS phasor).
  • Chi-squared: sum of squared Gaussians (Q=βˆ‘Zi2Q = \sum Z_i^2).
  • Nakagami-mm: generalization whose power is gamma-distributed; encompasses Rayleigh (m=1m = 1) and approximates Ricean.
  • Log-normal: exponentiated Gaussian (X=eYX = e^Y); models large-scale shadowing.

The CDF method and the monotone-transform formula are the two workhorses that connect these distributions back to the Gaussian. The moment-generating function and characteristic function then provide algebraic shortcuts β€” especially the product rule for sums of independents, which lets us prove closure properties (e.g., sum of Gaussians is Gaussian) without computing convolution integrals.

Understanding these derivations β€” rather than memorizing the PDFs β€” gives the engineer a unified mental model: Gaussian in, transformation out, fading distribution obtained.