-
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
Wishart samples are always Float64, regardless partype #960
Comments
In the fix, also add |
Yes, it turns out that almost every single distribution fails to return the right type from quantile() and most from rand(). I'm going through fixing them all as part of #951. |
@richardreeve Very good. Thanks for that. Most of the matrix-variates rely on the Wishart for sampling at some point. So fixing it will be a big step toward straightening all of them out. |
To clarify, this is not the expected behavior, correct?
The sample should be
Array{Float32,2}
. If so, I'll submit a PR to fix.The text was updated successfully, but these errors were encountered: