Mixed Distributions and the CDF as the Unifying Object
When a Distribution Is Neither Discrete Nor Continuous
Many real-world random variables do not fit neatly into the discrete or continuous categories. A wireless channel may be completely blocked (zero SNR, a discrete outcome with positive probability) or have a continuously distributed SNR when active. The CDF handles all cases uniformly β it is the true universal descriptor β and the Dirac delta function provides a notational device to write a unified "density" even for mixed distributions.
Definition: Mixed Distribution
Mixed Distribution
A random variable has a mixed distribution if its CDF is piecewise continuous with a countable number of jumps. There exist a continuous CDF , a discrete CDF , and a parameter such that
The jump at each point has size (the discrete component), while the continuous part contributes probability through a density.
The decomposition reflects the law of total probability: with probability , is drawn from the continuous component, and with probability , from the discrete component.
Definition: Dirac Delta in Density Expressions
Dirac Delta in Density Expressions
The Dirac delta function is a generalized function satisfying:
- for .
- .
- For any continuous function : .
Using the Dirac delta, a mixed distribution with continuous density and point masses at locations can be written as a single "generalized density":
The Dirac delta is not a function in the classical sense but a distribution (in the sense of Schwartz). Its use in probability is a convenient notation that allows us to treat all distributions β discrete, continuous, and mixed β with a single integral formalism.
Example: The Blocked Channel
A wireless channel is blocked (zero gain) with probability and has Rayleigh-distributed gain (with parameter ) otherwise. Find the CDF and generalized PDF of the channel gain .
Model the random variable
with probability , and with probability .
CDF
For : . For : (jump of size ). For : .
Generalized PDF
.
The first term (Dirac delta at zero) captures the blocking event; the second term is the Rayleigh density weighted by the probability of being active.
Example: Clipped Gaussian (Rectifier)
Let and define (a half-wave rectifier). Find the CDF and generalized PDF of .
CDF of $Y$
For : . For : . For : .
Observe the jump
has a jump of size at (the event , which maps to ). For , is continuous with derivative .
Generalized PDF
, where .
Mixed Distribution CDF Visualization
Visualize the CDF of a mixed distribution: a channel that is blocked with probability and Rayleigh-distributed otherwise. Observe the jump at and the smooth rise for .
Parameters
Theorem: The CDF as the Universal Descriptor
For any random variable (discrete, continuous, mixed, or even singular), the CDF is well-defined and satisfies:
- is non-decreasing and right-continuous.
- , .
- All probabilities can be computed from :
The CDF uniquely determines the distribution of .
Uniqueness
Two probability measures on that agree on all half-lines must agree on all Borel sets, by the - theorem. Since determines for all , it uniquely determines the entire probability measure.
Common Mistake: Computing Expectations for Mixed Distributions
Mistake:
Integrating only the continuous part of the density when computing for a mixed distribution, forgetting the discrete component.
Correction:
For a mixed RV with continuous density (weight ) and point masses at (weight ):
.
Both parts must be included. Equivalently, integrate against the generalized density .
Quick Check
A mixed RV equals with probability and is otherwise. What is ?
.
Simulating Mixed Random Variables
To generate samples from a mixed distribution: first draw . If (the discrete weight), output the discrete value. Otherwise, generate a sample from the continuous component using inverse transform sampling or any other method. This two-stage procedure directly implements the mixture decomposition and is the standard approach in Monte Carlo simulations of wireless channels with blocking.
Why This Matters: Mixed Distributions in Fading Channels
Mixed distributions arise naturally in wireless propagation. A channel may experience complete blockage (e.g., a vehicle entering a tunnel, or a building obstruction) with some probability, and continuous fading otherwise. The outage analysis of such channels requires the mixed CDF: . The discrete jump at represents the irreducible outage floor that no amount of transmit power can overcome.
Dirac Delta Function
A generalized function satisfying for and . Used to represent point masses in the density formalism: is encoded as in the generalized PDF.
Related: Probability Density Function (PDF)
Key Takeaway
The CDF is the universal representation of a random variable's distribution. It handles discrete, continuous, and mixed distributions without case distinctions. The Dirac delta extends the density formalism to encompass point masses, allowing a single integral notation for all expectations and probabilities.
Historical Note: The Dirac Delta and the Mathematicians
1930β1950Paul Dirac introduced his "delta function" in his 1930 textbook The Principles of Quantum Mechanics, treating it as an ordinary function with peculiar properties. Mathematicians initially objected β no classical function can be zero everywhere except at a point yet integrate to one. Laurent Schwartz's theory of distributions (1945β1950) provided the rigorous foundation, showing that the Dirac delta is a continuous linear functional on a space of test functions. The moral: physicists' and engineers' intuition about the delta function is correct, even if the formal justification requires some functional analysis.