Unit 2 - Notes

ECE180

Unit 2: Distribution and Density Functions

1. Fundamentals of Distribution and Density Functions

1.1 Cumulative Distribution Function (CDF)

The Cumulative Distribution Function, denoted as , describes the probability that a random variable takes on a value less than or equal to a specific number .

Mathematical Definition:

Properties of CDF:

  1. Boundedness: for all .
  2. Monotonicity: is a non-decreasing function. If , then .
  3. Limits:
  4. Right-Continuity: is continuous from the right. .
  5. Interval Probability: .

1.2 Probability Density Function (PDF)

The Probability Density Function, denoted as , describes the likelihood of a continuous random variable falling within a particular range of values. It is the derivative of the CDF.

Mathematical Definition:


Conversely:

Properties of PDF:

  1. Non-negativity: for all .
  2. Normalization: The total area under the PDF curve is 1.
  3. Interval Probability:

2. Standard Discrete Distributions

Although often referred to via probability mass functions (PMF), these are critical distributions.

2.1 Binomial Distribution

Describes the number of successes () in a fixed number of independent Bernoulli trials (), each with the same probability of success ().

  • Notation:
  • PMF ():
  • Mean ():
  • Variance ():

2.2 Poisson Distribution

Models the number of events occurring in a fixed interval of time or space, given they occur with a known constant mean rate and independently of the time since the last event.

  • Parameter: (average rate of occurrence).
  • PMF:
  • Mean ():
  • Variance ():

3. Standard Continuous Distributions

3.1 Uniform Distribution

The probability is constant over a defined interval and zero elsewhere.

  • Notation:
  • Density Function (PDF):
  • Distribution Function (CDF):
  • Mean:
  • Variance:

3.2 Exponential Distribution

Often models the time between events in a Poisson process (e.g., time between failures). It possesses the memoryless property.

  • Parameter: (rate parameter).
  • Density Function (PDF):
  • Distribution Function (CDF):
  • Mean:
  • Variance:

3.3 Gaussian (Normal) Distribution

The most important distribution in statistics due to the Central Limit Theorem. It is bell-shaped and symmetric.

  • Parameters: Mean and Variance .
  • Density Function (PDF):
  • Properties:
    • Symmetric about .
    • Maximum value is at .
  • Standard Normal Distribution (): When and .
  • Mean:
  • Variance:

3.4 Rayleigh Distribution

Frequently used in communication theory to model the envelope of a narrowband noise signal or fading channels.

  • Parameter: (related to the mode).
  • Density Function (PDF):
  • Distribution Function (CDF):
  • Mean:
  • Variance:

4. Conditional Distribution and Density

Conditional probability extends to random variables, defining the behavior of given that a specific event has occurred.

4.1 Conditional Distribution Function

The conditional distribution function of a random variable , given event with , is defined as:

Properties:

  1. and .
  2. .
  3. is a non-decreasing function of .

4.2 Conditional Density Function

The conditional density function is the derivative of the conditional CDF:

Properties:

  1. .
  2. .
  3. .

5. Methods of Defining Conditioning Events

The event generally restricts the sample space of the random variable .

Case A: Point Conditioning (Discrete)

Used mainly for discrete random variables.
Let event .

  • if , and $0$ otherwise.

Case B: Interval Conditioning (Continuous)

Let event be the event that falls in the interval .

Probability of B:

Conditional PDF derivation:
For the region outside the interval , the probability is zero. Inside the interval:

Concept: The conditional PDF is simply the original PDF "chopped" to the interval and scaled up (normalized) so the total area remains 1.


6. Problems and Examples

Problem 1: Exponential Distribution (Memoryless Property)

Given: The lifetime of a component is exponentially distributed with parameter .
Find: The probability that the component lasts more than 15 hours, given that it has already lasted 10 hours.

Solution:
Let be the lifetime. PDF is for .
We need to find .

Using the definition of conditional probability:


Since implies , the intersection is just .

For exponential distribution, .

Note: Using the memoryless property, .

Problem 2: Conditional Density on Uniform Distribution

Given: A random variable is uniformly distributed in the interval . Let event .
Find: The conditional PDF .

Solution:

  1. Original PDF:
    Since range is , width is 4.
    for , else 0.

  2. Probability of Event B:
    (within the valid range).

  3. Conditional PDF:


    This is valid only where (i.e., ).

    Result:

Problem 3: Gaussian Probability

Given: is a Gaussian random variable with and .
Find: .

Solution:
Transform to the Standard Normal variable using .

  • For :
  • For :


Using standard normal properties where :

From standard Z-tables, .

(This confirms the empirical rule that roughly 68% of data falls within one standard deviation of the mean).