Calculating the probability of finishing service first
up vote
1
down vote
favorite
I have a job where the service time follows an exponential distribution with mean $1/mu$. At the same time, there are new customers coming in with Poisson rate $lambda$. As soon as they arrive, they start a job whose service time follows an exponential distribution with mean $1/mu$. I would like to know the probability that I finish the job first (i.e., there are no incoming customers, if any, finishes their job before me).
Things I tried:
(1) Conditional on my own service time, then integrate over my service time. This looks very complicated.
(2) Assume $x_k$ is the probability that when $k$ people (other than me) are currently doing their job and I am still the first to finish. The original question asks for $x_0$.
I can write the system of equations according to the exponential race:
$$
x_n=frac{mu}{mu+lambda+nmu}+frac{nmu}{mu+lambda+nmu}x_{n-1}+frac{lambda}{mu+lambda+nmu}x_{n+1}
$$
where the first term stands for the case where I finish the first, the second term stands for the probability that a customer other than me finishes the first, and the third term stands for a new arrival happens first. Then I am not sure how to solve this.
Any hints will be extremely helpful. Thank you!
Edit:
$$
x_n=frac{mu}{mu+lambda+nmu}+frac{lambda}{mu+lambda+nmu}x_{n+1}
$$
probability stochastic-processes
add a comment |
up vote
1
down vote
favorite
I have a job where the service time follows an exponential distribution with mean $1/mu$. At the same time, there are new customers coming in with Poisson rate $lambda$. As soon as they arrive, they start a job whose service time follows an exponential distribution with mean $1/mu$. I would like to know the probability that I finish the job first (i.e., there are no incoming customers, if any, finishes their job before me).
Things I tried:
(1) Conditional on my own service time, then integrate over my service time. This looks very complicated.
(2) Assume $x_k$ is the probability that when $k$ people (other than me) are currently doing their job and I am still the first to finish. The original question asks for $x_0$.
I can write the system of equations according to the exponential race:
$$
x_n=frac{mu}{mu+lambda+nmu}+frac{nmu}{mu+lambda+nmu}x_{n-1}+frac{lambda}{mu+lambda+nmu}x_{n+1}
$$
where the first term stands for the case where I finish the first, the second term stands for the probability that a customer other than me finishes the first, and the third term stands for a new arrival happens first. Then I am not sure how to solve this.
Any hints will be extremely helpful. Thank you!
Edit:
$$
x_n=frac{mu}{mu+lambda+nmu}+frac{lambda}{mu+lambda+nmu}x_{n+1}
$$
probability stochastic-processes
1
I think you should delete the middle term, since if one of those other $n$ people win, we are done. So you can write $x_n$ in terms of $x_{n+1}$ only. You also know $lim_{nrightarrowinfty} x_n=0$.
– Michael
Nov 25 at 0:40
@Michael That's right! Thanks!
– hdiuwhciu
Nov 25 at 0:40
1
The sequence $x_n$ is interesting but looks hard to solve. Another (direct) way to solve is to do the first: If $X$ is your own service time and $N$ is the random number of arrivals during your service, condition on $X=t$ and $N=n$, then use the fact that, given $N=n$ and $X=t$, the $n$ arrival times are independently and uniformly distributed over the interval $[0,t]$.
– Michael
Nov 25 at 0:56
add a comment |
up vote
1
down vote
favorite
up vote
1
down vote
favorite
I have a job where the service time follows an exponential distribution with mean $1/mu$. At the same time, there are new customers coming in with Poisson rate $lambda$. As soon as they arrive, they start a job whose service time follows an exponential distribution with mean $1/mu$. I would like to know the probability that I finish the job first (i.e., there are no incoming customers, if any, finishes their job before me).
Things I tried:
(1) Conditional on my own service time, then integrate over my service time. This looks very complicated.
(2) Assume $x_k$ is the probability that when $k$ people (other than me) are currently doing their job and I am still the first to finish. The original question asks for $x_0$.
I can write the system of equations according to the exponential race:
$$
x_n=frac{mu}{mu+lambda+nmu}+frac{nmu}{mu+lambda+nmu}x_{n-1}+frac{lambda}{mu+lambda+nmu}x_{n+1}
$$
where the first term stands for the case where I finish the first, the second term stands for the probability that a customer other than me finishes the first, and the third term stands for a new arrival happens first. Then I am not sure how to solve this.
Any hints will be extremely helpful. Thank you!
Edit:
$$
x_n=frac{mu}{mu+lambda+nmu}+frac{lambda}{mu+lambda+nmu}x_{n+1}
$$
probability stochastic-processes
I have a job where the service time follows an exponential distribution with mean $1/mu$. At the same time, there are new customers coming in with Poisson rate $lambda$. As soon as they arrive, they start a job whose service time follows an exponential distribution with mean $1/mu$. I would like to know the probability that I finish the job first (i.e., there are no incoming customers, if any, finishes their job before me).
Things I tried:
(1) Conditional on my own service time, then integrate over my service time. This looks very complicated.
(2) Assume $x_k$ is the probability that when $k$ people (other than me) are currently doing their job and I am still the first to finish. The original question asks for $x_0$.
I can write the system of equations according to the exponential race:
$$
x_n=frac{mu}{mu+lambda+nmu}+frac{nmu}{mu+lambda+nmu}x_{n-1}+frac{lambda}{mu+lambda+nmu}x_{n+1}
$$
where the first term stands for the case where I finish the first, the second term stands for the probability that a customer other than me finishes the first, and the third term stands for a new arrival happens first. Then I am not sure how to solve this.
Any hints will be extremely helpful. Thank you!
Edit:
$$
x_n=frac{mu}{mu+lambda+nmu}+frac{lambda}{mu+lambda+nmu}x_{n+1}
$$
probability stochastic-processes
probability stochastic-processes
edited Nov 25 at 0:44
asked Nov 25 at 0:17
hdiuwhciu
629
629
1
I think you should delete the middle term, since if one of those other $n$ people win, we are done. So you can write $x_n$ in terms of $x_{n+1}$ only. You also know $lim_{nrightarrowinfty} x_n=0$.
– Michael
Nov 25 at 0:40
@Michael That's right! Thanks!
– hdiuwhciu
Nov 25 at 0:40
1
The sequence $x_n$ is interesting but looks hard to solve. Another (direct) way to solve is to do the first: If $X$ is your own service time and $N$ is the random number of arrivals during your service, condition on $X=t$ and $N=n$, then use the fact that, given $N=n$ and $X=t$, the $n$ arrival times are independently and uniformly distributed over the interval $[0,t]$.
– Michael
Nov 25 at 0:56
add a comment |
1
I think you should delete the middle term, since if one of those other $n$ people win, we are done. So you can write $x_n$ in terms of $x_{n+1}$ only. You also know $lim_{nrightarrowinfty} x_n=0$.
– Michael
Nov 25 at 0:40
@Michael That's right! Thanks!
– hdiuwhciu
Nov 25 at 0:40
1
The sequence $x_n$ is interesting but looks hard to solve. Another (direct) way to solve is to do the first: If $X$ is your own service time and $N$ is the random number of arrivals during your service, condition on $X=t$ and $N=n$, then use the fact that, given $N=n$ and $X=t$, the $n$ arrival times are independently and uniformly distributed over the interval $[0,t]$.
– Michael
Nov 25 at 0:56
1
1
I think you should delete the middle term, since if one of those other $n$ people win, we are done. So you can write $x_n$ in terms of $x_{n+1}$ only. You also know $lim_{nrightarrowinfty} x_n=0$.
– Michael
Nov 25 at 0:40
I think you should delete the middle term, since if one of those other $n$ people win, we are done. So you can write $x_n$ in terms of $x_{n+1}$ only. You also know $lim_{nrightarrowinfty} x_n=0$.
– Michael
Nov 25 at 0:40
@Michael That's right! Thanks!
– hdiuwhciu
Nov 25 at 0:40
@Michael That's right! Thanks!
– hdiuwhciu
Nov 25 at 0:40
1
1
The sequence $x_n$ is interesting but looks hard to solve. Another (direct) way to solve is to do the first: If $X$ is your own service time and $N$ is the random number of arrivals during your service, condition on $X=t$ and $N=n$, then use the fact that, given $N=n$ and $X=t$, the $n$ arrival times are independently and uniformly distributed over the interval $[0,t]$.
– Michael
Nov 25 at 0:56
The sequence $x_n$ is interesting but looks hard to solve. Another (direct) way to solve is to do the first: If $X$ is your own service time and $N$ is the random number of arrivals during your service, condition on $X=t$ and $N=n$, then use the fact that, given $N=n$ and $X=t$, the $n$ arrival times are independently and uniformly distributed over the interval $[0,t]$.
– Michael
Nov 25 at 0:56
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Mathematics Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3012275%2fcalculating-the-probability-of-finishing-service-first%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
I think you should delete the middle term, since if one of those other $n$ people win, we are done. So you can write $x_n$ in terms of $x_{n+1}$ only. You also know $lim_{nrightarrowinfty} x_n=0$.
– Michael
Nov 25 at 0:40
@Michael That's right! Thanks!
– hdiuwhciu
Nov 25 at 0:40
1
The sequence $x_n$ is interesting but looks hard to solve. Another (direct) way to solve is to do the first: If $X$ is your own service time and $N$ is the random number of arrivals during your service, condition on $X=t$ and $N=n$, then use the fact that, given $N=n$ and $X=t$, the $n$ arrival times are independently and uniformly distributed over the interval $[0,t]$.
– Michael
Nov 25 at 0:56