Skip to content
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

Simplified import from Distributions.jl #493

Open
lrnv opened this issue Dec 19, 2022 · 2 comments
Open

Simplified import from Distributions.jl #493

lrnv opened this issue Dec 19, 2022 · 2 comments

Comments

@lrnv
Copy link

lrnv commented Dec 19, 2022

Hi,

I would like to know if it was on purpose that distributions are re-implemented and not pulled from Distributions.jl framework ? And why so ?

Is there / could there be a standardized way to import a distribution from Distributions.jl ? If you think that is possible, I am willing to take a look and maybe draft a PR :)

In particular, I would love to be able to import my multivariate distributions from Copulas.jl's SklarDist type.

@ztangent
Copy link
Member

ztangent commented Dec 19, 2022

We decided to implement a separate interface for distributions for greater modularity and evolvability, but GenDistributions.jl should implement the functionality you're asking for!

@alex-lew perhaps we can update the docs and website to make this package more visible?

@lrnv
Copy link
Author

lrnv commented Dec 20, 2022

Thanks ! I knew that someone needed this before me :) Indeed, flagging it in the docs would be a great idea. Maybe inside https://www.gen.dev/docs/stable/ref/distributions/, as a fifth section Import a distribution from Distributions.jl that simply re-gives the readme.md of GenDistributions ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants