Skip to content

Covariance matrix is displayed incorrectly in the report file #36

Answered by shahmoradi
Peku995 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @Peku995,
Try the second option and see if that fixes the issue by specifying the correlation matrix and standard deviation vector instead of covariance. You can compute the two via the following MATLAB command:

[cormat, stdvec] = corrcov(covmat)

I have a vague memory about an old version of the library having this problem that you have raised, which we fixed a long time ago. We may not have released the latest fix to the release page (although the fix is likely in the repository's main branch). Given that the MATLAB version will be out soon, mid-next week, I do not see much benefit to releasing the patch separately. It will likely take the same amount of time as releasing the much bet…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@Peku995
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by Peku995
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants