Why is this not a valid Variance Covariance matrix, and inherently not positive semi-definite?Find the eigenvalues and their multiplicities of a special matrixUnder what circumstance will a covariance matrix be positive semi-definite rather than positive definite?“Fully correlated” definitioncell-by-cell constraints within a positive-definite matrix?Covariance matrix always positive semidefinite?How do I show the covariance matrix of a multivariate normal random vector is positive definite?Matrix transformation conserving the “positive semi-definite” aspectIf we have a full rank positive semi-definite symmetric matrix, will any square partition be full rank as well?How to create a positive definite covariance matrix from an adjacency matrix?Show a matrix is positive definiteOptimize $M$ such that $MM^T$ is the “smallest” (in a positive semi-definite sense)

How can saying a song's name be a copyright violation?

Does the Cone of Cold spell freeze water?

ssTTsSTtRrriinInnnnNNNIiinngg

What is the most common color to indicate the input-field is disabled?

Mathematica command that allows it to read my intentions

Is it a bad idea to plug the other end of ESD strap to wall ground?

Bullying boss launched a smear campaign and made me unemployable

Why is Shab e Meraj celebrated the night before?

Knowledge-based authentication using Domain-driven Design in C#

Venezuelan girlfriend wants to travel the USA to be with me. What is the process?

Was the Stack Exchange "Happy April Fools" page fitting with the '90's code?

Unlock My Phone! February 2018

Can compressed videos be decoded back to their uncompresed original format?

What reasons are there for a Capitalist to oppose a 100% inheritance tax?

how do we prove that a sum of two periods is still a period?

Is it "common practice in Fourier transform spectroscopy to multiply the measured interferogram by an apodizing function"? If so, why?

How many wives did king shaul have

Can a virus destroy the BIOS of a modern computer?

GFCI outlets - can they be repaired? Are they really needed at the end of a circuit?

What exactly is ineptocracy?

In Bayesian inference, why are some terms dropped from the posterior predictive?

Is it possible to create a QR code using text?

My ex-girlfriend uses my Apple ID to log in to her iPad. Do I have to give her my Apple ID password to reset it?

Can someone clarify Hamming's notion of important problems in relation to modern academia?



Why is this not a valid Variance Covariance matrix, and inherently not positive semi-definite?


Find the eigenvalues and their multiplicities of a special matrixUnder what circumstance will a covariance matrix be positive semi-definite rather than positive definite?“Fully correlated” definitioncell-by-cell constraints within a positive-definite matrix?Covariance matrix always positive semidefinite?How do I show the covariance matrix of a multivariate normal random vector is positive definite?Matrix transformation conserving the “positive semi-definite” aspectIf we have a full rank positive semi-definite symmetric matrix, will any square partition be full rank as well?How to create a positive definite covariance matrix from an adjacency matrix?Show a matrix is positive definiteOptimize $M$ such that $MM^T$ is the “smallest” (in a positive semi-definite sense)













2












$begingroup$


 [,1] [,2] [,3] [,4] [,5] [,6] [,7] [,8]
[1,] 1.0 -0.5 -0.5 -0.5 -0.5 -0.5 -0.5 -0.5
[2,] -0.5 1.0 -0.5 -0.5 -0.5 -0.5 -0.5 -0.5
[3,] -0.5 -0.5 1.0 -0.5 -0.5 -0.5 -0.5 -0.5
[4,] -0.5 -0.5 -0.5 1.0 -0.5 -0.5 -0.5 -0.5
[5,] -0.5 -0.5 -0.5 -0.5 1.0 -0.5 -0.5 -0.5
[6,] -0.5 -0.5 -0.5 -0.5 -0.5 1.0 -0.5 -0.5
[7,] -0.5 -0.5 -0.5 -0.5 -0.5 -0.5 1.0 -0.5
[8,] -0.5 -0.5 -0.5 -0.5 -0.5 -0.5 -0.5 1.0


The reason I know is because this results in a negative eigenvalue, and variance-covariance matrices are positive semi-definite.



My thinking here was to have the variances be one, so that the correlations were the covariances, and thus equal -0.5.



Is there something with the theory I am missing? I understand that it is not positive semi-definite and how to show as such, but I am more curious what assumptions this is violating in terms of probability/statistics.



I went to generate MVN data with this variance-covariance structure and realized this wasn't positive semi-definite, and then became curious what was inherently wrong with this matrix.










share|cite|improve this question











$endgroup$











  • $begingroup$
    I find it a very fascinating question. If you don't get more responses here you might try at stats.stackexchange.com
    $endgroup$
    – Vincent
    Mar 21 at 14:21










  • $begingroup$
    I have a bit of a resolution to this, I'll try to post it (and possibly an addendum to this question elsewhere like at stats) and be sure to leave a link if so!
    $endgroup$
    – OGV
    Mar 23 at 4:25















2












$begingroup$


 [,1] [,2] [,3] [,4] [,5] [,6] [,7] [,8]
[1,] 1.0 -0.5 -0.5 -0.5 -0.5 -0.5 -0.5 -0.5
[2,] -0.5 1.0 -0.5 -0.5 -0.5 -0.5 -0.5 -0.5
[3,] -0.5 -0.5 1.0 -0.5 -0.5 -0.5 -0.5 -0.5
[4,] -0.5 -0.5 -0.5 1.0 -0.5 -0.5 -0.5 -0.5
[5,] -0.5 -0.5 -0.5 -0.5 1.0 -0.5 -0.5 -0.5
[6,] -0.5 -0.5 -0.5 -0.5 -0.5 1.0 -0.5 -0.5
[7,] -0.5 -0.5 -0.5 -0.5 -0.5 -0.5 1.0 -0.5
[8,] -0.5 -0.5 -0.5 -0.5 -0.5 -0.5 -0.5 1.0


The reason I know is because this results in a negative eigenvalue, and variance-covariance matrices are positive semi-definite.



My thinking here was to have the variances be one, so that the correlations were the covariances, and thus equal -0.5.



Is there something with the theory I am missing? I understand that it is not positive semi-definite and how to show as such, but I am more curious what assumptions this is violating in terms of probability/statistics.



I went to generate MVN data with this variance-covariance structure and realized this wasn't positive semi-definite, and then became curious what was inherently wrong with this matrix.










share|cite|improve this question











$endgroup$











  • $begingroup$
    I find it a very fascinating question. If you don't get more responses here you might try at stats.stackexchange.com
    $endgroup$
    – Vincent
    Mar 21 at 14:21










  • $begingroup$
    I have a bit of a resolution to this, I'll try to post it (and possibly an addendum to this question elsewhere like at stats) and be sure to leave a link if so!
    $endgroup$
    – OGV
    Mar 23 at 4:25













2












2








2


2



$begingroup$


 [,1] [,2] [,3] [,4] [,5] [,6] [,7] [,8]
[1,] 1.0 -0.5 -0.5 -0.5 -0.5 -0.5 -0.5 -0.5
[2,] -0.5 1.0 -0.5 -0.5 -0.5 -0.5 -0.5 -0.5
[3,] -0.5 -0.5 1.0 -0.5 -0.5 -0.5 -0.5 -0.5
[4,] -0.5 -0.5 -0.5 1.0 -0.5 -0.5 -0.5 -0.5
[5,] -0.5 -0.5 -0.5 -0.5 1.0 -0.5 -0.5 -0.5
[6,] -0.5 -0.5 -0.5 -0.5 -0.5 1.0 -0.5 -0.5
[7,] -0.5 -0.5 -0.5 -0.5 -0.5 -0.5 1.0 -0.5
[8,] -0.5 -0.5 -0.5 -0.5 -0.5 -0.5 -0.5 1.0


The reason I know is because this results in a negative eigenvalue, and variance-covariance matrices are positive semi-definite.



My thinking here was to have the variances be one, so that the correlations were the covariances, and thus equal -0.5.



Is there something with the theory I am missing? I understand that it is not positive semi-definite and how to show as such, but I am more curious what assumptions this is violating in terms of probability/statistics.



I went to generate MVN data with this variance-covariance structure and realized this wasn't positive semi-definite, and then became curious what was inherently wrong with this matrix.










share|cite|improve this question











$endgroup$




 [,1] [,2] [,3] [,4] [,5] [,6] [,7] [,8]
[1,] 1.0 -0.5 -0.5 -0.5 -0.5 -0.5 -0.5 -0.5
[2,] -0.5 1.0 -0.5 -0.5 -0.5 -0.5 -0.5 -0.5
[3,] -0.5 -0.5 1.0 -0.5 -0.5 -0.5 -0.5 -0.5
[4,] -0.5 -0.5 -0.5 1.0 -0.5 -0.5 -0.5 -0.5
[5,] -0.5 -0.5 -0.5 -0.5 1.0 -0.5 -0.5 -0.5
[6,] -0.5 -0.5 -0.5 -0.5 -0.5 1.0 -0.5 -0.5
[7,] -0.5 -0.5 -0.5 -0.5 -0.5 -0.5 1.0 -0.5
[8,] -0.5 -0.5 -0.5 -0.5 -0.5 -0.5 -0.5 1.0


The reason I know is because this results in a negative eigenvalue, and variance-covariance matrices are positive semi-definite.



My thinking here was to have the variances be one, so that the correlations were the covariances, and thus equal -0.5.



Is there something with the theory I am missing? I understand that it is not positive semi-definite and how to show as such, but I am more curious what assumptions this is violating in terms of probability/statistics.



I went to generate MVN data with this variance-covariance structure and realized this wasn't positive semi-definite, and then became curious what was inherently wrong with this matrix.







linear-algebra probability statistics normal-distribution






share|cite|improve this question















share|cite|improve this question













share|cite|improve this question




share|cite|improve this question








edited Mar 20 at 20:40







OGV

















asked Mar 20 at 19:54









OGVOGV

1037




1037











  • $begingroup$
    I find it a very fascinating question. If you don't get more responses here you might try at stats.stackexchange.com
    $endgroup$
    – Vincent
    Mar 21 at 14:21










  • $begingroup$
    I have a bit of a resolution to this, I'll try to post it (and possibly an addendum to this question elsewhere like at stats) and be sure to leave a link if so!
    $endgroup$
    – OGV
    Mar 23 at 4:25
















  • $begingroup$
    I find it a very fascinating question. If you don't get more responses here you might try at stats.stackexchange.com
    $endgroup$
    – Vincent
    Mar 21 at 14:21










  • $begingroup$
    I have a bit of a resolution to this, I'll try to post it (and possibly an addendum to this question elsewhere like at stats) and be sure to leave a link if so!
    $endgroup$
    – OGV
    Mar 23 at 4:25















$begingroup$
I find it a very fascinating question. If you don't get more responses here you might try at stats.stackexchange.com
$endgroup$
– Vincent
Mar 21 at 14:21




$begingroup$
I find it a very fascinating question. If you don't get more responses here you might try at stats.stackexchange.com
$endgroup$
– Vincent
Mar 21 at 14:21












$begingroup$
I have a bit of a resolution to this, I'll try to post it (and possibly an addendum to this question elsewhere like at stats) and be sure to leave a link if so!
$endgroup$
– OGV
Mar 23 at 4:25




$begingroup$
I have a bit of a resolution to this, I'll try to post it (and possibly an addendum to this question elsewhere like at stats) and be sure to leave a link if so!
$endgroup$
– OGV
Mar 23 at 4:25










1 Answer
1






active

oldest

votes


















0












$begingroup$

As shown here, an $ntimes n$ matrix with $a$ on the diagonal and $b$ elsewhere, that is, the matrix
$$beginbmatrix a & b & ldots & b\ b & a & ldots & b\ vdots & vdots & ddots & vdots\ b & b & ldots & aendbmatrix$$
has $colorbluea +(n-1)b$ as one of its eigenvalues. For your particular matrix, we have $a = 1, b = -0.5, n =8$, so $$a + (n-1)b = 1 + 7times (-0.5) = -2.5< 0.$$ Hence your symmetric matrix has a negative eigenvalue ($-2.5$), so cannot be positive semi-definite. This implies that it is not a valid variance-covariance matrix.



EDIT: Just realised you said you already know this...






share|cite|improve this answer











$endgroup$












  • $begingroup$
    Yup! Sorry, the title was misleading people I think. I already knew for a fact it wasn't positive semi-definite, but theoretically random variables should have this structure. In terms of probability something is specifically violated making it not positive semi-definite, and I was curious what it might be.
    $endgroup$
    – OGV
    Mar 20 at 20:43











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
);



);













draft saved

draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3155931%2fwhy-is-this-not-a-valid-variance-covariance-matrix-and-inherently-not-positive%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









0












$begingroup$

As shown here, an $ntimes n$ matrix with $a$ on the diagonal and $b$ elsewhere, that is, the matrix
$$beginbmatrix a & b & ldots & b\ b & a & ldots & b\ vdots & vdots & ddots & vdots\ b & b & ldots & aendbmatrix$$
has $colorbluea +(n-1)b$ as one of its eigenvalues. For your particular matrix, we have $a = 1, b = -0.5, n =8$, so $$a + (n-1)b = 1 + 7times (-0.5) = -2.5< 0.$$ Hence your symmetric matrix has a negative eigenvalue ($-2.5$), so cannot be positive semi-definite. This implies that it is not a valid variance-covariance matrix.



EDIT: Just realised you said you already know this...






share|cite|improve this answer











$endgroup$












  • $begingroup$
    Yup! Sorry, the title was misleading people I think. I already knew for a fact it wasn't positive semi-definite, but theoretically random variables should have this structure. In terms of probability something is specifically violated making it not positive semi-definite, and I was curious what it might be.
    $endgroup$
    – OGV
    Mar 20 at 20:43















0












$begingroup$

As shown here, an $ntimes n$ matrix with $a$ on the diagonal and $b$ elsewhere, that is, the matrix
$$beginbmatrix a & b & ldots & b\ b & a & ldots & b\ vdots & vdots & ddots & vdots\ b & b & ldots & aendbmatrix$$
has $colorbluea +(n-1)b$ as one of its eigenvalues. For your particular matrix, we have $a = 1, b = -0.5, n =8$, so $$a + (n-1)b = 1 + 7times (-0.5) = -2.5< 0.$$ Hence your symmetric matrix has a negative eigenvalue ($-2.5$), so cannot be positive semi-definite. This implies that it is not a valid variance-covariance matrix.



EDIT: Just realised you said you already know this...






share|cite|improve this answer











$endgroup$












  • $begingroup$
    Yup! Sorry, the title was misleading people I think. I already knew for a fact it wasn't positive semi-definite, but theoretically random variables should have this structure. In terms of probability something is specifically violated making it not positive semi-definite, and I was curious what it might be.
    $endgroup$
    – OGV
    Mar 20 at 20:43













0












0








0





$begingroup$

As shown here, an $ntimes n$ matrix with $a$ on the diagonal and $b$ elsewhere, that is, the matrix
$$beginbmatrix a & b & ldots & b\ b & a & ldots & b\ vdots & vdots & ddots & vdots\ b & b & ldots & aendbmatrix$$
has $colorbluea +(n-1)b$ as one of its eigenvalues. For your particular matrix, we have $a = 1, b = -0.5, n =8$, so $$a + (n-1)b = 1 + 7times (-0.5) = -2.5< 0.$$ Hence your symmetric matrix has a negative eigenvalue ($-2.5$), so cannot be positive semi-definite. This implies that it is not a valid variance-covariance matrix.



EDIT: Just realised you said you already know this...






share|cite|improve this answer











$endgroup$



As shown here, an $ntimes n$ matrix with $a$ on the diagonal and $b$ elsewhere, that is, the matrix
$$beginbmatrix a & b & ldots & b\ b & a & ldots & b\ vdots & vdots & ddots & vdots\ b & b & ldots & aendbmatrix$$
has $colorbluea +(n-1)b$ as one of its eigenvalues. For your particular matrix, we have $a = 1, b = -0.5, n =8$, so $$a + (n-1)b = 1 + 7times (-0.5) = -2.5< 0.$$ Hence your symmetric matrix has a negative eigenvalue ($-2.5$), so cannot be positive semi-definite. This implies that it is not a valid variance-covariance matrix.



EDIT: Just realised you said you already know this...







share|cite|improve this answer














share|cite|improve this answer



share|cite|improve this answer








edited Mar 20 at 20:36

























answered Mar 20 at 20:31









Minus One-TwelfthMinus One-Twelfth

2,933413




2,933413











  • $begingroup$
    Yup! Sorry, the title was misleading people I think. I already knew for a fact it wasn't positive semi-definite, but theoretically random variables should have this structure. In terms of probability something is specifically violated making it not positive semi-definite, and I was curious what it might be.
    $endgroup$
    – OGV
    Mar 20 at 20:43
















  • $begingroup$
    Yup! Sorry, the title was misleading people I think. I already knew for a fact it wasn't positive semi-definite, but theoretically random variables should have this structure. In terms of probability something is specifically violated making it not positive semi-definite, and I was curious what it might be.
    $endgroup$
    – OGV
    Mar 20 at 20:43















$begingroup$
Yup! Sorry, the title was misleading people I think. I already knew for a fact it wasn't positive semi-definite, but theoretically random variables should have this structure. In terms of probability something is specifically violated making it not positive semi-definite, and I was curious what it might be.
$endgroup$
– OGV
Mar 20 at 20:43




$begingroup$
Yup! Sorry, the title was misleading people I think. I already knew for a fact it wasn't positive semi-definite, but theoretically random variables should have this structure. In terms of probability something is specifically violated making it not positive semi-definite, and I was curious what it might be.
$endgroup$
– OGV
Mar 20 at 20:43

















draft saved

draft discarded
















































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.




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3155931%2fwhy-is-this-not-a-valid-variance-covariance-matrix-and-inherently-not-positive%23new-answer', 'question_page');

);

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







Popular posts from this blog

Lowndes Grove History Architecture References Navigation menu32°48′6″N 79°57′58″W / 32.80167°N 79.96611°W / 32.80167; -79.9661132°48′6″N 79°57′58″W / 32.80167°N 79.96611°W / 32.80167; -79.9661178002500"National Register Information System"Historic houses of South Carolina"Lowndes Grove""+32° 48' 6.00", −79° 57' 58.00""Lowndes Grove, Charleston County (260 St. Margaret St., Charleston)""Lowndes Grove"The Charleston ExpositionIt Happened in South Carolina"Lowndes Grove (House), Saint Margaret Street & Sixth Avenue, Charleston, Charleston County, SC(Photographs)"Plantations of the Carolina Low Countrye

random experiment with two different functions on unit interval Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 23, 2019 at 00:00UTC (8:00pm US/Eastern)Random variable and probability space notionsRandom Walk with EdgesFinding functions where the increase over a random interval is Poisson distributedNumber of days until dayCan an observed event in fact be of zero probability?Unit random processmodels of coins and uniform distributionHow to get the number of successes given $n$ trials , probability $P$ and a random variable $X$Absorbing Markov chain in a computer. Is “almost every” turned into always convergence in computer executions?Stopped random walk is not uniformly integrable

How should I support this large drywall patch? Planned maintenance scheduled April 23, 2019 at 00:00UTC (8:00pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?How do I cover large gaps in drywall?How do I keep drywall around a patch from crumbling?Can I glue a second layer of drywall?How to patch long strip on drywall?Large drywall patch: how to avoid bulging seams?Drywall Mesh Patch vs. Bulge? To remove or not to remove?How to fix this drywall job?Prep drywall before backsplashWhat's the best way to fix this horrible drywall patch job?Drywall patching using 3M Patch Plus Primer