Joint CDF's of both continuous and discrete random variables The 2019 Stack Overflow Developer Survey Results Are In Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)joint probability distribution of one discrete, one continuous random variableCalculating joint probability distribution of two random variables.conditional probability combining discrete and continous random variablesFinding the Expected Value for a joint discrete/continuous systemDefinition of Random VariablesSeemingly Identical Random Variables with Different VariancesJoint PMF of 2 discrete random variablesHow is conditional probability defined for the joint distribution of two random continuous variables?Calculating Simple Functions of Discrete Random VariablesProbability of random variables
number sequence puzzle deep six
Simulating Exploding Dice
What force causes entropy to increase?
ELI5: Why do they say that Israel would have been the fourth country to land a spacecraft on the Moon and why do they call it low cost?
Did the UK government pay "millions and millions of dollars" to try to snag Julian Assange?
Mortgage adviser recommends a longer term than necessary combined with overpayments
Word for: a synonym with a positive connotation?
What does Linus Torvalds mean when he says that Git "never ever" tracks a file?
Pretty sure I'm over complicating my loops but unsure how to simplify
different output for groups and groups USERNAME after adding a username to a group
Define a list range inside a list
Keeping a retro style to sci-fi spaceships?
"... to apply for a visa" or "... and applied for a visa"?
Can we generate random numbers using irrational numbers like π and e?
Why doesn't a hydraulic lever violate conservation of energy?
Can a flute soloist sit?
What other Star Trek series did the main TNG cast show up in?
Are spiders unable to hurt humans, especially very small spiders?
Deal with toxic manager when you can't quit
What can I do if neighbor is blocking my solar panels intentionally?
Is it ethical to upload a automatically generated paper to a non peer-reviewed site as part of a larger research?
How to read αἱμύλιος or when to aspirate
Student Loan from years ago pops up and is taking my salary
how can a perfect fourth interval be considered either consonant or dissonant?
Joint CDF's of both continuous and discrete random variables
The 2019 Stack Overflow Developer Survey Results Are In
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)joint probability distribution of one discrete, one continuous random variableCalculating joint probability distribution of two random variables.conditional probability combining discrete and continous random variablesFinding the Expected Value for a joint discrete/continuous systemDefinition of Random VariablesSeemingly Identical Random Variables with Different VariancesJoint PMF of 2 discrete random variablesHow is conditional probability defined for the joint distribution of two random continuous variables?Calculating Simple Functions of Discrete Random VariablesProbability of random variables
$begingroup$
I am working on some homework and have arrived at a problem that has me stumped. I am trying to find the conditional probability of Y given a discrete variable X or:
$$F_Y(y)$$ which I know is equal to:
$$
F_Y(y) = frac mathbbP(Y leq y, X = x)mathbbP(X = x)=fracF_Y,X(y,x)mathbbP(X=x)
$$
In the problem we are given that X is a random variable representing a dice roll and that Y is a continuous random variable that is distributed exponential with parameter X.
My first thought was to sum , to the given x value, the exponential distribution of Y with the corresponding value of X:
$$sum_i=1^x 1-e^(-iy)$$
However this gave me a super nasty looking partial sum:
$$frac(e^(-(1+x) y) (e^y+e^((2+x) y) x-e^((1+x) y) (1+x)))(-1+e^y)$$
which does not look right.
Next I thought about trying to find the conditional probability with a given X. This lead to me to try:
$$mathbbP(X=x)*F_Y(y, X=x)= frac16*(1-e^-xy)$$
This formula, however limited the values I could get to ~.1666 for any value of y.
I am not looking for a complete answer but if anyone could help me correct my thinking that would be great, thanks!
probability probability-distributions
$endgroup$
add a comment |
$begingroup$
I am working on some homework and have arrived at a problem that has me stumped. I am trying to find the conditional probability of Y given a discrete variable X or:
$$F_Y(y)$$ which I know is equal to:
$$
F_Y(y) = frac mathbbP(Y leq y, X = x)mathbbP(X = x)=fracF_Y,X(y,x)mathbbP(X=x)
$$
In the problem we are given that X is a random variable representing a dice roll and that Y is a continuous random variable that is distributed exponential with parameter X.
My first thought was to sum , to the given x value, the exponential distribution of Y with the corresponding value of X:
$$sum_i=1^x 1-e^(-iy)$$
However this gave me a super nasty looking partial sum:
$$frac(e^(-(1+x) y) (e^y+e^((2+x) y) x-e^((1+x) y) (1+x)))(-1+e^y)$$
which does not look right.
Next I thought about trying to find the conditional probability with a given X. This lead to me to try:
$$mathbbP(X=x)*F_Y(y, X=x)= frac16*(1-e^-xy)$$
This formula, however limited the values I could get to ~.1666 for any value of y.
I am not looking for a complete answer but if anyone could help me correct my thinking that would be great, thanks!
probability probability-distributions
$endgroup$
$begingroup$
It looks like the problem is a lot easier than you are trying to make it be. If random variate $y$ is chosen by rolling a discrete uniform random $x$ on $[1,6]$ and then finding $y$ by an exponential distribution with mean $x$, then the conditional distribution of $y$ given $x$ is just that exponential distribution (using that value of $x$ as the mean).
$endgroup$
– Mark Fischler
Jan 22 '16 at 4:55
$begingroup$
So my second answer would be more correct, the conditional probability would just be without the 1/6. Would that make what I have written in my second answer actually be the joint CDF of the two variables then?
$endgroup$
– Sam
Jan 22 '16 at 5:11
add a comment |
$begingroup$
I am working on some homework and have arrived at a problem that has me stumped. I am trying to find the conditional probability of Y given a discrete variable X or:
$$F_Y(y)$$ which I know is equal to:
$$
F_Y(y) = frac mathbbP(Y leq y, X = x)mathbbP(X = x)=fracF_Y,X(y,x)mathbbP(X=x)
$$
In the problem we are given that X is a random variable representing a dice roll and that Y is a continuous random variable that is distributed exponential with parameter X.
My first thought was to sum , to the given x value, the exponential distribution of Y with the corresponding value of X:
$$sum_i=1^x 1-e^(-iy)$$
However this gave me a super nasty looking partial sum:
$$frac(e^(-(1+x) y) (e^y+e^((2+x) y) x-e^((1+x) y) (1+x)))(-1+e^y)$$
which does not look right.
Next I thought about trying to find the conditional probability with a given X. This lead to me to try:
$$mathbbP(X=x)*F_Y(y, X=x)= frac16*(1-e^-xy)$$
This formula, however limited the values I could get to ~.1666 for any value of y.
I am not looking for a complete answer but if anyone could help me correct my thinking that would be great, thanks!
probability probability-distributions
$endgroup$
I am working on some homework and have arrived at a problem that has me stumped. I am trying to find the conditional probability of Y given a discrete variable X or:
$$F_Y(y)$$ which I know is equal to:
$$
F_Y(y) = frac mathbbP(Y leq y, X = x)mathbbP(X = x)=fracF_Y,X(y,x)mathbbP(X=x)
$$
In the problem we are given that X is a random variable representing a dice roll and that Y is a continuous random variable that is distributed exponential with parameter X.
My first thought was to sum , to the given x value, the exponential distribution of Y with the corresponding value of X:
$$sum_i=1^x 1-e^(-iy)$$
However this gave me a super nasty looking partial sum:
$$frac(e^(-(1+x) y) (e^y+e^((2+x) y) x-e^((1+x) y) (1+x)))(-1+e^y)$$
which does not look right.
Next I thought about trying to find the conditional probability with a given X. This lead to me to try:
$$mathbbP(X=x)*F_Y(y, X=x)= frac16*(1-e^-xy)$$
This formula, however limited the values I could get to ~.1666 for any value of y.
I am not looking for a complete answer but if anyone could help me correct my thinking that would be great, thanks!
probability probability-distributions
probability probability-distributions
asked Jan 22 '16 at 4:48
SamSam
1314
1314
$begingroup$
It looks like the problem is a lot easier than you are trying to make it be. If random variate $y$ is chosen by rolling a discrete uniform random $x$ on $[1,6]$ and then finding $y$ by an exponential distribution with mean $x$, then the conditional distribution of $y$ given $x$ is just that exponential distribution (using that value of $x$ as the mean).
$endgroup$
– Mark Fischler
Jan 22 '16 at 4:55
$begingroup$
So my second answer would be more correct, the conditional probability would just be without the 1/6. Would that make what I have written in my second answer actually be the joint CDF of the two variables then?
$endgroup$
– Sam
Jan 22 '16 at 5:11
add a comment |
$begingroup$
It looks like the problem is a lot easier than you are trying to make it be. If random variate $y$ is chosen by rolling a discrete uniform random $x$ on $[1,6]$ and then finding $y$ by an exponential distribution with mean $x$, then the conditional distribution of $y$ given $x$ is just that exponential distribution (using that value of $x$ as the mean).
$endgroup$
– Mark Fischler
Jan 22 '16 at 4:55
$begingroup$
So my second answer would be more correct, the conditional probability would just be without the 1/6. Would that make what I have written in my second answer actually be the joint CDF of the two variables then?
$endgroup$
– Sam
Jan 22 '16 at 5:11
$begingroup$
It looks like the problem is a lot easier than you are trying to make it be. If random variate $y$ is chosen by rolling a discrete uniform random $x$ on $[1,6]$ and then finding $y$ by an exponential distribution with mean $x$, then the conditional distribution of $y$ given $x$ is just that exponential distribution (using that value of $x$ as the mean).
$endgroup$
– Mark Fischler
Jan 22 '16 at 4:55
$begingroup$
It looks like the problem is a lot easier than you are trying to make it be. If random variate $y$ is chosen by rolling a discrete uniform random $x$ on $[1,6]$ and then finding $y$ by an exponential distribution with mean $x$, then the conditional distribution of $y$ given $x$ is just that exponential distribution (using that value of $x$ as the mean).
$endgroup$
– Mark Fischler
Jan 22 '16 at 4:55
$begingroup$
So my second answer would be more correct, the conditional probability would just be without the 1/6. Would that make what I have written in my second answer actually be the joint CDF of the two variables then?
$endgroup$
– Sam
Jan 22 '16 at 5:11
$begingroup$
So my second answer would be more correct, the conditional probability would just be without the 1/6. Would that make what I have written in my second answer actually be the joint CDF of the two variables then?
$endgroup$
– Sam
Jan 22 '16 at 5:11
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
I think you first answer reverses what you want.
You could say $$displaystyle F_Y(y) = sum_x mathbbP(X=x) F_Y(y)$$ and possibly even turn this into a density $displaystyle f_Y(y) = sum_x mathbbP(X=x) f_Y(y)$
So your particular example would give $displaystyle F_Y(y) = 1 - tfrac16(e^-y+e^-2y+e^-3y+e^-4y+e^-5y+e^-6y)=1-frace^-y(1-e^-6y )6(1-e^-y)$
$endgroup$
add a comment |
Your Answer
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%2f1622003%2fjoint-cdfs-of-both-continuous-and-discrete-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$
I think you first answer reverses what you want.
You could say $$displaystyle F_Y(y) = sum_x mathbbP(X=x) F_Y(y)$$ and possibly even turn this into a density $displaystyle f_Y(y) = sum_x mathbbP(X=x) f_Y(y)$
So your particular example would give $displaystyle F_Y(y) = 1 - tfrac16(e^-y+e^-2y+e^-3y+e^-4y+e^-5y+e^-6y)=1-frace^-y(1-e^-6y )6(1-e^-y)$
$endgroup$
add a comment |
$begingroup$
I think you first answer reverses what you want.
You could say $$displaystyle F_Y(y) = sum_x mathbbP(X=x) F_Y(y)$$ and possibly even turn this into a density $displaystyle f_Y(y) = sum_x mathbbP(X=x) f_Y(y)$
So your particular example would give $displaystyle F_Y(y) = 1 - tfrac16(e^-y+e^-2y+e^-3y+e^-4y+e^-5y+e^-6y)=1-frace^-y(1-e^-6y )6(1-e^-y)$
$endgroup$
add a comment |
$begingroup$
I think you first answer reverses what you want.
You could say $$displaystyle F_Y(y) = sum_x mathbbP(X=x) F_Y(y)$$ and possibly even turn this into a density $displaystyle f_Y(y) = sum_x mathbbP(X=x) f_Y(y)$
So your particular example would give $displaystyle F_Y(y) = 1 - tfrac16(e^-y+e^-2y+e^-3y+e^-4y+e^-5y+e^-6y)=1-frace^-y(1-e^-6y )6(1-e^-y)$
$endgroup$
I think you first answer reverses what you want.
You could say $$displaystyle F_Y(y) = sum_x mathbbP(X=x) F_Y(y)$$ and possibly even turn this into a density $displaystyle f_Y(y) = sum_x mathbbP(X=x) f_Y(y)$
So your particular example would give $displaystyle F_Y(y) = 1 - tfrac16(e^-y+e^-2y+e^-3y+e^-4y+e^-5y+e^-6y)=1-frace^-y(1-e^-6y )6(1-e^-y)$
answered Jan 22 '16 at 8:55
HenryHenry
101k482170
101k482170
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%2f1622003%2fjoint-cdfs-of-both-continuous-and-discrete-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 looks like the problem is a lot easier than you are trying to make it be. If random variate $y$ is chosen by rolling a discrete uniform random $x$ on $[1,6]$ and then finding $y$ by an exponential distribution with mean $x$, then the conditional distribution of $y$ given $x$ is just that exponential distribution (using that value of $x$ as the mean).
$endgroup$
– Mark Fischler
Jan 22 '16 at 4:55
$begingroup$
So my second answer would be more correct, the conditional probability would just be without the 1/6. Would that make what I have written in my second answer actually be the joint CDF of the two variables then?
$endgroup$
– Sam
Jan 22 '16 at 5:11