Skip to content

Instantly share code, notes, and snippets.

@evgenyzhurko
Last active August 29, 2017 10:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save evgenyzhurko/c1f0cf1b94aceb067b1ccd24c06a9ad7 to your computer and use it in GitHub Desktop.
Save evgenyzhurko/c1f0cf1b94aceb067b1ccd24c06a9ad7 to your computer and use it in GitHub Desktop.
Google Summer of Code 2017 Statsmodels resuls

Maximum likelihood models that was implemented during GSoC17 with Statsmodels:

  1. Generalized Poisson model (GP-P): GitHub PR - Status[Merged]
  2. Generic Zero-Inflated model , Zero-Inflated Poisson model, Zero-Inflated Generalized Poisson model, Zero-Inflated Generalized Negative Binomial model: Github PR - Status[Review]
  3. Generic Truncated model and Poisson Truncated model, Truncated Generalized Negative Binomial model, Truncated Generalized Poisson model: GitHub PR - Status[Review]
  4. Generic Censored model, Censored Poisson model, Censored Generalized Poisson model, Censored Negative Binomial model: GitHub PR - Status[Review]
  5. Hurdle model: GitHub PR - Status[Need tests]
  6. Generalized Negative Binomial (NB-P) model: GitHub PR - Status[Merged]

3, 4, 5 PR goes as a single PR, but includes very different model. That was done, because Hurdle model based on Truncated and Censored model.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment