QuantEcon / rvlib

Distributions for Python
http://quantecon.github.io/rvlib/
BSD 3-Clause "New" or "Revised" License
46 stars 10 forks source link

Negative binomial fails #16

Closed jcr-lyxor closed 5 years ago

jcr-lyxor commented 5 years ago

Negative binomial fails because of spec I think:

spec = [ ('r', int32), ("p", int32) ]

why p is int32?

jcr-lyxor commented 5 years ago

fix #17