-
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
Implement Wishart distribution #94
Comments
Although slow, I think there can be a naive implementation for the multivariate polygamma functions correct? If the naive implementation is okay, I would be happy to take this up. |
The naive implementation would be based on a summation of univariate polygamma functions. |
I'm not sure it would be necessary. If you implement multivariate lgamma naively, autograd should take care of the rest? (Do take the multivariate lgamma up though...) |
Ah, yes. Autograd should take up multivariate polygamma. In fact, we can use this as a testing mechanism. Shall I implement multivariate lgamma, if that's fine? |
I think this will need multivariate polygamma
Task list:
The text was updated successfully, but these errors were encountered: