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

Pass precision matrix to multivariate gaussian #6

Open
jucor opened this issue Nov 18, 2013 · 3 comments
Open

Pass precision matrix to multivariate gaussian #6

jucor opened this issue Nov 18, 2013 · 3 comments

Comments

@jucor
Copy link
Contributor

jucor commented Nov 18, 2013

Issue by jucor from Friday Nov 01, 2013 at 18:30 GMT
Originally opened as google-deepmind/torch-randomkit#6


Suggested by Shakir.

@jucor
Copy link
Contributor Author

jucor commented Nov 21, 2013

Come to think of it, I wonder if it is really a good idea, since the inverse is not numerically stable: it might be better to just use the pivot method every time as we currently do. Have to double check with @shakirm for his thoughts.

@jucor
Copy link
Contributor Author

jucor commented Feb 1, 2015

Ping @dpfau : we agreed on Friday that this was probably indeed a good idea :) I just realize I made this note to myself above. Any thoughts on it? Regardless, since many packages offer this, we should implement it.

@jucor jucor changed the title Pass precision matrix to multivariante gaussian Pass precision matrix to multivariate gaussian Feb 1, 2015
@dpfau
Copy link
Contributor

dpfau commented Feb 2, 2015

Agreed it would be nice - more control over when you need to do a matrix inversion is never a bad thing.

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

No branches or pull requests

2 participants