Davi Sales Barreira
Davi Sales Barreira
Pretty much a copy. But I didn't need all the types. Here is the whole thing: ```julia struct JPlotsConvention
At the moment, my package does not use > @davibarreira Thanks for chiming in here. > > Be good to know what dependencies in ScientificTypes you don't need in your...
The `DiscreteNonParametric` type is from `Distributions.jl` and it's only for 1D distributions. So the `discretemeasure` function dispatches to either `DiscreteNonParametric` when the vector is 1D, and otherwise it dispatches to...
@devmotion What do you mean arbitrary variates? You mean like Categorical? I'm starting to code FiniteDiscreteMeasure.jl with the goal of extending DiscreteNonParametric. Besides CategoricalDistributions.jl, do you know of any initiative...
@devmotion , I've created a package extending the DiscreteNonParametric distribution. The package is fully compatible with Distributions.jl. It's here [EmpiricalMeasures.jl](https://github.com/davibarreira/EmpiricalMeasures.jl). I'm already sending it to be registered.
I think I still can stop the PR from registering the package.
I totally agree with you about making it more general, but I decided to go ahead with a multivariate version first, cause it's already quite useful and I wanted to...
@devmotion , let me know if you think I should pull the plug for the package. I intend to make it compatible also with MeasureTheory.jl, so there might be a...
Ok. I've stopped the registration. I'll submit the code as a PR to Distributions.