pyglm icon indicating copy to clipboard operation
pyglm copied to clipboard

Implement negative binomial and binomial regression in new framework

Open slinderman opened this issue 8 years ago • 0 comments

Now that we've implemented Bernoulli, NB and binomial are very simple extensions. We just need to implement the proper a_func, b_func, and c_func methods to extend the base class. See https://github.com/slinderman/pypolyagamma/blob/master/pypolyagamma/distributions.py#L278 for guidance.

slinderman avatar Apr 04 '17 17:04 slinderman