Decomposing a discrete random variableConstructive proof for a problem of discrete random...
Why are 150k or 200k jobs considered good when there are 300k+ births a month?
How to use Pandas to get the count of every combination inclusive
How can bays and straits be determined in a procedurally generated map?
Why has Russell's definition of numbers using equivalence classes been finally abandoned? ( If it has actually been abandoned).
Can Medicine checks be used, with decent rolls, to completely mitigate the risk of death from ongoing damage?
What typically incentivizes a professor to change jobs to a lower ranking university?
Concept of linear mappings are confusing me
What are these boxed doors outside store fronts in New York?
Chess with symmetric move-square
"which" command doesn't work / path of Safari?
Is it possible to make sharp wind that can cut stuff from afar?
Why is this code 6.5x slower with optimizations enabled?
Closed subgroups of abelian groups
Is there a familial term for apples and pears?
New order #4: World
Non-Jewish family in an Orthodox Jewish Wedding
Why doesn't Newton's third law mean a person bounces back to where they started when they hit the ground?
Simulate Bitwise Cyclic Tag
Can I make popcorn with any corn?
Is there really no realistic way for a skeleton monster to move around without magic?
Why did the Germans forbid the possession of pet pigeons in Rostov-on-Don in 1941?
Can a German sentence have two subjects?
Motorized valve interfering with button?
How is the claim "I am in New York only if I am in America" the same as "If I am in New York, then I am in America?
Decomposing a discrete random variable
Constructive proof for a problem of discrete random variables.Representing random variables in a shared and private decompositionProof of convergence in distribution of a discrete random variableShowing that ${rm E}[X]=sum_{k=0}^infty P(X>k)$ for a discrete random variableRandom Variable depending on another Random Variable?Question about probability of a random variable with uniform distributionEasiest way to recognize a discrete random variable distributionExpected Value of Random Variable with ParameterProbability density of transformed random variableWhat is a sample of a random variable?Making Random variable from other Random variables but keep them independentConstructive proof for a problem of discrete random variables.
$begingroup$
Note: this question is a duplicate of another question asked by my classmate with much more contexts. Attempt to suggest edits is rejected due to drastic change, so I reask the question.
I hate to admit it, but I'm asking for help on a homework problem assigned in our Information Theory class. I'm really scratching my head but unable to prove it:
For two discrete random variables $X, Y sim p(x,y)$, we can find another random variable $Z$ independent of $X$, such that there exists a function $f$ satisfying $Y = f(X,Z)$.
The problem also comes with a hint that calls for a constructive proof.
Now that I have (maybe in a wrong way) constructed a random variable $Y'$ that has the same distribution as $Y$, but I simply can't prove that $Y = Y'$ due to their identical distribution.
This question I found may be related to the problem but it goes unanswered. Any help is appreciated!
probability-theory random-variables information-theory
$endgroup$
add a comment |
$begingroup$
Note: this question is a duplicate of another question asked by my classmate with much more contexts. Attempt to suggest edits is rejected due to drastic change, so I reask the question.
I hate to admit it, but I'm asking for help on a homework problem assigned in our Information Theory class. I'm really scratching my head but unable to prove it:
For two discrete random variables $X, Y sim p(x,y)$, we can find another random variable $Z$ independent of $X$, such that there exists a function $f$ satisfying $Y = f(X,Z)$.
The problem also comes with a hint that calls for a constructive proof.
Now that I have (maybe in a wrong way) constructed a random variable $Y'$ that has the same distribution as $Y$, but I simply can't prove that $Y = Y'$ due to their identical distribution.
This question I found may be related to the problem but it goes unanswered. Any help is appreciated!
probability-theory random-variables information-theory
$endgroup$
add a comment |
$begingroup$
Note: this question is a duplicate of another question asked by my classmate with much more contexts. Attempt to suggest edits is rejected due to drastic change, so I reask the question.
I hate to admit it, but I'm asking for help on a homework problem assigned in our Information Theory class. I'm really scratching my head but unable to prove it:
For two discrete random variables $X, Y sim p(x,y)$, we can find another random variable $Z$ independent of $X$, such that there exists a function $f$ satisfying $Y = f(X,Z)$.
The problem also comes with a hint that calls for a constructive proof.
Now that I have (maybe in a wrong way) constructed a random variable $Y'$ that has the same distribution as $Y$, but I simply can't prove that $Y = Y'$ due to their identical distribution.
This question I found may be related to the problem but it goes unanswered. Any help is appreciated!
probability-theory random-variables information-theory
$endgroup$
Note: this question is a duplicate of another question asked by my classmate with much more contexts. Attempt to suggest edits is rejected due to drastic change, so I reask the question.
I hate to admit it, but I'm asking for help on a homework problem assigned in our Information Theory class. I'm really scratching my head but unable to prove it:
For two discrete random variables $X, Y sim p(x,y)$, we can find another random variable $Z$ independent of $X$, such that there exists a function $f$ satisfying $Y = f(X,Z)$.
The problem also comes with a hint that calls for a constructive proof.
Now that I have (maybe in a wrong way) constructed a random variable $Y'$ that has the same distribution as $Y$, but I simply can't prove that $Y = Y'$ due to their identical distribution.
This question I found may be related to the problem but it goes unanswered. Any help is appreciated!
probability-theory random-variables information-theory
probability-theory random-variables information-theory
asked Mar 20 at 13:34
skyfiretimesskyfiretimes
12
12
add a comment |
add a comment |
3 Answers
3
active
oldest
votes
$begingroup$
Given
$X = x$ and $Y = y$, let $Z$ be uniform on the interval $left[mathbb P(Y < y mid X=x), mathbb P(Y le y mid X = x)right]$. Then $Y = min {y: mathbb P(Y le y mid X) ge Z}$. That is, when $X = x$ and $Z = z in (0,1)$, $Y = min {y: mathbb P(Y le y mid X = x) ge z }$.
$endgroup$
add a comment |
$begingroup$
Let $Z$ be uniform on $[0,1]$. Given $X=x$, use inverse transform sampling to generate $Y$, using $Z$ as the uniform variable and using $q(y)= p(x,y)/left(sum_y p(x,y)right)$ as the distribution.
$endgroup$
$begingroup$
If I undestand inverse transform sampling correctly, I can recover a random variable by the inverse of its CDF, so is this just an alternative way of constructing a random variable with same distribution as $Y$?
$endgroup$
– skyfiretimes
Mar 21 at 14:25
$begingroup$
Yes. If $F$ is a cdf, and $Zsim text{Unif}(0,1)$, then the random variable $W$ defined by $W=min{winmathbb R:F(w)ge Z}$ will have $F$ as its cdf. Here, we are using this to construct a random variable whose distribution is the conditional distribution of $Y$ given ${X=x}$. So, letting $F_x(y)=P(Yle y|X=x)$, the formula for $Y$ is $$Y=min{yinmathbb R:F_x(y)ge Z}.$$
$endgroup$
– Mike Earnest
Mar 21 at 14:49
$begingroup$
Oh I see the problem; I have constructed something which is equal in distribution to $Y$, but not equal to $Y$. Let me think more.@skyfiretimes
$endgroup$
– Mike Earnest
Mar 21 at 14:54
$begingroup$
Yep, that's the difficult part about this problem. Thanks for your answer anyway :)
$endgroup$
– skyfiretimes
Mar 21 at 14:57
$begingroup$
I do not think $f(X,Z)=Y$ is possible, only $f(X,Z)stackrel{d}=Y$. Consider this small example; there are three cards with the labels $(0,0),(0,1)$ and $(1,0)$. Choose a random card; $X$ is the first coordinate, $Y$ is the second. In order to have $Y=f(X,Z)$, you need $Z$ to be a function of which card was picked. But that probability space is so small, that there does not even exist a random variable $Z$ which is independent of $X$ (except $Z$ constant). @skyfiretimes
$endgroup$
– Mike Earnest
Mar 21 at 15:30
add a comment |
$begingroup$
I'll post my professor's answer here. The problem is called Functional Representataion Lemma and you may search for its proof on the internet. The conclusion of the lemma is actually stronger, though.
$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%2f3155454%2fdecomposing-a-discrete-random-variable%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
Given
$X = x$ and $Y = y$, let $Z$ be uniform on the interval $left[mathbb P(Y < y mid X=x), mathbb P(Y le y mid X = x)right]$. Then $Y = min {y: mathbb P(Y le y mid X) ge Z}$. That is, when $X = x$ and $Z = z in (0,1)$, $Y = min {y: mathbb P(Y le y mid X = x) ge z }$.
$endgroup$
add a comment |
$begingroup$
Given
$X = x$ and $Y = y$, let $Z$ be uniform on the interval $left[mathbb P(Y < y mid X=x), mathbb P(Y le y mid X = x)right]$. Then $Y = min {y: mathbb P(Y le y mid X) ge Z}$. That is, when $X = x$ and $Z = z in (0,1)$, $Y = min {y: mathbb P(Y le y mid X = x) ge z }$.
$endgroup$
add a comment |
$begingroup$
Given
$X = x$ and $Y = y$, let $Z$ be uniform on the interval $left[mathbb P(Y < y mid X=x), mathbb P(Y le y mid X = x)right]$. Then $Y = min {y: mathbb P(Y le y mid X) ge Z}$. That is, when $X = x$ and $Z = z in (0,1)$, $Y = min {y: mathbb P(Y le y mid X = x) ge z }$.
$endgroup$
Given
$X = x$ and $Y = y$, let $Z$ be uniform on the interval $left[mathbb P(Y < y mid X=x), mathbb P(Y le y mid X = x)right]$. Then $Y = min {y: mathbb P(Y le y mid X) ge Z}$. That is, when $X = x$ and $Z = z in (0,1)$, $Y = min {y: mathbb P(Y le y mid X = x) ge z }$.
answered Mar 20 at 14:09
Robert IsraelRobert Israel
330k23220475
330k23220475
add a comment |
add a comment |
$begingroup$
Let $Z$ be uniform on $[0,1]$. Given $X=x$, use inverse transform sampling to generate $Y$, using $Z$ as the uniform variable and using $q(y)= p(x,y)/left(sum_y p(x,y)right)$ as the distribution.
$endgroup$
$begingroup$
If I undestand inverse transform sampling correctly, I can recover a random variable by the inverse of its CDF, so is this just an alternative way of constructing a random variable with same distribution as $Y$?
$endgroup$
– skyfiretimes
Mar 21 at 14:25
$begingroup$
Yes. If $F$ is a cdf, and $Zsim text{Unif}(0,1)$, then the random variable $W$ defined by $W=min{winmathbb R:F(w)ge Z}$ will have $F$ as its cdf. Here, we are using this to construct a random variable whose distribution is the conditional distribution of $Y$ given ${X=x}$. So, letting $F_x(y)=P(Yle y|X=x)$, the formula for $Y$ is $$Y=min{yinmathbb R:F_x(y)ge Z}.$$
$endgroup$
– Mike Earnest
Mar 21 at 14:49
$begingroup$
Oh I see the problem; I have constructed something which is equal in distribution to $Y$, but not equal to $Y$. Let me think more.@skyfiretimes
$endgroup$
– Mike Earnest
Mar 21 at 14:54
$begingroup$
Yep, that's the difficult part about this problem. Thanks for your answer anyway :)
$endgroup$
– skyfiretimes
Mar 21 at 14:57
$begingroup$
I do not think $f(X,Z)=Y$ is possible, only $f(X,Z)stackrel{d}=Y$. Consider this small example; there are three cards with the labels $(0,0),(0,1)$ and $(1,0)$. Choose a random card; $X$ is the first coordinate, $Y$ is the second. In order to have $Y=f(X,Z)$, you need $Z$ to be a function of which card was picked. But that probability space is so small, that there does not even exist a random variable $Z$ which is independent of $X$ (except $Z$ constant). @skyfiretimes
$endgroup$
– Mike Earnest
Mar 21 at 15:30
add a comment |
$begingroup$
Let $Z$ be uniform on $[0,1]$. Given $X=x$, use inverse transform sampling to generate $Y$, using $Z$ as the uniform variable and using $q(y)= p(x,y)/left(sum_y p(x,y)right)$ as the distribution.
$endgroup$
$begingroup$
If I undestand inverse transform sampling correctly, I can recover a random variable by the inverse of its CDF, so is this just an alternative way of constructing a random variable with same distribution as $Y$?
$endgroup$
– skyfiretimes
Mar 21 at 14:25
$begingroup$
Yes. If $F$ is a cdf, and $Zsim text{Unif}(0,1)$, then the random variable $W$ defined by $W=min{winmathbb R:F(w)ge Z}$ will have $F$ as its cdf. Here, we are using this to construct a random variable whose distribution is the conditional distribution of $Y$ given ${X=x}$. So, letting $F_x(y)=P(Yle y|X=x)$, the formula for $Y$ is $$Y=min{yinmathbb R:F_x(y)ge Z}.$$
$endgroup$
– Mike Earnest
Mar 21 at 14:49
$begingroup$
Oh I see the problem; I have constructed something which is equal in distribution to $Y$, but not equal to $Y$. Let me think more.@skyfiretimes
$endgroup$
– Mike Earnest
Mar 21 at 14:54
$begingroup$
Yep, that's the difficult part about this problem. Thanks for your answer anyway :)
$endgroup$
– skyfiretimes
Mar 21 at 14:57
$begingroup$
I do not think $f(X,Z)=Y$ is possible, only $f(X,Z)stackrel{d}=Y$. Consider this small example; there are three cards with the labels $(0,0),(0,1)$ and $(1,0)$. Choose a random card; $X$ is the first coordinate, $Y$ is the second. In order to have $Y=f(X,Z)$, you need $Z$ to be a function of which card was picked. But that probability space is so small, that there does not even exist a random variable $Z$ which is independent of $X$ (except $Z$ constant). @skyfiretimes
$endgroup$
– Mike Earnest
Mar 21 at 15:30
add a comment |
$begingroup$
Let $Z$ be uniform on $[0,1]$. Given $X=x$, use inverse transform sampling to generate $Y$, using $Z$ as the uniform variable and using $q(y)= p(x,y)/left(sum_y p(x,y)right)$ as the distribution.
$endgroup$
Let $Z$ be uniform on $[0,1]$. Given $X=x$, use inverse transform sampling to generate $Y$, using $Z$ as the uniform variable and using $q(y)= p(x,y)/left(sum_y p(x,y)right)$ as the distribution.
answered Mar 20 at 18:06
Mike EarnestMike Earnest
27.1k22152
27.1k22152
$begingroup$
If I undestand inverse transform sampling correctly, I can recover a random variable by the inverse of its CDF, so is this just an alternative way of constructing a random variable with same distribution as $Y$?
$endgroup$
– skyfiretimes
Mar 21 at 14:25
$begingroup$
Yes. If $F$ is a cdf, and $Zsim text{Unif}(0,1)$, then the random variable $W$ defined by $W=min{winmathbb R:F(w)ge Z}$ will have $F$ as its cdf. Here, we are using this to construct a random variable whose distribution is the conditional distribution of $Y$ given ${X=x}$. So, letting $F_x(y)=P(Yle y|X=x)$, the formula for $Y$ is $$Y=min{yinmathbb R:F_x(y)ge Z}.$$
$endgroup$
– Mike Earnest
Mar 21 at 14:49
$begingroup$
Oh I see the problem; I have constructed something which is equal in distribution to $Y$, but not equal to $Y$. Let me think more.@skyfiretimes
$endgroup$
– Mike Earnest
Mar 21 at 14:54
$begingroup$
Yep, that's the difficult part about this problem. Thanks for your answer anyway :)
$endgroup$
– skyfiretimes
Mar 21 at 14:57
$begingroup$
I do not think $f(X,Z)=Y$ is possible, only $f(X,Z)stackrel{d}=Y$. Consider this small example; there are three cards with the labels $(0,0),(0,1)$ and $(1,0)$. Choose a random card; $X$ is the first coordinate, $Y$ is the second. In order to have $Y=f(X,Z)$, you need $Z$ to be a function of which card was picked. But that probability space is so small, that there does not even exist a random variable $Z$ which is independent of $X$ (except $Z$ constant). @skyfiretimes
$endgroup$
– Mike Earnest
Mar 21 at 15:30
add a comment |
$begingroup$
If I undestand inverse transform sampling correctly, I can recover a random variable by the inverse of its CDF, so is this just an alternative way of constructing a random variable with same distribution as $Y$?
$endgroup$
– skyfiretimes
Mar 21 at 14:25
$begingroup$
Yes. If $F$ is a cdf, and $Zsim text{Unif}(0,1)$, then the random variable $W$ defined by $W=min{winmathbb R:F(w)ge Z}$ will have $F$ as its cdf. Here, we are using this to construct a random variable whose distribution is the conditional distribution of $Y$ given ${X=x}$. So, letting $F_x(y)=P(Yle y|X=x)$, the formula for $Y$ is $$Y=min{yinmathbb R:F_x(y)ge Z}.$$
$endgroup$
– Mike Earnest
Mar 21 at 14:49
$begingroup$
Oh I see the problem; I have constructed something which is equal in distribution to $Y$, but not equal to $Y$. Let me think more.@skyfiretimes
$endgroup$
– Mike Earnest
Mar 21 at 14:54
$begingroup$
Yep, that's the difficult part about this problem. Thanks for your answer anyway :)
$endgroup$
– skyfiretimes
Mar 21 at 14:57
$begingroup$
I do not think $f(X,Z)=Y$ is possible, only $f(X,Z)stackrel{d}=Y$. Consider this small example; there are three cards with the labels $(0,0),(0,1)$ and $(1,0)$. Choose a random card; $X$ is the first coordinate, $Y$ is the second. In order to have $Y=f(X,Z)$, you need $Z$ to be a function of which card was picked. But that probability space is so small, that there does not even exist a random variable $Z$ which is independent of $X$ (except $Z$ constant). @skyfiretimes
$endgroup$
– Mike Earnest
Mar 21 at 15:30
$begingroup$
If I undestand inverse transform sampling correctly, I can recover a random variable by the inverse of its CDF, so is this just an alternative way of constructing a random variable with same distribution as $Y$?
$endgroup$
– skyfiretimes
Mar 21 at 14:25
$begingroup$
If I undestand inverse transform sampling correctly, I can recover a random variable by the inverse of its CDF, so is this just an alternative way of constructing a random variable with same distribution as $Y$?
$endgroup$
– skyfiretimes
Mar 21 at 14:25
$begingroup$
Yes. If $F$ is a cdf, and $Zsim text{Unif}(0,1)$, then the random variable $W$ defined by $W=min{winmathbb R:F(w)ge Z}$ will have $F$ as its cdf. Here, we are using this to construct a random variable whose distribution is the conditional distribution of $Y$ given ${X=x}$. So, letting $F_x(y)=P(Yle y|X=x)$, the formula for $Y$ is $$Y=min{yinmathbb R:F_x(y)ge Z}.$$
$endgroup$
– Mike Earnest
Mar 21 at 14:49
$begingroup$
Yes. If $F$ is a cdf, and $Zsim text{Unif}(0,1)$, then the random variable $W$ defined by $W=min{winmathbb R:F(w)ge Z}$ will have $F$ as its cdf. Here, we are using this to construct a random variable whose distribution is the conditional distribution of $Y$ given ${X=x}$. So, letting $F_x(y)=P(Yle y|X=x)$, the formula for $Y$ is $$Y=min{yinmathbb R:F_x(y)ge Z}.$$
$endgroup$
– Mike Earnest
Mar 21 at 14:49
$begingroup$
Oh I see the problem; I have constructed something which is equal in distribution to $Y$, but not equal to $Y$. Let me think more.@skyfiretimes
$endgroup$
– Mike Earnest
Mar 21 at 14:54
$begingroup$
Oh I see the problem; I have constructed something which is equal in distribution to $Y$, but not equal to $Y$. Let me think more.@skyfiretimes
$endgroup$
– Mike Earnest
Mar 21 at 14:54
$begingroup$
Yep, that's the difficult part about this problem. Thanks for your answer anyway :)
$endgroup$
– skyfiretimes
Mar 21 at 14:57
$begingroup$
Yep, that's the difficult part about this problem. Thanks for your answer anyway :)
$endgroup$
– skyfiretimes
Mar 21 at 14:57
$begingroup$
I do not think $f(X,Z)=Y$ is possible, only $f(X,Z)stackrel{d}=Y$. Consider this small example; there are three cards with the labels $(0,0),(0,1)$ and $(1,0)$. Choose a random card; $X$ is the first coordinate, $Y$ is the second. In order to have $Y=f(X,Z)$, you need $Z$ to be a function of which card was picked. But that probability space is so small, that there does not even exist a random variable $Z$ which is independent of $X$ (except $Z$ constant). @skyfiretimes
$endgroup$
– Mike Earnest
Mar 21 at 15:30
$begingroup$
I do not think $f(X,Z)=Y$ is possible, only $f(X,Z)stackrel{d}=Y$. Consider this small example; there are three cards with the labels $(0,0),(0,1)$ and $(1,0)$. Choose a random card; $X$ is the first coordinate, $Y$ is the second. In order to have $Y=f(X,Z)$, you need $Z$ to be a function of which card was picked. But that probability space is so small, that there does not even exist a random variable $Z$ which is independent of $X$ (except $Z$ constant). @skyfiretimes
$endgroup$
– Mike Earnest
Mar 21 at 15:30
add a comment |
$begingroup$
I'll post my professor's answer here. The problem is called Functional Representataion Lemma and you may search for its proof on the internet. The conclusion of the lemma is actually stronger, though.
$endgroup$
add a comment |
$begingroup$
I'll post my professor's answer here. The problem is called Functional Representataion Lemma and you may search for its proof on the internet. The conclusion of the lemma is actually stronger, though.
$endgroup$
add a comment |
$begingroup$
I'll post my professor's answer here. The problem is called Functional Representataion Lemma and you may search for its proof on the internet. The conclusion of the lemma is actually stronger, though.
$endgroup$
I'll post my professor's answer here. The problem is called Functional Representataion Lemma and you may search for its proof on the internet. The conclusion of the lemma is actually stronger, though.
answered Mar 23 at 2:47
skyfiretimesskyfiretimes
12
12
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%2f3155454%2fdecomposing-a-discrete-random-variable%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