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
It appears the term ln(n choose x) is missing from the log pmf calculation for the beta binomial distribution. You may want to rely on scipy.stats.betabinom.logpmf instead.
It appears the term ln(n choose x) is missing from the log pmf calculation for the beta binomial distribution. You may want to rely on scipy.stats.betabinom.logpmf instead.
https://github.com/StatBiomed/BBMix/blob/master/bbmix/models/betabin_mix.py#L155C13-L155C25
https://github.com/StatBiomed/BBMix/blob/master/bbmix/models/betabin_mix.py#L119
The text was updated successfully, but these errors were encountered: