Math Problem Statement

Q 2.5. Let X and Y be independent Exponential(λ) random variables. Let M = min{X, Y } and U = max{X, Y }.

  1. Compute the distribution function and probability density of M.
  2. Compute the distribution function and probability density of U.
  3. Compute the joint distribution function F(M,U) (m, u) of M and U, and thus deduce the joint density fM,U (m, u).

Solution

Ask a new question for Free

By Image

Drop file here or Click Here to upload

Math Problem Analysis

Mathematical Concepts

Probability Theory
Exponential Distributions
Joint Distribution

Formulas

F_X(x) = 1 - e^{-λx}, x ≥ 0
F_M(m) = 1 - e^{-2λm}
f_M(m) = 2λe^{-2λm}
F_U(u) = (1 - e^{-λu})^2
f_U(u) = 2λe^{-λu}(1 - e^{-λu})
F(m, u) = F_U(u) - (1 - e^{-λm})^2
f_{M,U}(m, u) = 2λ^2 e^{-λ(m + u)}

Theorems

Memoryless Property of Exponential Distributions
Properties of Independent Random Variables

Suitable Grade Level

Grades 11-12