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

Implement Wishart distribution #94

Open
1 of 2 tasks
alicanb opened this issue Jan 17, 2018 · 4 comments
Open
1 of 2 tasks

Implement Wishart distribution #94

alicanb opened this issue Jan 17, 2018 · 4 comments

Comments

@alicanb
Copy link
Collaborator

alicanb commented Jan 17, 2018

I think this will need multivariate polygamma

Task list:

  • Multivariate-polygamma
  • Distribution
@vishwakftw
Copy link

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.

@vishwakftw
Copy link

The naive implementation would be based on a summation of univariate polygamma functions.

@alicanb
Copy link
Collaborator Author

alicanb commented Jul 13, 2018

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...)

@vishwakftw
Copy link

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?

@vishwakftw vishwakftw self-assigned this Jul 19, 2018
@vishwakftw vishwakftw removed their assignment Sep 2, 2018
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