-
Notifications
You must be signed in to change notification settings - Fork 421
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
Sampling from degenerate multivariate normal. #366
Comments
This means zero variance along certain directions. It is interpretable mathematically. However, it is tricky in implementation. As much of the computation relies on Cholesky decomposition, which requires positive definiteness. |
The random variable
|
I think the issue should be to PDMats.jl, to add a degenerated covariance matrix type there. |
Including a degenerate multivariate normal would be nice. Some concepts, e.g.
gradlogpdf(d, x)
would need a different interpretation and could be skipped for now.The text was updated successfully, but these errors were encountered: