Under what conditions is an arbitrary matrix $A$ the covariance matrix of a column vector of random variables? Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)Matrix column permutation under constraintWhat is the intuitive meaning of the basis of a vector space and the span?Covariance matrix of Y when we have the covariance matrix of XRandom directions on hemisphere oriented by an arbitrary vectorunderstanding vector-matrix-vector operation in linear algebraSingular covariance matrix, understanding the beginning of a proofComputing eigenvalues of a specific block covariance matrixProve or disprove: Maximum trace of correlation matrix transform when random variables are reorderedDoes repeatedly zeroing vector dimensions always produce a linearly independent set?Find basis of fundamental subspaces with given eigenvalues and eigenvectors
Passing functions in C++
Stop battery usage [Ubuntu 18]
Is above average number of years spent on PhD considered a red flag in future academia or industry positions?
How can players take actions together that are impossible otherwise?
How to stop my camera from exagerrating differences in skin colour?
Slither Like a Snake
Active filter with series inductor and resistor - do these exist?
Estimated State payment too big --> money back; + 2018 Tax Reform
Why does tar appear to skip file contents when output file is /dev/null?
The following signatures were invalid: EXPKEYSIG 1397BC53640DB551
Why is "Captain Marvel" translated as male in Portugal?
When communicating altitude with a '9' in it, should it be pronounced "nine hundred" or "niner hundred"?
Should you tell Jews they are breaking a commandment?
Antler Helmet: Can it work?
Direct Experience of Meditation
Why don't the Weasley twins use magic outside of school if the Trace can only find the location of spells cast?
Classification of bundles, Postnikov towers, obstruction theory, local coefficients
Is it possible to ask for a hotel room without minibar/extra services?
How can I make names more distinctive without making them longer?
How is simplicity better than precision and clarity in prose?
3 doors, three guards, one stone
What LEGO pieces have "real-world" functionality?
Autumning in love
Area of a 2D convex hull
Under what conditions is an arbitrary matrix $A$ the covariance matrix of a column vector of random variables?
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)Matrix column permutation under constraintWhat is the intuitive meaning of the basis of a vector space and the span?Covariance matrix of Y when we have the covariance matrix of XRandom directions on hemisphere oriented by an arbitrary vectorunderstanding vector-matrix-vector operation in linear algebraSingular covariance matrix, understanding the beginning of a proofComputing eigenvalues of a specific block covariance matrixProve or disprove: Maximum trace of correlation matrix transform when random variables are reorderedDoes repeatedly zeroing vector dimensions always produce a linearly independent set?Find basis of fundamental subspaces with given eigenvalues and eigenvectors
$begingroup$
Let $X = beginbmatrix X_1 & X_2 & dots& X_n endbmatrix ^T $ be an arbitrary column vector of random variables.
Given an $n times n$ matrix $A$, how do I determine whether there exists an $X$ such that $K_XX = A$ ? I'm asking about both the case where the elements of $X$ are constrained to be independent and the case where the elments of $X$ are not constrained to be independent.
Paraphrasing a bit from Wikipedia, let $X' = X - textE[X]$ and $Y' = Y - textE[Y]$ .
$$ K_XY ;; stackreltextdef= ;; textE[X'(Y'^T)] $$
which means:
$$ K_XX ;; stackreltextdef= ;; textE[X'(X'^T)] $$
Which I think means that the $ij$th entry looks like this:
$$ (K_XX)_ij ;;stackreltextdef=;; textE[X'X']_ij $$
And this is where I get stuck. Since multiplication is commutative, in order for $A$ to be the covariance matrix of some column vector of random variables, it has to be symmetric.
However, as for actually working backwards and picking individual random variables inside $X'$ I'm stumped.
If I constrain each random variable in $X'$ to be independent, then I'm still picking a càdlàg CDF for each variable, up to the restriction that the mean is zero. That's a huge amount of freedom, so it seems like it should be possible to hit an arbitrary symmetric matrix $A$.
But that's just a vague intuition. I'm not sure how to break the problem down and prove it one way or the other.
linear-algebra covariance
$endgroup$
add a comment |
$begingroup$
Let $X = beginbmatrix X_1 & X_2 & dots& X_n endbmatrix ^T $ be an arbitrary column vector of random variables.
Given an $n times n$ matrix $A$, how do I determine whether there exists an $X$ such that $K_XX = A$ ? I'm asking about both the case where the elements of $X$ are constrained to be independent and the case where the elments of $X$ are not constrained to be independent.
Paraphrasing a bit from Wikipedia, let $X' = X - textE[X]$ and $Y' = Y - textE[Y]$ .
$$ K_XY ;; stackreltextdef= ;; textE[X'(Y'^T)] $$
which means:
$$ K_XX ;; stackreltextdef= ;; textE[X'(X'^T)] $$
Which I think means that the $ij$th entry looks like this:
$$ (K_XX)_ij ;;stackreltextdef=;; textE[X'X']_ij $$
And this is where I get stuck. Since multiplication is commutative, in order for $A$ to be the covariance matrix of some column vector of random variables, it has to be symmetric.
However, as for actually working backwards and picking individual random variables inside $X'$ I'm stumped.
If I constrain each random variable in $X'$ to be independent, then I'm still picking a càdlàg CDF for each variable, up to the restriction that the mean is zero. That's a huge amount of freedom, so it seems like it should be possible to hit an arbitrary symmetric matrix $A$.
But that's just a vague intuition. I'm not sure how to break the problem down and prove it one way or the other.
linear-algebra covariance
$endgroup$
add a comment |
$begingroup$
Let $X = beginbmatrix X_1 & X_2 & dots& X_n endbmatrix ^T $ be an arbitrary column vector of random variables.
Given an $n times n$ matrix $A$, how do I determine whether there exists an $X$ such that $K_XX = A$ ? I'm asking about both the case where the elements of $X$ are constrained to be independent and the case where the elments of $X$ are not constrained to be independent.
Paraphrasing a bit from Wikipedia, let $X' = X - textE[X]$ and $Y' = Y - textE[Y]$ .
$$ K_XY ;; stackreltextdef= ;; textE[X'(Y'^T)] $$
which means:
$$ K_XX ;; stackreltextdef= ;; textE[X'(X'^T)] $$
Which I think means that the $ij$th entry looks like this:
$$ (K_XX)_ij ;;stackreltextdef=;; textE[X'X']_ij $$
And this is where I get stuck. Since multiplication is commutative, in order for $A$ to be the covariance matrix of some column vector of random variables, it has to be symmetric.
However, as for actually working backwards and picking individual random variables inside $X'$ I'm stumped.
If I constrain each random variable in $X'$ to be independent, then I'm still picking a càdlàg CDF for each variable, up to the restriction that the mean is zero. That's a huge amount of freedom, so it seems like it should be possible to hit an arbitrary symmetric matrix $A$.
But that's just a vague intuition. I'm not sure how to break the problem down and prove it one way or the other.
linear-algebra covariance
$endgroup$
Let $X = beginbmatrix X_1 & X_2 & dots& X_n endbmatrix ^T $ be an arbitrary column vector of random variables.
Given an $n times n$ matrix $A$, how do I determine whether there exists an $X$ such that $K_XX = A$ ? I'm asking about both the case where the elements of $X$ are constrained to be independent and the case where the elments of $X$ are not constrained to be independent.
Paraphrasing a bit from Wikipedia, let $X' = X - textE[X]$ and $Y' = Y - textE[Y]$ .
$$ K_XY ;; stackreltextdef= ;; textE[X'(Y'^T)] $$
which means:
$$ K_XX ;; stackreltextdef= ;; textE[X'(X'^T)] $$
Which I think means that the $ij$th entry looks like this:
$$ (K_XX)_ij ;;stackreltextdef=;; textE[X'X']_ij $$
And this is where I get stuck. Since multiplication is commutative, in order for $A$ to be the covariance matrix of some column vector of random variables, it has to be symmetric.
However, as for actually working backwards and picking individual random variables inside $X'$ I'm stumped.
If I constrain each random variable in $X'$ to be independent, then I'm still picking a càdlàg CDF for each variable, up to the restriction that the mean is zero. That's a huge amount of freedom, so it seems like it should be possible to hit an arbitrary symmetric matrix $A$.
But that's just a vague intuition. I'm not sure how to break the problem down and prove it one way or the other.
linear-algebra covariance
linear-algebra covariance
edited Apr 9 at 17:30
Gregory Nisbet
asked Apr 8 at 20:13
Gregory NisbetGregory Nisbet
872712
872712
add a comment |
add a comment |
0
active
oldest
votes
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%2f3180149%2funder-what-conditions-is-an-arbitrary-matrix-a-the-covariance-matrix-of-a-colu%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%2f3180149%2funder-what-conditions-is-an-arbitrary-matrix-a-the-covariance-matrix-of-a-colu%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