CDF of a function of 2 random variables

Click For Summary
SUMMARY

The discussion focuses on calculating the cumulative distribution function (CDF) for two random variables representing the lifetimes of batteries in toys, where one battery follows an exponential distribution with a mean of 100 minutes and the other follows a Rayleigh distribution with the same mean. The CDF for the time until the first battery fails is derived using the minimum of the two random variables, T = min(T1, T2). The discussion also explores the CDF of the time elapsed until a battery fails after both toys have operated for 100 minutes, emphasizing the application of order statistics in the calculations.

PREREQUISITES
  • Understanding of Exponential Distribution and its CDF: F(T) = 1 - e^{-\lambda T}
  • Knowledge of Rayleigh Distribution and its CDF: F(T) = 1 - e^{\frac{-T}{2\alpha^2}}
  • Familiarity with Order Statistics in probability theory
  • Basic calculus for manipulating probability functions
NEXT STEPS
  • Study the properties of Order Statistics in detail
  • Learn how to derive CDFs for combinations of different probability distributions
  • Explore applications of Exponential and Rayleigh distributions in real-world scenarios
  • Investigate advanced topics in probability theory, such as joint distributions and their implications
USEFUL FOR

Students in statistics or probability courses, data scientists working with reliability analysis, and anyone interested in understanding the behavior of random variables in the context of battery life and failure rates.

vortmax
Messages
18
Reaction score
1

Homework Statement


Two toys are started at the same time each with a different battery. The first battery has a lifetime that is exponentially distributed with mean 100 min; the second battery has a lifetime that is Rayleigh-distributed with a mean 100 minutes.

a) Find the CDF to the time T until the battery in a toy first runs out
b) Suppose that both toys are still operational at 100 minutes. Find the CDF of the time T2 that subsequently elapses until the battery in a toy first runs out
c) in part b, find the cdf to the total time that elapses until a battery first fails.


Homework Equations



Exponential Dist

f(T) = \lambda e^{-\lambda T}
F(T) = 1 - e^{-\lambda T}

Rayleigh-dist

f(T) = \frac{T}{\alpha^2} e^{\frac{-T}{2\alpha^2}}
F(T) = 1 - e^{\frac{-T}{2\alpha^2}}


The Attempt at a Solution



First, I calculated values for lambda and alpha based on the means ... but this part isn't entirely necessary to the final solution.

a) I need to find the cdf of the function:

T = min(T_1,T_2)

where T_1 and T_2 are the two RV's respectively... but I'm really at a loss about how to proceed.
 
Physics news on Phys.org
first time uses
 
This is a special case of what is called "order statistics", the lowest, 2nd lowest, 3rd lowest, of a set of random variables. You can google on that keyword to learn more about how they're calculated.

##T \leq x## means either T1 is the smallest and is ##\leq x##, or T2 is the smallest and is ##\leq x##.

So ##P(T \leq x) = P[ (T1 \leq x \text{ and } T2 <= T1) \text{ OR } (T2 \leq x \text{ and } T1 \leq T2) ]##
 

Similar threads

  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 16 ·
Replies
16
Views
3K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 6 ·
Replies
6
Views
5K
Replies
1
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 8 ·
Replies
8
Views
2K