JuliaStats / Distributions.jl

A Julia package for probability distributions and associated functions.
Other
1.1k stars 414 forks source link

Axes for multivariate and matrixvariate distributions #734

Open rofinn opened 6 years ago

rofinn commented 6 years ago

It would be nice if multivariate and matrixvariate distributions supported axes. Currently, I'm just using a wrapper type, but if there is enough interest it might be worth working with the AxisArrays folks to define a lightweight interface that Distributions.jl can use.

matbesancon commented 5 years ago

I'm not sure adding new dependencies when not necessary is ideal for Distributions.jl, which is supposed to be a package defining interfaces and types to extend and re-use