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
autoselect.mixsd needs to be modified to handle this case. For se_log_lam,
I am using Taylor expansion of V[ln(\lambda + \epsilon)]. This calculation also
needs to be verified.
Add test cases for Poisson-uniform mixture likelihood computations
Compute marginal PMF over a point mass using dpois directly
This fixes issue stephens999#114
On simulated NB data
(https://users.rcc.uchicago.edu/~aksarkar/pois-mode-est.Rds), fitting with log
link gets a much worse log likelihood than with identity link.
autoselect.mixsd
needs to be modified to handle this case. Forse_log_lam
,I am using Taylor expansion of V[ln(\lambda + \epsilon)]. This calculation also
needs to be verified.
On real data (https://users.rcc.uchicago.edu/~aksarkar/b-cell-data.Rds), the
marginal PMF calculation assuming log link returns probabilities > 1, which
should not happen.
The text was updated successfully, but these errors were encountered: