fit_nbinom icon indicating copy to clipboard operation
fit_nbinom copied to clipboard

Negative binomial maximum likelihood estimate implementation in Python using L-BFGS-B

Results 2 fit_nbinom issues
Sort by recently updated
recently updated
newest added

looks like `factorial` now lives in `scipy.special`; I edited the dependency

EDIT: I just checked the results for my data set and compared to R output. Indeed, your version seems to give the correct answers. Why, though (read my post below)?...