Pymc3: Add asymetric laplace distribution

Created on 18 Dec 2020  路  8Comments  路  Source: pymc-devs/pymc3

beginner friendly feature request

All 8 comments

Hey @twiecki , could you please explain the issue a bit more. I would love to work on this issue.

@chandan5362 That's great. As you can see in the link, the distribution is already implemented. So you would copy & paste that into distributions/continuous.py, make sure the doc string matches the ones we already have (e.g. creates a plot) and add unittests.

@twiecki Thanks for the help. I am little confused here. where should I add unittests ?. whether should I create separate file or I will have to add it to the existing one.

@chandan5362 you should add your unit test in the existing files with unit tests for the other distributions:
https://www.github.com/pymc-devs/pymc3/tree/master/pymc3%2Ftests%2Ftest_distributions.py

You can also have a look and check what kind of tests are there for the existing distributions.

If there are no assignees to this sometime soon, I am happy to submit a PR in the near future.

  • Feel free to @ me.

@chandan5362 Are you actively working on this?
@CloudChaoszero I would say you can start tomorrow if you we don't hear.

@twiecki @CloudChaoszero yeah, I am still working on it and I will make a PR tomorrow or day after tomorrow.

@twiecki @CloudChaoszero yeah, I am still working on it and I will make a PR tomorrow or day after tomorrow.

Oh hey, no worries @chandan5362, just checking to see if it was officially active. haha
(Take your time, it's the holidays 馃槃)

Was this page helpful?
0 / 5 - 0 ratings

Related issues

alxempirical picture alxempirical  路  45Comments

zscore picture zscore  路  29Comments

springcoil picture springcoil  路  35Comments

springcoil picture springcoil  路  36Comments

JackCaster picture JackCaster  路  27Comments