Finding the joint mgf of two random variables
$begingroup$
Let the joint pdf of $(X, Y)$ be given by
$$f(x, y) = frac{1}{sqrt{2pi}} text{exp}left(-y-frac{(x -
y)^{2}}{2}right) hspace{1cm} text{ for } y > 0, -infty < x <
infty$$
Find the joint mgf of $X$ and $Y$.
My attempt:
Recall that every joint probability distribution function can be decomposed into the product of a marginal density and a conditional density. That is, we can write
$$f(x, y) = f_{Xmid Y}(x mid y) cdot f_{Y}(y).$$
Defining $f_{X mid Y}(xmid y) = frac{1}{sqrt{2pi}} text{exp}(-(-x-y)^{2}/2)$ and $f_{Y}(y) = text{exp}(-y)$ works.
Now, note that $X | Y$ follows a normal distribution with parameters $y$ and $1$. Also, $Y$ follows an exponential distribution with parameter $1$. Therefore,
$$M_{X, Y}(s, t) = M_{X mid Y}(s) cdot M_{Y}(t) $$
$$= frac{text{exp}(ys + s^{2}/2)}{1 - t} $$
for $t < 1$.
Is my solution right? If not, what is the correct way to solve this problem?
probability probability-theory probability-distributions
$endgroup$
add a comment |
$begingroup$
Let the joint pdf of $(X, Y)$ be given by
$$f(x, y) = frac{1}{sqrt{2pi}} text{exp}left(-y-frac{(x -
y)^{2}}{2}right) hspace{1cm} text{ for } y > 0, -infty < x <
infty$$
Find the joint mgf of $X$ and $Y$.
My attempt:
Recall that every joint probability distribution function can be decomposed into the product of a marginal density and a conditional density. That is, we can write
$$f(x, y) = f_{Xmid Y}(x mid y) cdot f_{Y}(y).$$
Defining $f_{X mid Y}(xmid y) = frac{1}{sqrt{2pi}} text{exp}(-(-x-y)^{2}/2)$ and $f_{Y}(y) = text{exp}(-y)$ works.
Now, note that $X | Y$ follows a normal distribution with parameters $y$ and $1$. Also, $Y$ follows an exponential distribution with parameter $1$. Therefore,
$$M_{X, Y}(s, t) = M_{X mid Y}(s) cdot M_{Y}(t) $$
$$= frac{text{exp}(ys + s^{2}/2)}{1 - t} $$
for $t < 1$.
Is my solution right? If not, what is the correct way to solve this problem?
probability probability-theory probability-distributions
$endgroup$
$begingroup$
It's a 2D normal distribution. Try completing the squares inside the exponential function first, then directly apply the mgf for multivariate normal.
$endgroup$
– Vim
Dec 13 '18 at 3:56
$begingroup$
The joint MGF should be a function of two variables
$endgroup$
– angryavian
Dec 13 '18 at 3:57
$begingroup$
I edited my post
$endgroup$
– joseph
Dec 13 '18 at 4:00
add a comment |
$begingroup$
Let the joint pdf of $(X, Y)$ be given by
$$f(x, y) = frac{1}{sqrt{2pi}} text{exp}left(-y-frac{(x -
y)^{2}}{2}right) hspace{1cm} text{ for } y > 0, -infty < x <
infty$$
Find the joint mgf of $X$ and $Y$.
My attempt:
Recall that every joint probability distribution function can be decomposed into the product of a marginal density and a conditional density. That is, we can write
$$f(x, y) = f_{Xmid Y}(x mid y) cdot f_{Y}(y).$$
Defining $f_{X mid Y}(xmid y) = frac{1}{sqrt{2pi}} text{exp}(-(-x-y)^{2}/2)$ and $f_{Y}(y) = text{exp}(-y)$ works.
Now, note that $X | Y$ follows a normal distribution with parameters $y$ and $1$. Also, $Y$ follows an exponential distribution with parameter $1$. Therefore,
$$M_{X, Y}(s, t) = M_{X mid Y}(s) cdot M_{Y}(t) $$
$$= frac{text{exp}(ys + s^{2}/2)}{1 - t} $$
for $t < 1$.
Is my solution right? If not, what is the correct way to solve this problem?
probability probability-theory probability-distributions
$endgroup$
Let the joint pdf of $(X, Y)$ be given by
$$f(x, y) = frac{1}{sqrt{2pi}} text{exp}left(-y-frac{(x -
y)^{2}}{2}right) hspace{1cm} text{ for } y > 0, -infty < x <
infty$$
Find the joint mgf of $X$ and $Y$.
My attempt:
Recall that every joint probability distribution function can be decomposed into the product of a marginal density and a conditional density. That is, we can write
$$f(x, y) = f_{Xmid Y}(x mid y) cdot f_{Y}(y).$$
Defining $f_{X mid Y}(xmid y) = frac{1}{sqrt{2pi}} text{exp}(-(-x-y)^{2}/2)$ and $f_{Y}(y) = text{exp}(-y)$ works.
Now, note that $X | Y$ follows a normal distribution with parameters $y$ and $1$. Also, $Y$ follows an exponential distribution with parameter $1$. Therefore,
$$M_{X, Y}(s, t) = M_{X mid Y}(s) cdot M_{Y}(t) $$
$$= frac{text{exp}(ys + s^{2}/2)}{1 - t} $$
for $t < 1$.
Is my solution right? If not, what is the correct way to solve this problem?
probability probability-theory probability-distributions
probability probability-theory probability-distributions
edited Dec 13 '18 at 3:59
joseph
asked Dec 13 '18 at 3:52
josephjoseph
500111
500111
$begingroup$
It's a 2D normal distribution. Try completing the squares inside the exponential function first, then directly apply the mgf for multivariate normal.
$endgroup$
– Vim
Dec 13 '18 at 3:56
$begingroup$
The joint MGF should be a function of two variables
$endgroup$
– angryavian
Dec 13 '18 at 3:57
$begingroup$
I edited my post
$endgroup$
– joseph
Dec 13 '18 at 4:00
add a comment |
$begingroup$
It's a 2D normal distribution. Try completing the squares inside the exponential function first, then directly apply the mgf for multivariate normal.
$endgroup$
– Vim
Dec 13 '18 at 3:56
$begingroup$
The joint MGF should be a function of two variables
$endgroup$
– angryavian
Dec 13 '18 at 3:57
$begingroup$
I edited my post
$endgroup$
– joseph
Dec 13 '18 at 4:00
$begingroup$
It's a 2D normal distribution. Try completing the squares inside the exponential function first, then directly apply the mgf for multivariate normal.
$endgroup$
– Vim
Dec 13 '18 at 3:56
$begingroup$
It's a 2D normal distribution. Try completing the squares inside the exponential function first, then directly apply the mgf for multivariate normal.
$endgroup$
– Vim
Dec 13 '18 at 3:56
$begingroup$
The joint MGF should be a function of two variables
$endgroup$
– angryavian
Dec 13 '18 at 3:57
$begingroup$
The joint MGF should be a function of two variables
$endgroup$
– angryavian
Dec 13 '18 at 3:57
$begingroup$
I edited my post
$endgroup$
– joseph
Dec 13 '18 at 4:00
$begingroup$
I edited my post
$endgroup$
– joseph
Dec 13 '18 at 4:00
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
You have correctly deduced that $$Xmid Ysimmathcal N(Y,1)quad,text{ where }Ysimtext{Exp}(1)$$
So the MGF of $(X,Y)$ should be
begin{align}
M(s,t)&=E,(e^{sX+tY})
\&=Eleft[E,(e^{sX+tY}mid Y)right]
\&=Eleft[e^{tY}E,(e^{sX}mid Y)right]
\&=Eleft[e^{tY}e^{sY+s^2/2}right]
\&=e^{s^2/2},Eleft[e^{(t+s)Y}right]
\&=frac{e^{s^2/2}}{1-(s+t)}quad,,s+t<1
end{align}
The formula that you used, namely $M_{X, Y}(s, t) = M_{X mid Y}(s) cdot M_{Y}(t)$, doesn't make much sense.
$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%2f3037567%2ffinding-the-joint-mgf-of-two-random-variables%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$
You have correctly deduced that $$Xmid Ysimmathcal N(Y,1)quad,text{ where }Ysimtext{Exp}(1)$$
So the MGF of $(X,Y)$ should be
begin{align}
M(s,t)&=E,(e^{sX+tY})
\&=Eleft[E,(e^{sX+tY}mid Y)right]
\&=Eleft[e^{tY}E,(e^{sX}mid Y)right]
\&=Eleft[e^{tY}e^{sY+s^2/2}right]
\&=e^{s^2/2},Eleft[e^{(t+s)Y}right]
\&=frac{e^{s^2/2}}{1-(s+t)}quad,,s+t<1
end{align}
The formula that you used, namely $M_{X, Y}(s, t) = M_{X mid Y}(s) cdot M_{Y}(t)$, doesn't make much sense.
$endgroup$
add a comment |
$begingroup$
You have correctly deduced that $$Xmid Ysimmathcal N(Y,1)quad,text{ where }Ysimtext{Exp}(1)$$
So the MGF of $(X,Y)$ should be
begin{align}
M(s,t)&=E,(e^{sX+tY})
\&=Eleft[E,(e^{sX+tY}mid Y)right]
\&=Eleft[e^{tY}E,(e^{sX}mid Y)right]
\&=Eleft[e^{tY}e^{sY+s^2/2}right]
\&=e^{s^2/2},Eleft[e^{(t+s)Y}right]
\&=frac{e^{s^2/2}}{1-(s+t)}quad,,s+t<1
end{align}
The formula that you used, namely $M_{X, Y}(s, t) = M_{X mid Y}(s) cdot M_{Y}(t)$, doesn't make much sense.
$endgroup$
add a comment |
$begingroup$
You have correctly deduced that $$Xmid Ysimmathcal N(Y,1)quad,text{ where }Ysimtext{Exp}(1)$$
So the MGF of $(X,Y)$ should be
begin{align}
M(s,t)&=E,(e^{sX+tY})
\&=Eleft[E,(e^{sX+tY}mid Y)right]
\&=Eleft[e^{tY}E,(e^{sX}mid Y)right]
\&=Eleft[e^{tY}e^{sY+s^2/2}right]
\&=e^{s^2/2},Eleft[e^{(t+s)Y}right]
\&=frac{e^{s^2/2}}{1-(s+t)}quad,,s+t<1
end{align}
The formula that you used, namely $M_{X, Y}(s, t) = M_{X mid Y}(s) cdot M_{Y}(t)$, doesn't make much sense.
$endgroup$
You have correctly deduced that $$Xmid Ysimmathcal N(Y,1)quad,text{ where }Ysimtext{Exp}(1)$$
So the MGF of $(X,Y)$ should be
begin{align}
M(s,t)&=E,(e^{sX+tY})
\&=Eleft[E,(e^{sX+tY}mid Y)right]
\&=Eleft[e^{tY}E,(e^{sX}mid Y)right]
\&=Eleft[e^{tY}e^{sY+s^2/2}right]
\&=e^{s^2/2},Eleft[e^{(t+s)Y}right]
\&=frac{e^{s^2/2}}{1-(s+t)}quad,,s+t<1
end{align}
The formula that you used, namely $M_{X, Y}(s, t) = M_{X mid Y}(s) cdot M_{Y}(t)$, doesn't make much sense.
answered Dec 13 '18 at 13:06
StubbornAtomStubbornAtom
5,98811238
5,98811238
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%2f3037567%2ffinding-the-joint-mgf-of-two-random-variables%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$
It's a 2D normal distribution. Try completing the squares inside the exponential function first, then directly apply the mgf for multivariate normal.
$endgroup$
– Vim
Dec 13 '18 at 3:56
$begingroup$
The joint MGF should be a function of two variables
$endgroup$
– angryavian
Dec 13 '18 at 3:57
$begingroup$
I edited my post
$endgroup$
– joseph
Dec 13 '18 at 4:00