Exponential Distribution Problem

Click For Summary

Discussion Overview

The discussion revolves around solving a problem related to exponential random variables, specifically focusing on the distribution of the minimum of two independent exponential variables, their expectations, and the relationship to M/M/1 queue models in the context of Markov chains.

Discussion Character

  • Exploratory
  • Technical explanation
  • Mathematical reasoning
  • Homework-related

Main Points Raised

  • One participant questions whether the minimum of two independent exponential random variables, Z=min(X,Y), is also exponentially distributed and seeks to derive its distribution.
  • Another participant suggests using the cumulative distribution function to analyze the distribution of Z.
  • There are inquiries about the probability that one random variable, X, is less than another, Y, with two proposed methods for calculation.
  • A participant proposes that since X and Y are independent, their means can be combined to find the mean of Z.
  • Discussion about the Markov chain representation of the M/M/1 queue, including the definition of states and transition probabilities, is initiated.
  • One participant speculates that the transition probabilities for the M/M/1 queue could be characterized by the arrival rate L and the service rate U, but expresses uncertainty about the computation.
  • Another participant suggests that the transition probability may depend on the number of new arrivals between periods, conditional on the current state.

Areas of Agreement / Disagreement

Participants express various viewpoints and approaches to the problem, and there is no consensus on the distribution of Z or the transition probabilities in the M/M/1 queue model. The discussion remains unresolved with multiple competing ideas presented.

Contextual Notes

Participants have not fully resolved the assumptions regarding the independence of random variables or the specific definitions of states in the Markov chain context. There are also unresolved mathematical steps related to the computation of transition probabilities.

scg4d
Messages
6
Reaction score
0
I am having trouble solving this problem. I'm not sure how to solve this problem... Assume X and Y are independent exponential random variables with means 1/x and 1/y, respectively. If Z=min(X,Y): Is Z exponentially distributed as well (if so, how do you know)? What is the expectation of Z? What is the probability that x < y?

Lastly, with the information from above, show how a M/M/1 queue could be represented as a Markov chain that is continuous-time with transition rates Qn,n+1=L and Qn,n-1=U, n=0,1,2,... M/M/1 queue=Arrival is Poisson/Service is Exponential/1 server (with an infinite buffer size).
 
Physics news on Phys.org
"Is Z exponentially distributed as well (if so, how do you know)?"

Prob {Z < z} = Prob {min(X,Y) < z} = 1 - Prob {min(X,Y) > z} = 1 - Prob {X > z and Y > z}. Using this logic, you can derive the distribution of Z and decide whether it looks exponential.

"What is the probability that x < y?"

You can use either route:

1. Prob {X < Y} = Prob {X/Y < 1}

2. Prob {X < Y} = Prob {X - Y < 0}

In either case, you need to derive the distribution of X/Y or X - Y.
 
Thanks, I'm working on that and it looks likes since X and Y are independent, I would be able to add them together in the denominator for the new mean (1/(x+y)).

Does anyone know about the Markov part? That sort of came out of nowhere.
 
A Markov chain describes a system that is in one state (out of two or more states) at each period (e.g., at the end of each day); the probability of going from state s today to state s' tomorrow is independent of yesterday's state. For MM1, what would those states be, and how would you characterize these transition probabilities?
 
For M/M/1, given that arrival rates is Poisson with mean L and service (exit) rate is Exponential with mean U, I would think that the probability of getting an additional person in the next state is L and losing a person in the next state is U, which is just from logic. I'm not sure how to compute that though...?
 
It appears as if you need to compute the probability of acquiring N new arrivals between the end of this period and the end of the next period, conditional on having acquired A arrivals by the end of this period. This will give you the transition probability between today's state (A) and tomorrow's (A+N).
 

Similar threads

  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 18 ·
Replies
18
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 14 ·
Replies
14
Views
2K
Replies
1
Views
4K
  • · Replies 5 ·
Replies
5
Views
2K
Replies
1
Views
2K
  • · Replies 12 ·
Replies
12
Views
5K
Replies
8
Views
3K
  • · Replies 6 ·
Replies
6
Views
5K