Exponential and Poisson distribution, machine
$begingroup$
I have this question where i am unsure how to solve it.
X...how often a machine does not work
E(X)= 3 per day= 1/8 per hour
X-Poisson distributed
What is the probability that no machine breaks down for more than 5hours.
I know that the time between poisson distributed events is exponentially distributed.
So P(Y>5)? With Y being exp. distributed. That would be the same as 1-P(Y<5)
But what is lambda, i know that if Y($lambda_1$) is exponentially distributed than X is distributed with ($lambda_2*(t_2-t_1))$
Can I know say that $lambda_1/(t_2-t_1)$
$lambda_2=1/8$ than
$lambda_1=1/40$
And we would get $e^{(-5/40)}$ as solution but this just does not seem correct to me....
I don’t feel like i really get what i am doing.....
probability poisson-distribution exponential-distribution
$endgroup$
add a comment |
$begingroup$
I have this question where i am unsure how to solve it.
X...how often a machine does not work
E(X)= 3 per day= 1/8 per hour
X-Poisson distributed
What is the probability that no machine breaks down for more than 5hours.
I know that the time between poisson distributed events is exponentially distributed.
So P(Y>5)? With Y being exp. distributed. That would be the same as 1-P(Y<5)
But what is lambda, i know that if Y($lambda_1$) is exponentially distributed than X is distributed with ($lambda_2*(t_2-t_1))$
Can I know say that $lambda_1/(t_2-t_1)$
$lambda_2=1/8$ than
$lambda_1=1/40$
And we would get $e^{(-5/40)}$ as solution but this just does not seem correct to me....
I don’t feel like i really get what i am doing.....
probability poisson-distribution exponential-distribution
$endgroup$
add a comment |
$begingroup$
I have this question where i am unsure how to solve it.
X...how often a machine does not work
E(X)= 3 per day= 1/8 per hour
X-Poisson distributed
What is the probability that no machine breaks down for more than 5hours.
I know that the time between poisson distributed events is exponentially distributed.
So P(Y>5)? With Y being exp. distributed. That would be the same as 1-P(Y<5)
But what is lambda, i know that if Y($lambda_1$) is exponentially distributed than X is distributed with ($lambda_2*(t_2-t_1))$
Can I know say that $lambda_1/(t_2-t_1)$
$lambda_2=1/8$ than
$lambda_1=1/40$
And we would get $e^{(-5/40)}$ as solution but this just does not seem correct to me....
I don’t feel like i really get what i am doing.....
probability poisson-distribution exponential-distribution
$endgroup$
I have this question where i am unsure how to solve it.
X...how often a machine does not work
E(X)= 3 per day= 1/8 per hour
X-Poisson distributed
What is the probability that no machine breaks down for more than 5hours.
I know that the time between poisson distributed events is exponentially distributed.
So P(Y>5)? With Y being exp. distributed. That would be the same as 1-P(Y<5)
But what is lambda, i know that if Y($lambda_1$) is exponentially distributed than X is distributed with ($lambda_2*(t_2-t_1))$
Can I know say that $lambda_1/(t_2-t_1)$
$lambda_2=1/8$ than
$lambda_1=1/40$
And we would get $e^{(-5/40)}$ as solution but this just does not seem correct to me....
I don’t feel like i really get what i am doing.....
probability poisson-distribution exponential-distribution
probability poisson-distribution exponential-distribution
asked Jan 6 at 9:11
LillysLillys
778
778
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
It is handsome to define $N_t$ as the number of break downs that take place within $t$ hours.
Then for every $t>0$ random variable $N_t$ has Poisson distribution with parameter $lambda t=frac18t$.
(Note that e.g. $mathbb EN_1=lambda1=frac18$ matching with the info in your question.)
So you are asked to find $P(N_5=0)$ where $N_5$ has Poisson distribution with parameter $lambda 5=frac58$.
We find:$$P(N_5=0)=e^{-frac58}$$
For clarity if we define $X_1$ as the time that the first break down takes place then the events ${N_5=0}$ and ${X_1>5}$ are exactly the same.
So you are indeed justified to find the answer by calculation of $P(X_1>5)$.
Indeed $X_1$ has exponential distribution, and this with parameter $lambda=frac18$, so that:$$P(X_1>5)=e^{-frac58}$$
$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%2f3063631%2fexponential-and-poisson-distribution-machine%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$
It is handsome to define $N_t$ as the number of break downs that take place within $t$ hours.
Then for every $t>0$ random variable $N_t$ has Poisson distribution with parameter $lambda t=frac18t$.
(Note that e.g. $mathbb EN_1=lambda1=frac18$ matching with the info in your question.)
So you are asked to find $P(N_5=0)$ where $N_5$ has Poisson distribution with parameter $lambda 5=frac58$.
We find:$$P(N_5=0)=e^{-frac58}$$
For clarity if we define $X_1$ as the time that the first break down takes place then the events ${N_5=0}$ and ${X_1>5}$ are exactly the same.
So you are indeed justified to find the answer by calculation of $P(X_1>5)$.
Indeed $X_1$ has exponential distribution, and this with parameter $lambda=frac18$, so that:$$P(X_1>5)=e^{-frac58}$$
$endgroup$
add a comment |
$begingroup$
It is handsome to define $N_t$ as the number of break downs that take place within $t$ hours.
Then for every $t>0$ random variable $N_t$ has Poisson distribution with parameter $lambda t=frac18t$.
(Note that e.g. $mathbb EN_1=lambda1=frac18$ matching with the info in your question.)
So you are asked to find $P(N_5=0)$ where $N_5$ has Poisson distribution with parameter $lambda 5=frac58$.
We find:$$P(N_5=0)=e^{-frac58}$$
For clarity if we define $X_1$ as the time that the first break down takes place then the events ${N_5=0}$ and ${X_1>5}$ are exactly the same.
So you are indeed justified to find the answer by calculation of $P(X_1>5)$.
Indeed $X_1$ has exponential distribution, and this with parameter $lambda=frac18$, so that:$$P(X_1>5)=e^{-frac58}$$
$endgroup$
add a comment |
$begingroup$
It is handsome to define $N_t$ as the number of break downs that take place within $t$ hours.
Then for every $t>0$ random variable $N_t$ has Poisson distribution with parameter $lambda t=frac18t$.
(Note that e.g. $mathbb EN_1=lambda1=frac18$ matching with the info in your question.)
So you are asked to find $P(N_5=0)$ where $N_5$ has Poisson distribution with parameter $lambda 5=frac58$.
We find:$$P(N_5=0)=e^{-frac58}$$
For clarity if we define $X_1$ as the time that the first break down takes place then the events ${N_5=0}$ and ${X_1>5}$ are exactly the same.
So you are indeed justified to find the answer by calculation of $P(X_1>5)$.
Indeed $X_1$ has exponential distribution, and this with parameter $lambda=frac18$, so that:$$P(X_1>5)=e^{-frac58}$$
$endgroup$
It is handsome to define $N_t$ as the number of break downs that take place within $t$ hours.
Then for every $t>0$ random variable $N_t$ has Poisson distribution with parameter $lambda t=frac18t$.
(Note that e.g. $mathbb EN_1=lambda1=frac18$ matching with the info in your question.)
So you are asked to find $P(N_5=0)$ where $N_5$ has Poisson distribution with parameter $lambda 5=frac58$.
We find:$$P(N_5=0)=e^{-frac58}$$
For clarity if we define $X_1$ as the time that the first break down takes place then the events ${N_5=0}$ and ${X_1>5}$ are exactly the same.
So you are indeed justified to find the answer by calculation of $P(X_1>5)$.
Indeed $X_1$ has exponential distribution, and this with parameter $lambda=frac18$, so that:$$P(X_1>5)=e^{-frac58}$$
answered Jan 6 at 11:33
drhabdrhab
103k545136
103k545136
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%2f3063631%2fexponential-and-poisson-distribution-machine%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