Computing the PDF of a low-rank multivariate normal The Next CEO of Stack OverflowThe concatenation of two independent normal vectors is multivariate normal.Understanding low-rank approximation, from the SVD$(X, Y)$ PDF is in the Multivariate Normal form $implies$ $(X, Y)$ multivariate normalMultivariate Least Squares using the Kronecker product.Is the variance of a multivariate normal distribution restricted to a sphere smaller?Maximum Likelihood Estimation of Multivariate Gaussian Density, where the number of samples is smaller than the unknown parametersFind the marginal distributions (PDFs) of a multivariate normal distributionFrom univariate to multivariate normal distribution and backSubspace of singular multivariate normal distributionSampling multivariate normal with low-rank covariance
Is it correct to say moon starry nights?
Can this transistor (2n2222) take 6V on emitter-base? Am I reading datasheet incorrectly?
Would a grinding machine be a simple and workable propulsion system for an interplanetary spacecraft?
Can I cast Thunderwave and be at the center of its bottom face, but not be affected by it?
What does this strange code stamp on my passport mean?
Small nick on power cord from an electric alarm clock, and copper wiring exposed but intact
Why doesn't Shulchan Aruch include the laws of destroying fruit trees?
Cannot restore registry to default in Windows 10?
pgfplots: How to draw a tangent graph below two others?
How to find if SQL server backup is encrypted with TDE without restoring the backup
Is it a bad idea to plug the other end of ESD strap to wall ground?
Do I need to write [sic] when including a quotation with a number less than 10 that isn't written out?
Is a distribution that is normal, but highly skewed, considered Gaussian?
How do I secure a TV wall mount?
MT "will strike" & LXX "will watch carefully" (Gen 3:15)?
What day is it again?
Is there a rule of thumb for determining the amount one should accept for of a settlement offer?
Are British MPs missing the point, with these 'Indicative Votes'?
Could you use a laser beam as a modulated carrier wave for radio signal?
Could a dragon use its wings to swim?
Creating a script with console commands
How can the PCs determine if an item is a phylactery?
Does the Idaho Potato Commission associate potato skins with healthy eating?
How dangerous is XSS
Computing the PDF of a low-rank multivariate normal
The Next CEO of Stack OverflowThe concatenation of two independent normal vectors is multivariate normal.Understanding low-rank approximation, from the SVD$(X, Y)$ PDF is in the Multivariate Normal form $implies$ $(X, Y)$ multivariate normalMultivariate Least Squares using the Kronecker product.Is the variance of a multivariate normal distribution restricted to a sphere smaller?Maximum Likelihood Estimation of Multivariate Gaussian Density, where the number of samples is smaller than the unknown parametersFind the marginal distributions (PDFs) of a multivariate normal distributionFrom univariate to multivariate normal distribution and backSubspace of singular multivariate normal distributionSampling multivariate normal with low-rank covariance
$begingroup$
I have a question which seems simple, but I would appreciate some comments!
Sometimes models involve a low-rank approximation to a covariance matrix. What confuses me is how you can compute the PDF of these low-rank matrices. As a very simple example, consider the case where:
$textbfx sim mathcalN(pmbmu, Sigma)$
$textbfy = K textbfx$
where $textbfx$ is a vector of length $m$ and $K$ is an $n times m$ matrix, with $n > m$.
Now by using some standard identities, I believe the distribution of $textbfy$ is:
$textbfy sim mathcalN(K pmbmu, K Sigma K^T)$
That's all well and good, but the covariance matrix
$Sigma^* = K Sigma K^T$
is now only of rank $m$, but of size $n times n$. The multivariate normal PDF involves a term:
$p(textbfx|mu, Sigma) propto textrmexp(-frac12 textbfx^T Sigma^-1 textbfx) $
However, while everything here seems coherent, the matrix $Sigma^*$ is not invertible because it is not full rank. I suppose this makes sense; we can't compute the PDF for just any value, because the covariance matrix does not span the space.
I suppose my question is: does this all make sense, and if so, what do people tend to do about this? Does it make sense to use a pseudo-inverse to compute the PDF, and what would that mean?
matrices statistics normal-distribution
$endgroup$
add a comment |
$begingroup$
I have a question which seems simple, but I would appreciate some comments!
Sometimes models involve a low-rank approximation to a covariance matrix. What confuses me is how you can compute the PDF of these low-rank matrices. As a very simple example, consider the case where:
$textbfx sim mathcalN(pmbmu, Sigma)$
$textbfy = K textbfx$
where $textbfx$ is a vector of length $m$ and $K$ is an $n times m$ matrix, with $n > m$.
Now by using some standard identities, I believe the distribution of $textbfy$ is:
$textbfy sim mathcalN(K pmbmu, K Sigma K^T)$
That's all well and good, but the covariance matrix
$Sigma^* = K Sigma K^T$
is now only of rank $m$, but of size $n times n$. The multivariate normal PDF involves a term:
$p(textbfx|mu, Sigma) propto textrmexp(-frac12 textbfx^T Sigma^-1 textbfx) $
However, while everything here seems coherent, the matrix $Sigma^*$ is not invertible because it is not full rank. I suppose this makes sense; we can't compute the PDF for just any value, because the covariance matrix does not span the space.
I suppose my question is: does this all make sense, and if so, what do people tend to do about this? Does it make sense to use a pseudo-inverse to compute the PDF, and what would that mean?
matrices statistics normal-distribution
$endgroup$
2
$begingroup$
Your question is similar to asking what is the density function of a $N(0,0)$ distribution or the density function of a multivariate normal with $Sigma=beginbmatrix 1 & 1 \ 1 & 1 endbmatrix$. In an ordinary sense they do not have a density function
$endgroup$
– Henry
Mar 20 at 8:55
$begingroup$
en.wikipedia.org/wiki/….
$endgroup$
– StubbornAtom
Mar 20 at 9:53
add a comment |
$begingroup$
I have a question which seems simple, but I would appreciate some comments!
Sometimes models involve a low-rank approximation to a covariance matrix. What confuses me is how you can compute the PDF of these low-rank matrices. As a very simple example, consider the case where:
$textbfx sim mathcalN(pmbmu, Sigma)$
$textbfy = K textbfx$
where $textbfx$ is a vector of length $m$ and $K$ is an $n times m$ matrix, with $n > m$.
Now by using some standard identities, I believe the distribution of $textbfy$ is:
$textbfy sim mathcalN(K pmbmu, K Sigma K^T)$
That's all well and good, but the covariance matrix
$Sigma^* = K Sigma K^T$
is now only of rank $m$, but of size $n times n$. The multivariate normal PDF involves a term:
$p(textbfx|mu, Sigma) propto textrmexp(-frac12 textbfx^T Sigma^-1 textbfx) $
However, while everything here seems coherent, the matrix $Sigma^*$ is not invertible because it is not full rank. I suppose this makes sense; we can't compute the PDF for just any value, because the covariance matrix does not span the space.
I suppose my question is: does this all make sense, and if so, what do people tend to do about this? Does it make sense to use a pseudo-inverse to compute the PDF, and what would that mean?
matrices statistics normal-distribution
$endgroup$
I have a question which seems simple, but I would appreciate some comments!
Sometimes models involve a low-rank approximation to a covariance matrix. What confuses me is how you can compute the PDF of these low-rank matrices. As a very simple example, consider the case where:
$textbfx sim mathcalN(pmbmu, Sigma)$
$textbfy = K textbfx$
where $textbfx$ is a vector of length $m$ and $K$ is an $n times m$ matrix, with $n > m$.
Now by using some standard identities, I believe the distribution of $textbfy$ is:
$textbfy sim mathcalN(K pmbmu, K Sigma K^T)$
That's all well and good, but the covariance matrix
$Sigma^* = K Sigma K^T$
is now only of rank $m$, but of size $n times n$. The multivariate normal PDF involves a term:
$p(textbfx|mu, Sigma) propto textrmexp(-frac12 textbfx^T Sigma^-1 textbfx) $
However, while everything here seems coherent, the matrix $Sigma^*$ is not invertible because it is not full rank. I suppose this makes sense; we can't compute the PDF for just any value, because the covariance matrix does not span the space.
I suppose my question is: does this all make sense, and if so, what do people tend to do about this? Does it make sense to use a pseudo-inverse to compute the PDF, and what would that mean?
matrices statistics normal-distribution
matrices statistics normal-distribution
asked Mar 20 at 8:32
noctiluxnoctilux
1305
1305
2
$begingroup$
Your question is similar to asking what is the density function of a $N(0,0)$ distribution or the density function of a multivariate normal with $Sigma=beginbmatrix 1 & 1 \ 1 & 1 endbmatrix$. In an ordinary sense they do not have a density function
$endgroup$
– Henry
Mar 20 at 8:55
$begingroup$
en.wikipedia.org/wiki/….
$endgroup$
– StubbornAtom
Mar 20 at 9:53
add a comment |
2
$begingroup$
Your question is similar to asking what is the density function of a $N(0,0)$ distribution or the density function of a multivariate normal with $Sigma=beginbmatrix 1 & 1 \ 1 & 1 endbmatrix$. In an ordinary sense they do not have a density function
$endgroup$
– Henry
Mar 20 at 8:55
$begingroup$
en.wikipedia.org/wiki/….
$endgroup$
– StubbornAtom
Mar 20 at 9:53
2
2
$begingroup$
Your question is similar to asking what is the density function of a $N(0,0)$ distribution or the density function of a multivariate normal with $Sigma=beginbmatrix 1 & 1 \ 1 & 1 endbmatrix$. In an ordinary sense they do not have a density function
$endgroup$
– Henry
Mar 20 at 8:55
$begingroup$
Your question is similar to asking what is the density function of a $N(0,0)$ distribution or the density function of a multivariate normal with $Sigma=beginbmatrix 1 & 1 \ 1 & 1 endbmatrix$. In an ordinary sense they do not have a density function
$endgroup$
– Henry
Mar 20 at 8:55
$begingroup$
en.wikipedia.org/wiki/….
$endgroup$
– StubbornAtom
Mar 20 at 9:53
$begingroup$
en.wikipedia.org/wiki/….
$endgroup$
– StubbornAtom
Mar 20 at 9:53
add a comment |
0
active
oldest
votes
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%2f3155163%2fcomputing-the-pdf-of-a-low-rank-multivariate-normal%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
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%2f3155163%2fcomputing-the-pdf-of-a-low-rank-multivariate-normal%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

2
$begingroup$
Your question is similar to asking what is the density function of a $N(0,0)$ distribution or the density function of a multivariate normal with $Sigma=beginbmatrix 1 & 1 \ 1 & 1 endbmatrix$. In an ordinary sense they do not have a density function
$endgroup$
– Henry
Mar 20 at 8:55
$begingroup$
en.wikipedia.org/wiki/….
$endgroup$
– StubbornAtom
Mar 20 at 9:53