truncation degree of decomposed covariance matrixRelation between singular values of a data matrix and the eigenvalues of its covariance matrixHow is a the covariance matrix of a rotated dataset related its SVD and eigenvectors?how to do SVD using the covariance matrix3-sigma Ellipse, why axis length scales with square root of eigenvalues of covariance-matrixSVD - Decomposed Matrix SizesAsymptotic variance of estimators of regression coefficientsWhat is the inverse of the covariance matrix generated by the exponential covariance function?Computing mean square error for linear transformCovariance Matrix UnderstandingRank of covariance matrix
Why is the design of haulage companies so “special”?
New order #4: World
Why has Russell's definition of numbers using equivalence classes been finally abandoned? ( If it has actually been abandoned).
Could a US political party gain complete control over the government by removing checks & balances?
Copycat chess is back
Why doesn't Newton's third law mean a person bounces back to where they started when they hit the ground?
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?
How is it possible for user's password to be changed after storage was encrypted? (on OS X, Android)
Can you lasso down a wizard who is using the Levitate spell?
What is the white spray-pattern residue inside these Falcon Heavy nozzles?
Are white and non-white police officers equally likely to kill black suspects?
When blogging recipes, how can I support both readers who want the narrative/journey and ones who want the printer-friendly recipe?
Should I join an office cleaning event for free?
How do I create uniquely male characters?
How do you conduct xenoanthropology after first contact?
XeLaTeX and pdfLaTeX ignore hyphenation
Why Is Death Allowed In the Matrix?
Is there a familial term for apples and pears?
Banach space and Hilbert space topology
Is Social Media Science Fiction?
How is this relation reflexive?
Can town administrative "code" overule state laws like those forbidding trespassing?
What do you call a Matrix-like slowdown and camera movement effect?
Why was the small council so happy for Tyrion to become the Master of Coin?
truncation degree of decomposed covariance matrix
Relation between singular values of a data matrix and the eigenvalues of its covariance matrixHow is a the covariance matrix of a rotated dataset related its SVD and eigenvectors?how to do SVD using the covariance matrix3-sigma Ellipse, why axis length scales with square root of eigenvalues of covariance-matrixSVD - Decomposed Matrix SizesAsymptotic variance of estimators of regression coefficientsWhat is the inverse of the covariance matrix generated by the exponential covariance function?Computing mean square error for linear transformCovariance Matrix UnderstandingRank of covariance matrix
$begingroup$
I have a covariance matrix of a standardized data set.
Doing a singular value decomposition i find near zero singular values and would therefore like to truncate it.
I know of Picard plots which would do the trick. But I have only used it on systems such as $textbfd=textbfGm$ when doing least squares inversions.
Does anyone know a good technique I could use to determine the truncation level of a decomposed covariance matrix?
covariance svd
$endgroup$
add a comment |
$begingroup$
I have a covariance matrix of a standardized data set.
Doing a singular value decomposition i find near zero singular values and would therefore like to truncate it.
I know of Picard plots which would do the trick. But I have only used it on systems such as $textbfd=textbfGm$ when doing least squares inversions.
Does anyone know a good technique I could use to determine the truncation level of a decomposed covariance matrix?
covariance svd
$endgroup$
add a comment |
$begingroup$
I have a covariance matrix of a standardized data set.
Doing a singular value decomposition i find near zero singular values and would therefore like to truncate it.
I know of Picard plots which would do the trick. But I have only used it on systems such as $textbfd=textbfGm$ when doing least squares inversions.
Does anyone know a good technique I could use to determine the truncation level of a decomposed covariance matrix?
covariance svd
$endgroup$
I have a covariance matrix of a standardized data set.
Doing a singular value decomposition i find near zero singular values and would therefore like to truncate it.
I know of Picard plots which would do the trick. But I have only used it on systems such as $textbfd=textbfGm$ when doing least squares inversions.
Does anyone know a good technique I could use to determine the truncation level of a decomposed covariance matrix?
covariance svd
covariance svd
asked Mar 22 at 9:55
s144117s144117
11
11
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
Common rule of thumb is truncating the analysis whenever the ratio of the singular values exceeds $0.9$, i.e., stop when you first have $sum_i=1^k sigma_i / sum_i=1^p, sigma_i ge 0.9$.
$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%2f3157964%2ftruncation-degree-of-decomposed-covariance-matrix%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$
Common rule of thumb is truncating the analysis whenever the ratio of the singular values exceeds $0.9$, i.e., stop when you first have $sum_i=1^k sigma_i / sum_i=1^p, sigma_i ge 0.9$.
$endgroup$
add a comment |
$begingroup$
Common rule of thumb is truncating the analysis whenever the ratio of the singular values exceeds $0.9$, i.e., stop when you first have $sum_i=1^k sigma_i / sum_i=1^p, sigma_i ge 0.9$.
$endgroup$
add a comment |
$begingroup$
Common rule of thumb is truncating the analysis whenever the ratio of the singular values exceeds $0.9$, i.e., stop when you first have $sum_i=1^k sigma_i / sum_i=1^p, sigma_i ge 0.9$.
$endgroup$
Common rule of thumb is truncating the analysis whenever the ratio of the singular values exceeds $0.9$, i.e., stop when you first have $sum_i=1^k sigma_i / sum_i=1^p, sigma_i ge 0.9$.
answered Mar 23 at 8:54
V. VancakV. Vancak
11.4k3926
11.4k3926
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%2f3157964%2ftruncation-degree-of-decomposed-covariance-matrix%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