Skip to content

[WIP] distribution classes #390

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

Open
wants to merge 24 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 6 commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
78ef281
migrate gaussian distr to subclass of BaseDistribution
pavanramkumar Aug 16, 2020
5cf1a01
add Poisson class
pavanramkumar Aug 18, 2020
5592298
add PoissonSoftplus class
pavanramkumar Aug 18, 2020
f53e5f3
add NegBinomialSoftplus class
pavanramkumar Aug 18, 2020
a93165d
add Binomial and Probit classes
pavanramkumar Aug 18, 2020
be79bdc
add GammaSoftplus class
pavanramkumar Aug 18, 2020
9e43a02
TST add test for distributions
jasmainak Aug 18, 2020
3818291
DOC: add example of cloglog
jasmainak Aug 18, 2020
f6536d1
Simplify Poisson
jasmainak Aug 18, 2020
63ee2ca
No need of init
jasmainak Aug 18, 2020
4cfe839
revert API of gradhess_log_likelihood_1d to accept z
pavanramkumar Aug 19, 2020
6a8b7f4
make most tests pass
pavanramkumar Aug 19, 2020
051c1d9
re-add gradhess_log_likelihood_1d for softplus
pavanramkumar Aug 19, 2020
e0c2f31
bug in cdfast update for z
pavanramkumar Aug 19, 2020
e6e6d22
style fix for test_compare_sklearn
pavanramkumar Aug 19, 2020
888e5b8
private method _set_distr derives self.distr_ object from self.distr str
pavanramkumar Aug 19, 2020
d33c6ca
remove legacy functions
pavanramkumar Aug 19, 2020
c495dfc
remove more comments
pavanramkumar Aug 19, 2020
be4cd0b
simulate methods for distribution classes
pavanramkumar Aug 19, 2020
b2a9cce
flake8
pavanramkumar Aug 19, 2020
179e1c6
Flake8 and style
jasmainak Aug 19, 2020
615fcf9
DOC update api and refactor softplus
jasmainak Aug 19, 2020
9bdab76
FIX probit
jasmainak Aug 19, 2020
081fa04
TST make basedistribution happy
jasmainak Aug 19, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading