Skip to content

Instantly share code, notes, and snippets.

{
"openapi": "3.1.0",
"info": {
"title": "nocodb",
"version": "1.0"
},
"servers": [
{
"url": "http://localhost:8080"
}
@evgenyzhurko
evgenyzhurko / Summary.md
Last active August 29, 2017 10:48
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: