probability - vehicle arriving and gap in between them
$begingroup$
Vehicle arriving at an intersection from one of the approach roads follow the Poisson distribution. The mean rate of arrival is 900 vehicles per hour. If a gap is defined as the time difference between two successive vehicle arrivals (with vehicle assumed to be points), the probability that the gap is greater than 8 seconds is ____.
My approach for solving above question:
If 900 vehicles are passing per hour -> $frac{1}{4}$ vehicles passing per second. So in 4 seconds 1 vehicle passes and in 8 seconds 2 vehicles can pass.
The problem I am facing here is how that gap is related with the question.
It says gap is greater than 8 seconds -> now in 8 seconds 1 vehicle come but earlier in 8 seconds 2 vehicles used to come. so at this point I can say mean of event is 2. i.e. value of lambda is 2. so now are we finding P(X>1) => 1 - P(X=0) i.e. finding probability of more than 1 car will pass in 8 seconds having mean of 2. This last point I am not understanding properly.
probability poisson-distribution
$endgroup$
add a comment |
$begingroup$
Vehicle arriving at an intersection from one of the approach roads follow the Poisson distribution. The mean rate of arrival is 900 vehicles per hour. If a gap is defined as the time difference between two successive vehicle arrivals (with vehicle assumed to be points), the probability that the gap is greater than 8 seconds is ____.
My approach for solving above question:
If 900 vehicles are passing per hour -> $frac{1}{4}$ vehicles passing per second. So in 4 seconds 1 vehicle passes and in 8 seconds 2 vehicles can pass.
The problem I am facing here is how that gap is related with the question.
It says gap is greater than 8 seconds -> now in 8 seconds 1 vehicle come but earlier in 8 seconds 2 vehicles used to come. so at this point I can say mean of event is 2. i.e. value of lambda is 2. so now are we finding P(X>1) => 1 - P(X=0) i.e. finding probability of more than 1 car will pass in 8 seconds having mean of 2. This last point I am not understanding properly.
probability poisson-distribution
$endgroup$
$begingroup$
maybe the following question and answer can help you: (math.stackexchange.com/questions/1074984/…)
$endgroup$
– Falrach
Dec 20 '18 at 11:53
add a comment |
$begingroup$
Vehicle arriving at an intersection from one of the approach roads follow the Poisson distribution. The mean rate of arrival is 900 vehicles per hour. If a gap is defined as the time difference between two successive vehicle arrivals (with vehicle assumed to be points), the probability that the gap is greater than 8 seconds is ____.
My approach for solving above question:
If 900 vehicles are passing per hour -> $frac{1}{4}$ vehicles passing per second. So in 4 seconds 1 vehicle passes and in 8 seconds 2 vehicles can pass.
The problem I am facing here is how that gap is related with the question.
It says gap is greater than 8 seconds -> now in 8 seconds 1 vehicle come but earlier in 8 seconds 2 vehicles used to come. so at this point I can say mean of event is 2. i.e. value of lambda is 2. so now are we finding P(X>1) => 1 - P(X=0) i.e. finding probability of more than 1 car will pass in 8 seconds having mean of 2. This last point I am not understanding properly.
probability poisson-distribution
$endgroup$
Vehicle arriving at an intersection from one of the approach roads follow the Poisson distribution. The mean rate of arrival is 900 vehicles per hour. If a gap is defined as the time difference between two successive vehicle arrivals (with vehicle assumed to be points), the probability that the gap is greater than 8 seconds is ____.
My approach for solving above question:
If 900 vehicles are passing per hour -> $frac{1}{4}$ vehicles passing per second. So in 4 seconds 1 vehicle passes and in 8 seconds 2 vehicles can pass.
The problem I am facing here is how that gap is related with the question.
It says gap is greater than 8 seconds -> now in 8 seconds 1 vehicle come but earlier in 8 seconds 2 vehicles used to come. so at this point I can say mean of event is 2. i.e. value of lambda is 2. so now are we finding P(X>1) => 1 - P(X=0) i.e. finding probability of more than 1 car will pass in 8 seconds having mean of 2. This last point I am not understanding properly.
probability poisson-distribution
probability poisson-distribution
asked Dec 20 '18 at 10:37
swapnilswapnil
335
335
$begingroup$
maybe the following question and answer can help you: (math.stackexchange.com/questions/1074984/…)
$endgroup$
– Falrach
Dec 20 '18 at 11:53
add a comment |
$begingroup$
maybe the following question and answer can help you: (math.stackexchange.com/questions/1074984/…)
$endgroup$
– Falrach
Dec 20 '18 at 11:53
$begingroup$
maybe the following question and answer can help you: (math.stackexchange.com/questions/1074984/…)
$endgroup$
– Falrach
Dec 20 '18 at 11:53
$begingroup$
maybe the following question and answer can help you: (math.stackexchange.com/questions/1074984/…)
$endgroup$
– Falrach
Dec 20 '18 at 11:53
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
As you said, the mean rate of arrival is $lambda = frac{1}{4} frac{text{vehicles}}{s}$. By the problem statement, the probability of $n$ cars passing in a time interval $t$ is
$$ P_n(t) = frac{(lambda t)^n}{n!}e^{-lambda t}.$$
If $F_n(t)$ is the probability that $n$ cars have passed at time $t$, the probability that $n$ cars have also passed at time $t + delta t$ is
$$ F_n(t+delta t) = Pr(text{n cars have passed in t})Pr(text{no cars have passed between } t text{ and } t+ delta t)$$
$$ F_n(t+delta t) = F_n(t) (1-lambda delta t).$$
Taking $delta t rightarrow 0$ and using the definition of the derivative gives the differential equation
$$ frac{d}{dt}F_n(t) = -lambda F_n(t)$$
for the probability that only $n$ cars have passed at time $t$. This has the solution (it's separable)
$$ F_n(t) = lambda e^{-lambda t}.$$
Therefore, the distribution of times between cars passing is an exponential distribution with mean $lambda$.
The probability that the gap is greater than $8$ seconds is
$$Pr(t>8) = int_{8}^{infty}frac{1}{4} e^{-frac{1}{4}t},$$
which you can easily evaluate.
$endgroup$
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
return StackExchange.using("mathjaxEditing", function () {
StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix) {
StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
});
});
}, "mathjax-editing");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "69"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
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%2f3047392%2fprobability-vehicle-arriving-and-gap-in-between-them%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
As you said, the mean rate of arrival is $lambda = frac{1}{4} frac{text{vehicles}}{s}$. By the problem statement, the probability of $n$ cars passing in a time interval $t$ is
$$ P_n(t) = frac{(lambda t)^n}{n!}e^{-lambda t}.$$
If $F_n(t)$ is the probability that $n$ cars have passed at time $t$, the probability that $n$ cars have also passed at time $t + delta t$ is
$$ F_n(t+delta t) = Pr(text{n cars have passed in t})Pr(text{no cars have passed between } t text{ and } t+ delta t)$$
$$ F_n(t+delta t) = F_n(t) (1-lambda delta t).$$
Taking $delta t rightarrow 0$ and using the definition of the derivative gives the differential equation
$$ frac{d}{dt}F_n(t) = -lambda F_n(t)$$
for the probability that only $n$ cars have passed at time $t$. This has the solution (it's separable)
$$ F_n(t) = lambda e^{-lambda t}.$$
Therefore, the distribution of times between cars passing is an exponential distribution with mean $lambda$.
The probability that the gap is greater than $8$ seconds is
$$Pr(t>8) = int_{8}^{infty}frac{1}{4} e^{-frac{1}{4}t},$$
which you can easily evaluate.
$endgroup$
add a comment |
$begingroup$
As you said, the mean rate of arrival is $lambda = frac{1}{4} frac{text{vehicles}}{s}$. By the problem statement, the probability of $n$ cars passing in a time interval $t$ is
$$ P_n(t) = frac{(lambda t)^n}{n!}e^{-lambda t}.$$
If $F_n(t)$ is the probability that $n$ cars have passed at time $t$, the probability that $n$ cars have also passed at time $t + delta t$ is
$$ F_n(t+delta t) = Pr(text{n cars have passed in t})Pr(text{no cars have passed between } t text{ and } t+ delta t)$$
$$ F_n(t+delta t) = F_n(t) (1-lambda delta t).$$
Taking $delta t rightarrow 0$ and using the definition of the derivative gives the differential equation
$$ frac{d}{dt}F_n(t) = -lambda F_n(t)$$
for the probability that only $n$ cars have passed at time $t$. This has the solution (it's separable)
$$ F_n(t) = lambda e^{-lambda t}.$$
Therefore, the distribution of times between cars passing is an exponential distribution with mean $lambda$.
The probability that the gap is greater than $8$ seconds is
$$Pr(t>8) = int_{8}^{infty}frac{1}{4} e^{-frac{1}{4}t},$$
which you can easily evaluate.
$endgroup$
add a comment |
$begingroup$
As you said, the mean rate of arrival is $lambda = frac{1}{4} frac{text{vehicles}}{s}$. By the problem statement, the probability of $n$ cars passing in a time interval $t$ is
$$ P_n(t) = frac{(lambda t)^n}{n!}e^{-lambda t}.$$
If $F_n(t)$ is the probability that $n$ cars have passed at time $t$, the probability that $n$ cars have also passed at time $t + delta t$ is
$$ F_n(t+delta t) = Pr(text{n cars have passed in t})Pr(text{no cars have passed between } t text{ and } t+ delta t)$$
$$ F_n(t+delta t) = F_n(t) (1-lambda delta t).$$
Taking $delta t rightarrow 0$ and using the definition of the derivative gives the differential equation
$$ frac{d}{dt}F_n(t) = -lambda F_n(t)$$
for the probability that only $n$ cars have passed at time $t$. This has the solution (it's separable)
$$ F_n(t) = lambda e^{-lambda t}.$$
Therefore, the distribution of times between cars passing is an exponential distribution with mean $lambda$.
The probability that the gap is greater than $8$ seconds is
$$Pr(t>8) = int_{8}^{infty}frac{1}{4} e^{-frac{1}{4}t},$$
which you can easily evaluate.
$endgroup$
As you said, the mean rate of arrival is $lambda = frac{1}{4} frac{text{vehicles}}{s}$. By the problem statement, the probability of $n$ cars passing in a time interval $t$ is
$$ P_n(t) = frac{(lambda t)^n}{n!}e^{-lambda t}.$$
If $F_n(t)$ is the probability that $n$ cars have passed at time $t$, the probability that $n$ cars have also passed at time $t + delta t$ is
$$ F_n(t+delta t) = Pr(text{n cars have passed in t})Pr(text{no cars have passed between } t text{ and } t+ delta t)$$
$$ F_n(t+delta t) = F_n(t) (1-lambda delta t).$$
Taking $delta t rightarrow 0$ and using the definition of the derivative gives the differential equation
$$ frac{d}{dt}F_n(t) = -lambda F_n(t)$$
for the probability that only $n$ cars have passed at time $t$. This has the solution (it's separable)
$$ F_n(t) = lambda e^{-lambda t}.$$
Therefore, the distribution of times between cars passing is an exponential distribution with mean $lambda$.
The probability that the gap is greater than $8$ seconds is
$$Pr(t>8) = int_{8}^{infty}frac{1}{4} e^{-frac{1}{4}t},$$
which you can easily evaluate.
edited Feb 21 at 21:17
answered Dec 22 '18 at 3:15
kevinkayakskevinkayaks
1558
1558
add a comment |
add a comment |
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.
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%2f3047392%2fprobability-vehicle-arriving-and-gap-in-between-them%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
$begingroup$
maybe the following question and answer can help you: (math.stackexchange.com/questions/1074984/…)
$endgroup$
– Falrach
Dec 20 '18 at 11:53