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

Laplace and/or Cauchy #16

Open
yakir12 opened this issue Jan 7, 2019 · 1 comment
Open

Laplace and/or Cauchy #16

yakir12 opened this issue Jan 7, 2019 · 1 comment

Comments

@yakir12
Copy link

yakir12 commented Jan 7, 2019

Adding more distributions would be great!

@gdkrmr
Copy link
Owner

gdkrmr commented Jan 8, 2019

I don't have time to implement this at the moment, a PR would be welcome.

If you want to implement this or need a quick fix for yourself:

  • Looking at the code in WeightedOnlineStats.jl, it does not seem to be too complicated. You can get quantiles from WeightedHist.
  • The Laplace distribution is not implemented in OnlineStats.jl you would have to figure out that one yourself.
  • There is also a generic way to estimate parameters for any distribution from histograms here.

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