Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow computing the correlation matrix from the covariance matrix only #75

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ASaragga
Copy link

@ASaragga ASaragga commented Feb 16, 2021

Following discussions concerning issue JuliaStats/StatsBase.jl#652.

@codecov
Copy link

codecov bot commented Feb 16, 2021

Codecov Report

Merging #75 (3c30462) into master (862798b) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##           master     #75   +/-   ##
======================================
  Coverage    0.00%   0.00%           
======================================
  Files           1       1           
  Lines         387     455   +68     
======================================
- Misses        387     455   +68     
Impacted Files Coverage Δ
src/Statistics.jl 0.00% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 862798b...3c30462. Read the comment docs.

@nalimilan
Copy link
Member

Thanks. Can you add a test? Otherwise the function might break at any time without anybody noticing.

@ASaragga
Copy link
Author

ASaragga commented Feb 19, 2021 via email

@nalimilan
Copy link
Member

What kind of error?

@ASaragga
Copy link
Author

ASaragga commented Feb 20, 2021 via email

@nalimilan
Copy link
Member

Well we're in Statistics.jl here, not in StatsBase. :-/

@ASaragga
Copy link
Author

ASaragga commented Feb 22, 2021 via email

@nalimilan
Copy link
Member

These are only internal functions in Statistics, so they are only tested indirectly via cor.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants