-
Notifications
You must be signed in to change notification settings - Fork 1
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
extracting covariances #21
Comments
I don't think so. We probably should revisit the interface, and in particular add a few useful functions (or S3 methods?) to make the package more accessible. |
There is some code to extract covariance matrices, but not in a function. I am using: |
Please go ahead and do that @yunqiyang0215. |
Added |
are these matrices, as stored, correctly scaled? |
is there a function to get a list of the prior covariance matrices?
(meaning as a list of matrices; internally these are stored as a list of lists that is not really suitable for use in other packages)
The text was updated successfully, but these errors were encountered: