How do you marginalize in graphical model elimination? 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)Method of Moments on a Uniform distribution (a,b)Multivariate normal density function of function of random variableMath Intuition and Natural Motivation Behind t-Student DistributionMultivariate Conditional Survival FunctionM. Ross problem 12 chapter 5 - Exponential distributionPDF/CDF of max-min type random variableDistribution of a random real with i.i.d. Bernoulli(p) binary digits?How to derive the marginal distribution based on a join distribution of X and Y?Distribution of $min(X_1+X_2+X_3,X_2+X_3+X_4,X_3+X_4+X_5,X_4+X_5+X_6)$how to find Marginal probability function for Piecewise joint probability density
When did F become S in typeography, and why?
Difference between "generating set" and free product?
Did the UK government pay "millions and millions of dollars" to try to snag Julian Assange?
Match Roman Numerals
Wall plug outlet change
How does ice melt when immersed in water?
Can a novice safely splice in wire to lengthen 5V charging cable?
What aspect of planet Earth must be changed to prevent the industrial revolution?
Do working physicists consider Newtonian mechanics to be "falsified"?
What was the last x86 CPU that did not have the x87 floating-point unit built in?
Why did all the guest students take carriages to the Yule Ball?
In horse breeding, what is the female equivalent of putting a horse out "to stud"?
how can a perfect fourth interval be considered either consonant or dissonant?
Can withdrawing asylum be illegal?
Simulating Exploding Dice
What information about me do stores get via my credit card?
Can the prologue be the backstory of your main character?
Typeface like Times New Roman but with "tied" percent sign
What force causes entropy to increase?
How long does the line of fire that you can create as an action using the Investiture of Flame spell last?
The following signatures were invalid: EXPKEYSIG 1397BC53640DB551
How did passengers keep warm on sail ships?
Does Parliament need to approve the new Brexit delay to 31 October 2019?
How should I replace vector<uint8_t>::const_iterator in an API?
How do you marginalize in graphical model elimination?
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)Method of Moments on a Uniform distribution (a,b)Multivariate normal density function of function of random variableMath Intuition and Natural Motivation Behind t-Student DistributionMultivariate Conditional Survival FunctionM. Ross problem 12 chapter 5 - Exponential distributionPDF/CDF of max-min type random variableDistribution of a random real with i.i.d. Bernoulli(p) binary digits?How to derive the marginal distribution based on a join distribution of X and Y?Distribution of $min(X_1+X_2+X_3,X_2+X_3+X_4,X_3+X_4+X_5,X_4+X_5+X_6)$how to find Marginal probability function for Piecewise joint probability density
$begingroup$
I'm reading Michael I. Jordan's book on probabilistic graphical models, and I don't understand the elimination algorithm presented in chapter 3. To narrow the question down, consider page 6. In equation (3.10), we see that
$$m_5(x_2,x_3) = sum_x_5p(x_5|x_3)p(barx_6|x_2,x_5)$$
where the $x_i$ are random variables and $barx_i$ indicates a fixed/realized value of $x_i$.
Given that all $x_i$ are discrete random variables (as is the case in chapter 3), both $p(x_5|x_3)$ and $p(barx_6|x_2,x_5)$ are represented by two-dimensional matrices. And since $m_5$ is a function of as-yet unrealized variables $x_2$ and $x_3$, it is also a two-dimensional matrix.
How then do we perform the multiplication and the summation above?
probability-distributions conditional-probability marginal-distribution
$endgroup$
add a comment |
$begingroup$
I'm reading Michael I. Jordan's book on probabilistic graphical models, and I don't understand the elimination algorithm presented in chapter 3. To narrow the question down, consider page 6. In equation (3.10), we see that
$$m_5(x_2,x_3) = sum_x_5p(x_5|x_3)p(barx_6|x_2,x_5)$$
where the $x_i$ are random variables and $barx_i$ indicates a fixed/realized value of $x_i$.
Given that all $x_i$ are discrete random variables (as is the case in chapter 3), both $p(x_5|x_3)$ and $p(barx_6|x_2,x_5)$ are represented by two-dimensional matrices. And since $m_5$ is a function of as-yet unrealized variables $x_2$ and $x_3$, it is also a two-dimensional matrix.
How then do we perform the multiplication and the summation above?
probability-distributions conditional-probability marginal-distribution
$endgroup$
add a comment |
$begingroup$
I'm reading Michael I. Jordan's book on probabilistic graphical models, and I don't understand the elimination algorithm presented in chapter 3. To narrow the question down, consider page 6. In equation (3.10), we see that
$$m_5(x_2,x_3) = sum_x_5p(x_5|x_3)p(barx_6|x_2,x_5)$$
where the $x_i$ are random variables and $barx_i$ indicates a fixed/realized value of $x_i$.
Given that all $x_i$ are discrete random variables (as is the case in chapter 3), both $p(x_5|x_3)$ and $p(barx_6|x_2,x_5)$ are represented by two-dimensional matrices. And since $m_5$ is a function of as-yet unrealized variables $x_2$ and $x_3$, it is also a two-dimensional matrix.
How then do we perform the multiplication and the summation above?
probability-distributions conditional-probability marginal-distribution
$endgroup$
I'm reading Michael I. Jordan's book on probabilistic graphical models, and I don't understand the elimination algorithm presented in chapter 3. To narrow the question down, consider page 6. In equation (3.10), we see that
$$m_5(x_2,x_3) = sum_x_5p(x_5|x_3)p(barx_6|x_2,x_5)$$
where the $x_i$ are random variables and $barx_i$ indicates a fixed/realized value of $x_i$.
Given that all $x_i$ are discrete random variables (as is the case in chapter 3), both $p(x_5|x_3)$ and $p(barx_6|x_2,x_5)$ are represented by two-dimensional matrices. And since $m_5$ is a function of as-yet unrealized variables $x_2$ and $x_3$, it is also a two-dimensional matrix.
How then do we perform the multiplication and the summation above?
probability-distributions conditional-probability marginal-distribution
probability-distributions conditional-probability marginal-distribution
asked Mar 25 at 9:17
Philip RaeisghasemPhilip Raeisghasem
1013
1013
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
I'm realizing now that it's just regular matrix multiplication.
For the case above, let $p(x_5|x_3)$ and $p(barx_6|x_2,x_5)$ be represented by $r!times!s$ and $s!times! t$ matrices, respectively, where $x_5$ can take on $s$ different values. Then, for each element $m_ij$ of $m_5$, we have that
$$m_ij=sum_k=1^s p_ik(x_5|x_3)p_kj(barx_6|x_2,x_5)$$
where $1leq i leq r$ and $1 leq j leq t$.
This is matrix multiplication. Also, intuitively, the dimensions will always work out, since each factor in the product will always be a function of the variable we're summing over.
I think the notation is what was tripping me up. I usually don't see matrix multiplication written explicitly as a sum of products.
$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%2f3161547%2fhow-do-you-marginalize-in-graphical-model-elimination%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'm realizing now that it's just regular matrix multiplication.
For the case above, let $p(x_5|x_3)$ and $p(barx_6|x_2,x_5)$ be represented by $r!times!s$ and $s!times! t$ matrices, respectively, where $x_5$ can take on $s$ different values. Then, for each element $m_ij$ of $m_5$, we have that
$$m_ij=sum_k=1^s p_ik(x_5|x_3)p_kj(barx_6|x_2,x_5)$$
where $1leq i leq r$ and $1 leq j leq t$.
This is matrix multiplication. Also, intuitively, the dimensions will always work out, since each factor in the product will always be a function of the variable we're summing over.
I think the notation is what was tripping me up. I usually don't see matrix multiplication written explicitly as a sum of products.
$endgroup$
add a comment |
$begingroup$
I'm realizing now that it's just regular matrix multiplication.
For the case above, let $p(x_5|x_3)$ and $p(barx_6|x_2,x_5)$ be represented by $r!times!s$ and $s!times! t$ matrices, respectively, where $x_5$ can take on $s$ different values. Then, for each element $m_ij$ of $m_5$, we have that
$$m_ij=sum_k=1^s p_ik(x_5|x_3)p_kj(barx_6|x_2,x_5)$$
where $1leq i leq r$ and $1 leq j leq t$.
This is matrix multiplication. Also, intuitively, the dimensions will always work out, since each factor in the product will always be a function of the variable we're summing over.
I think the notation is what was tripping me up. I usually don't see matrix multiplication written explicitly as a sum of products.
$endgroup$
add a comment |
$begingroup$
I'm realizing now that it's just regular matrix multiplication.
For the case above, let $p(x_5|x_3)$ and $p(barx_6|x_2,x_5)$ be represented by $r!times!s$ and $s!times! t$ matrices, respectively, where $x_5$ can take on $s$ different values. Then, for each element $m_ij$ of $m_5$, we have that
$$m_ij=sum_k=1^s p_ik(x_5|x_3)p_kj(barx_6|x_2,x_5)$$
where $1leq i leq r$ and $1 leq j leq t$.
This is matrix multiplication. Also, intuitively, the dimensions will always work out, since each factor in the product will always be a function of the variable we're summing over.
I think the notation is what was tripping me up. I usually don't see matrix multiplication written explicitly as a sum of products.
$endgroup$
I'm realizing now that it's just regular matrix multiplication.
For the case above, let $p(x_5|x_3)$ and $p(barx_6|x_2,x_5)$ be represented by $r!times!s$ and $s!times! t$ matrices, respectively, where $x_5$ can take on $s$ different values. Then, for each element $m_ij$ of $m_5$, we have that
$$m_ij=sum_k=1^s p_ik(x_5|x_3)p_kj(barx_6|x_2,x_5)$$
where $1leq i leq r$ and $1 leq j leq t$.
This is matrix multiplication. Also, intuitively, the dimensions will always work out, since each factor in the product will always be a function of the variable we're summing over.
I think the notation is what was tripping me up. I usually don't see matrix multiplication written explicitly as a sum of products.
answered Mar 25 at 16:21
Philip RaeisghasemPhilip Raeisghasem
1013
1013
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%2f3161547%2fhow-do-you-marginalize-in-graphical-model-elimination%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