Closed nfoti closed 10 years ago
This seems accidental to me. For inputs that aren't being mutated, we should generally be able to accept AbstractArray as an input.
@nfoti Yes, they should work. Which methods were you having trouble with?
I know that logpdf
for multivariate Gaussians were giving an error, there
could be more though.
On Wed, May 7, 2014 at 10:58 AM, Simon Byrne notifications@github.comwrote:
@nfoti https://github.com/nfoti Yes, they should work. Which methods were you having trouble with?
— Reply to this email directly or view it on GitHubhttps://github.com/JuliaStats/Distributions.jl/issues/225#issuecomment-42460839 .
This should have been fixed with latest refactoring. Feel free to reopen if there remains problems.
It looks like
ArrayViews
cannot be passed to functions in Distributions.jl. Was this done on purpose or is it just that no one has had time to implement it?Thanks.