alshedivat / DeterminantalPointProcesses.jl

Determinantal Point Processes in Julia
Other
12 stars 4 forks source link

Make DeterminantalPointProcesses.jl compatible with Distributions.jl? #3

Open gajomi opened 6 years ago

gajomi commented 6 years ago

Is there any reason that the various DPP types are not subtypes of Multivariate Distribution? This could open open compatibility with the wider julia ecosystem. I might be willing to do the work to make this so if it was desirable.

alshedivat commented 6 years ago

Good point. There is no particular reason -- integration with a wider ecosystem is something I didn't consider back when implemented DPP. It'd be very nice to have DPP compatible with Distributions.jl.