$X$ is a Poisson process and $T$ is exponentially distributed?
up vote
0
down vote
favorite
$X = {X(t): t geq 0}$ is a Poisson process (with intensity $lambda$). Independent of $X$, $T$ is a random variable that is exponentially distributed with intensity $theta$.
I need to find the PMF for $Y=X(T)$ and also Var$[X(T)]$.
There is an example in my book that talks about finding the PMF recursively. I'll denote $p_n=P[X(T)]$. If I let $p_0=e^{-lambda}$, then supposedly $$p_n=frac{lambda}{n}p_{n-1}$$
So $$p_1=frac{lambda}{n}e^{-lambda}$$
$$p_2=frac{lambda^2}{n^2}e^{-lambda}$$
Then, this just becomes
$$p_n=frac{lambda^n}{n^n}e^{-lambda}$$
Is that right? I don't understand the first recursive part; I just copied that from a similar example from the book. I don't actually know where that comes from.
There's another example that looks exactly the same but has the answer $$frac{(lambda t)^n e^{(-lambda t)}}{n!}$$
Can someone explain how I should be doing this? Would really appreciate it.
probability stochastic-processes
add a comment |
up vote
0
down vote
favorite
$X = {X(t): t geq 0}$ is a Poisson process (with intensity $lambda$). Independent of $X$, $T$ is a random variable that is exponentially distributed with intensity $theta$.
I need to find the PMF for $Y=X(T)$ and also Var$[X(T)]$.
There is an example in my book that talks about finding the PMF recursively. I'll denote $p_n=P[X(T)]$. If I let $p_0=e^{-lambda}$, then supposedly $$p_n=frac{lambda}{n}p_{n-1}$$
So $$p_1=frac{lambda}{n}e^{-lambda}$$
$$p_2=frac{lambda^2}{n^2}e^{-lambda}$$
Then, this just becomes
$$p_n=frac{lambda^n}{n^n}e^{-lambda}$$
Is that right? I don't understand the first recursive part; I just copied that from a similar example from the book. I don't actually know where that comes from.
There's another example that looks exactly the same but has the answer $$frac{(lambda t)^n e^{(-lambda t)}}{n!}$$
Can someone explain how I should be doing this? Would really appreciate it.
probability stochastic-processes
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
$X = {X(t): t geq 0}$ is a Poisson process (with intensity $lambda$). Independent of $X$, $T$ is a random variable that is exponentially distributed with intensity $theta$.
I need to find the PMF for $Y=X(T)$ and also Var$[X(T)]$.
There is an example in my book that talks about finding the PMF recursively. I'll denote $p_n=P[X(T)]$. If I let $p_0=e^{-lambda}$, then supposedly $$p_n=frac{lambda}{n}p_{n-1}$$
So $$p_1=frac{lambda}{n}e^{-lambda}$$
$$p_2=frac{lambda^2}{n^2}e^{-lambda}$$
Then, this just becomes
$$p_n=frac{lambda^n}{n^n}e^{-lambda}$$
Is that right? I don't understand the first recursive part; I just copied that from a similar example from the book. I don't actually know where that comes from.
There's another example that looks exactly the same but has the answer $$frac{(lambda t)^n e^{(-lambda t)}}{n!}$$
Can someone explain how I should be doing this? Would really appreciate it.
probability stochastic-processes
$X = {X(t): t geq 0}$ is a Poisson process (with intensity $lambda$). Independent of $X$, $T$ is a random variable that is exponentially distributed with intensity $theta$.
I need to find the PMF for $Y=X(T)$ and also Var$[X(T)]$.
There is an example in my book that talks about finding the PMF recursively. I'll denote $p_n=P[X(T)]$. If I let $p_0=e^{-lambda}$, then supposedly $$p_n=frac{lambda}{n}p_{n-1}$$
So $$p_1=frac{lambda}{n}e^{-lambda}$$
$$p_2=frac{lambda^2}{n^2}e^{-lambda}$$
Then, this just becomes
$$p_n=frac{lambda^n}{n^n}e^{-lambda}$$
Is that right? I don't understand the first recursive part; I just copied that from a similar example from the book. I don't actually know where that comes from.
There's another example that looks exactly the same but has the answer $$frac{(lambda t)^n e^{(-lambda t)}}{n!}$$
Can someone explain how I should be doing this? Would really appreciate it.
probability stochastic-processes
probability stochastic-processes
edited Nov 24 at 2:43
Rócherz
2,7262721
2,7262721
asked Mar 21 '16 at 21:15
Taylor
325111
325111
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
up vote
1
down vote
accepted
Since $X(t)$ is a Poisson process and $T$ is independent of ${X(t):tgeq 0}$, it follows that
$$ mathbb{P}(X(T)=n|T=t)=mathbb{P}(X(t)=n)=frac{(lambda t)^ne^{-lambda t}}{n!} $$
for $n=0,1,2,dots$.
Therefore if $f_T(t)=theta e^{-theta t}1_{t>0}$ is the pdf of $T$, then
$$ mathbb{P}(X(T)=n)=int_{mathbb{R}}mathbb{P}(X(T)=n|T=t)f_T(t);dt=int_{0}^{infty}frac{(lambda t)^ne^{-lambda t}}{n!}theta e^{-theta t};dt $$
$$= frac{thetalambda^n}{n!}int_0^{infty}t^ne^{-(theta+lambda)t};dt=frac{thetalambda^n}{(lambda+theta)^{n+1}n!}int_0^{infty}u^ne^{-u};du=frac{thetalambda^n}{(lambda+theta)^{n+1}}$$
since the last integral is $Gamma(n+1)=n!$
The expected value and variance of $X(T)$ can be computed in a similar way.
In particular, since $mathbb{E}[X(t)]=lambda t$, it follows that
$$ mathbb{E}[X(T)]=int_0^{infty}mathbb{E}[X(T)|T=t]f_T(t);dt=int_0^{infty}mathbb{E}[X(t)]f_T(t);dt=int_0^{infty}lambda tcdottheta e^{-theta t};dt=frac{lambda}{theta} $$
Ah I sort of see where this all comes from. Would you mind showing the integral I need to evaluate for $E[X]$?
– Taylor
Mar 21 '16 at 21:39
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%2f1707848%2fx-is-a-poisson-process-and-t-is-exponentially-distributed%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
up vote
1
down vote
accepted
Since $X(t)$ is a Poisson process and $T$ is independent of ${X(t):tgeq 0}$, it follows that
$$ mathbb{P}(X(T)=n|T=t)=mathbb{P}(X(t)=n)=frac{(lambda t)^ne^{-lambda t}}{n!} $$
for $n=0,1,2,dots$.
Therefore if $f_T(t)=theta e^{-theta t}1_{t>0}$ is the pdf of $T$, then
$$ mathbb{P}(X(T)=n)=int_{mathbb{R}}mathbb{P}(X(T)=n|T=t)f_T(t);dt=int_{0}^{infty}frac{(lambda t)^ne^{-lambda t}}{n!}theta e^{-theta t};dt $$
$$= frac{thetalambda^n}{n!}int_0^{infty}t^ne^{-(theta+lambda)t};dt=frac{thetalambda^n}{(lambda+theta)^{n+1}n!}int_0^{infty}u^ne^{-u};du=frac{thetalambda^n}{(lambda+theta)^{n+1}}$$
since the last integral is $Gamma(n+1)=n!$
The expected value and variance of $X(T)$ can be computed in a similar way.
In particular, since $mathbb{E}[X(t)]=lambda t$, it follows that
$$ mathbb{E}[X(T)]=int_0^{infty}mathbb{E}[X(T)|T=t]f_T(t);dt=int_0^{infty}mathbb{E}[X(t)]f_T(t);dt=int_0^{infty}lambda tcdottheta e^{-theta t};dt=frac{lambda}{theta} $$
Ah I sort of see where this all comes from. Would you mind showing the integral I need to evaluate for $E[X]$?
– Taylor
Mar 21 '16 at 21:39
add a comment |
up vote
1
down vote
accepted
Since $X(t)$ is a Poisson process and $T$ is independent of ${X(t):tgeq 0}$, it follows that
$$ mathbb{P}(X(T)=n|T=t)=mathbb{P}(X(t)=n)=frac{(lambda t)^ne^{-lambda t}}{n!} $$
for $n=0,1,2,dots$.
Therefore if $f_T(t)=theta e^{-theta t}1_{t>0}$ is the pdf of $T$, then
$$ mathbb{P}(X(T)=n)=int_{mathbb{R}}mathbb{P}(X(T)=n|T=t)f_T(t);dt=int_{0}^{infty}frac{(lambda t)^ne^{-lambda t}}{n!}theta e^{-theta t};dt $$
$$= frac{thetalambda^n}{n!}int_0^{infty}t^ne^{-(theta+lambda)t};dt=frac{thetalambda^n}{(lambda+theta)^{n+1}n!}int_0^{infty}u^ne^{-u};du=frac{thetalambda^n}{(lambda+theta)^{n+1}}$$
since the last integral is $Gamma(n+1)=n!$
The expected value and variance of $X(T)$ can be computed in a similar way.
In particular, since $mathbb{E}[X(t)]=lambda t$, it follows that
$$ mathbb{E}[X(T)]=int_0^{infty}mathbb{E}[X(T)|T=t]f_T(t);dt=int_0^{infty}mathbb{E}[X(t)]f_T(t);dt=int_0^{infty}lambda tcdottheta e^{-theta t};dt=frac{lambda}{theta} $$
Ah I sort of see where this all comes from. Would you mind showing the integral I need to evaluate for $E[X]$?
– Taylor
Mar 21 '16 at 21:39
add a comment |
up vote
1
down vote
accepted
up vote
1
down vote
accepted
Since $X(t)$ is a Poisson process and $T$ is independent of ${X(t):tgeq 0}$, it follows that
$$ mathbb{P}(X(T)=n|T=t)=mathbb{P}(X(t)=n)=frac{(lambda t)^ne^{-lambda t}}{n!} $$
for $n=0,1,2,dots$.
Therefore if $f_T(t)=theta e^{-theta t}1_{t>0}$ is the pdf of $T$, then
$$ mathbb{P}(X(T)=n)=int_{mathbb{R}}mathbb{P}(X(T)=n|T=t)f_T(t);dt=int_{0}^{infty}frac{(lambda t)^ne^{-lambda t}}{n!}theta e^{-theta t};dt $$
$$= frac{thetalambda^n}{n!}int_0^{infty}t^ne^{-(theta+lambda)t};dt=frac{thetalambda^n}{(lambda+theta)^{n+1}n!}int_0^{infty}u^ne^{-u};du=frac{thetalambda^n}{(lambda+theta)^{n+1}}$$
since the last integral is $Gamma(n+1)=n!$
The expected value and variance of $X(T)$ can be computed in a similar way.
In particular, since $mathbb{E}[X(t)]=lambda t$, it follows that
$$ mathbb{E}[X(T)]=int_0^{infty}mathbb{E}[X(T)|T=t]f_T(t);dt=int_0^{infty}mathbb{E}[X(t)]f_T(t);dt=int_0^{infty}lambda tcdottheta e^{-theta t};dt=frac{lambda}{theta} $$
Since $X(t)$ is a Poisson process and $T$ is independent of ${X(t):tgeq 0}$, it follows that
$$ mathbb{P}(X(T)=n|T=t)=mathbb{P}(X(t)=n)=frac{(lambda t)^ne^{-lambda t}}{n!} $$
for $n=0,1,2,dots$.
Therefore if $f_T(t)=theta e^{-theta t}1_{t>0}$ is the pdf of $T$, then
$$ mathbb{P}(X(T)=n)=int_{mathbb{R}}mathbb{P}(X(T)=n|T=t)f_T(t);dt=int_{0}^{infty}frac{(lambda t)^ne^{-lambda t}}{n!}theta e^{-theta t};dt $$
$$= frac{thetalambda^n}{n!}int_0^{infty}t^ne^{-(theta+lambda)t};dt=frac{thetalambda^n}{(lambda+theta)^{n+1}n!}int_0^{infty}u^ne^{-u};du=frac{thetalambda^n}{(lambda+theta)^{n+1}}$$
since the last integral is $Gamma(n+1)=n!$
The expected value and variance of $X(T)$ can be computed in a similar way.
In particular, since $mathbb{E}[X(t)]=lambda t$, it follows that
$$ mathbb{E}[X(T)]=int_0^{infty}mathbb{E}[X(T)|T=t]f_T(t);dt=int_0^{infty}mathbb{E}[X(t)]f_T(t);dt=int_0^{infty}lambda tcdottheta e^{-theta t};dt=frac{lambda}{theta} $$
edited Mar 21 '16 at 22:08
answered Mar 21 '16 at 21:31
carmichael561
46.9k54382
46.9k54382
Ah I sort of see where this all comes from. Would you mind showing the integral I need to evaluate for $E[X]$?
– Taylor
Mar 21 '16 at 21:39
add a comment |
Ah I sort of see where this all comes from. Would you mind showing the integral I need to evaluate for $E[X]$?
– Taylor
Mar 21 '16 at 21:39
Ah I sort of see where this all comes from. Would you mind showing the integral I need to evaluate for $E[X]$?
– Taylor
Mar 21 '16 at 21:39
Ah I sort of see where this all comes from. Would you mind showing the integral I need to evaluate for $E[X]$?
– Taylor
Mar 21 '16 at 21:39
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.
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%2f1707848%2fx-is-a-poisson-process-and-t-is-exponentially-distributed%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