Density function without using convolution
$begingroup$
I have the following joint density function:
$$ f_{X,Y}(x,y) = (y-x)e^{-y} (0<x<y) $$
I want to find the density of X + Y.
I find the density of X and Y integrating:
$$f_X(x) = e^{-x} (0<x<infty)$$
$$ f_Y(y) = frac{y^2}{2}e^{-y} (0<y<infty)$$
So I find that X and Y are not indented and thus I cannot find the density of the sum using convolution. My idea is then to find:
$$ F_{X+Y}(t) = mathbb{P}[X + Y leq t] $$ and then integrating to find the density.
I think I made a mistake setting up this double integral though:
$$ int_{0}^{infty} int_{y}^{t-y} (y-x)e^{-y}dxdi $$
Is this right? I am not getting the result I should.
EDIT:
I also tried doing it with this formula:
$$ f_{X+Y}(t) = int f_{X,Y}(x,t-x)dx $$ But I didn't manage to solve this. Plus even here I am not too sure about the integration extremes, I have done the integral from $0$ to $infty$.
probability
$endgroup$
add a comment |
$begingroup$
I have the following joint density function:
$$ f_{X,Y}(x,y) = (y-x)e^{-y} (0<x<y) $$
I want to find the density of X + Y.
I find the density of X and Y integrating:
$$f_X(x) = e^{-x} (0<x<infty)$$
$$ f_Y(y) = frac{y^2}{2}e^{-y} (0<y<infty)$$
So I find that X and Y are not indented and thus I cannot find the density of the sum using convolution. My idea is then to find:
$$ F_{X+Y}(t) = mathbb{P}[X + Y leq t] $$ and then integrating to find the density.
I think I made a mistake setting up this double integral though:
$$ int_{0}^{infty} int_{y}^{t-y} (y-x)e^{-y}dxdi $$
Is this right? I am not getting the result I should.
EDIT:
I also tried doing it with this formula:
$$ f_{X+Y}(t) = int f_{X,Y}(x,t-x)dx $$ But I didn't manage to solve this. Plus even here I am not too sure about the integration extremes, I have done the integral from $0$ to $infty$.
probability
$endgroup$
add a comment |
$begingroup$
I have the following joint density function:
$$ f_{X,Y}(x,y) = (y-x)e^{-y} (0<x<y) $$
I want to find the density of X + Y.
I find the density of X and Y integrating:
$$f_X(x) = e^{-x} (0<x<infty)$$
$$ f_Y(y) = frac{y^2}{2}e^{-y} (0<y<infty)$$
So I find that X and Y are not indented and thus I cannot find the density of the sum using convolution. My idea is then to find:
$$ F_{X+Y}(t) = mathbb{P}[X + Y leq t] $$ and then integrating to find the density.
I think I made a mistake setting up this double integral though:
$$ int_{0}^{infty} int_{y}^{t-y} (y-x)e^{-y}dxdi $$
Is this right? I am not getting the result I should.
EDIT:
I also tried doing it with this formula:
$$ f_{X+Y}(t) = int f_{X,Y}(x,t-x)dx $$ But I didn't manage to solve this. Plus even here I am not too sure about the integration extremes, I have done the integral from $0$ to $infty$.
probability
$endgroup$
I have the following joint density function:
$$ f_{X,Y}(x,y) = (y-x)e^{-y} (0<x<y) $$
I want to find the density of X + Y.
I find the density of X and Y integrating:
$$f_X(x) = e^{-x} (0<x<infty)$$
$$ f_Y(y) = frac{y^2}{2}e^{-y} (0<y<infty)$$
So I find that X and Y are not indented and thus I cannot find the density of the sum using convolution. My idea is then to find:
$$ F_{X+Y}(t) = mathbb{P}[X + Y leq t] $$ and then integrating to find the density.
I think I made a mistake setting up this double integral though:
$$ int_{0}^{infty} int_{y}^{t-y} (y-x)e^{-y}dxdi $$
Is this right? I am not getting the result I should.
EDIT:
I also tried doing it with this formula:
$$ f_{X+Y}(t) = int f_{X,Y}(x,t-x)dx $$ But I didn't manage to solve this. Plus even here I am not too sure about the integration extremes, I have done the integral from $0$ to $infty$.
probability
probability
edited Jan 26 at 13:52
qcc101
asked Jan 26 at 13:43
qcc101qcc101
627213
627213
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
If you're familiar with the Dirac delta, we can obtain the density of $Z=g(X,,Y)$ as the definite integral $f_Z(z):=int f_{X,,Y}(x,,y)delta(g(x,,y)-z)dxdy$, where the integration range is the support of the joint density $f_{X,,Y}$. In the case at hand, with $z=x+yge 2x$,$$f_Z(z)=int (y-x)e^{-y}delta(x+y-z)dxdy,$$where again I haven't shown the integration range. Where you need to know your Dirac delta onions is in integrating out $y$:$$f_Z(z)=int_0^{z/2}(z-2x)e^{x-z}dx=e^{-z}(2e^{z/2}-2-z).$$
$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%2f3088263%2fdensity-function-without-using-convolution%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$
If you're familiar with the Dirac delta, we can obtain the density of $Z=g(X,,Y)$ as the definite integral $f_Z(z):=int f_{X,,Y}(x,,y)delta(g(x,,y)-z)dxdy$, where the integration range is the support of the joint density $f_{X,,Y}$. In the case at hand, with $z=x+yge 2x$,$$f_Z(z)=int (y-x)e^{-y}delta(x+y-z)dxdy,$$where again I haven't shown the integration range. Where you need to know your Dirac delta onions is in integrating out $y$:$$f_Z(z)=int_0^{z/2}(z-2x)e^{x-z}dx=e^{-z}(2e^{z/2}-2-z).$$
$endgroup$
add a comment |
$begingroup$
If you're familiar with the Dirac delta, we can obtain the density of $Z=g(X,,Y)$ as the definite integral $f_Z(z):=int f_{X,,Y}(x,,y)delta(g(x,,y)-z)dxdy$, where the integration range is the support of the joint density $f_{X,,Y}$. In the case at hand, with $z=x+yge 2x$,$$f_Z(z)=int (y-x)e^{-y}delta(x+y-z)dxdy,$$where again I haven't shown the integration range. Where you need to know your Dirac delta onions is in integrating out $y$:$$f_Z(z)=int_0^{z/2}(z-2x)e^{x-z}dx=e^{-z}(2e^{z/2}-2-z).$$
$endgroup$
add a comment |
$begingroup$
If you're familiar with the Dirac delta, we can obtain the density of $Z=g(X,,Y)$ as the definite integral $f_Z(z):=int f_{X,,Y}(x,,y)delta(g(x,,y)-z)dxdy$, where the integration range is the support of the joint density $f_{X,,Y}$. In the case at hand, with $z=x+yge 2x$,$$f_Z(z)=int (y-x)e^{-y}delta(x+y-z)dxdy,$$where again I haven't shown the integration range. Where you need to know your Dirac delta onions is in integrating out $y$:$$f_Z(z)=int_0^{z/2}(z-2x)e^{x-z}dx=e^{-z}(2e^{z/2}-2-z).$$
$endgroup$
If you're familiar with the Dirac delta, we can obtain the density of $Z=g(X,,Y)$ as the definite integral $f_Z(z):=int f_{X,,Y}(x,,y)delta(g(x,,y)-z)dxdy$, where the integration range is the support of the joint density $f_{X,,Y}$. In the case at hand, with $z=x+yge 2x$,$$f_Z(z)=int (y-x)e^{-y}delta(x+y-z)dxdy,$$where again I haven't shown the integration range. Where you need to know your Dirac delta onions is in integrating out $y$:$$f_Z(z)=int_0^{z/2}(z-2x)e^{x-z}dx=e^{-z}(2e^{z/2}-2-z).$$
answered Jan 26 at 14:12
J.G.J.G.
31.3k23149
31.3k23149
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%2f3088263%2fdensity-function-without-using-convolution%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