You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This currently does not work due to limitations in the boost implementation of the negative binomial distribution. But we need this to test smaller window sizes.
The text was updated successfully, but these errors were encountered:
Reminder to myself: This does not work because the NB distribution in boost requires integer numbers as dispersion parameter r, hence it cannot be <1 and loses resolution already in the range <5.
Interestingly this is only the case for sampling from an NB, not for calculating the probability density (basically boost has two different NB implementations).
Maybe I can find a proper NB implementation somewhere else.
This currently does not work due to limitations in the boost implementation of the negative binomial distribution. But we need this to test smaller window sizes.
The text was updated successfully, but these errors were encountered: