Skip to content

Instantly share code, notes, and snippets.

@statcompute
Last active September 29, 2019 20:20
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 statcompute/97e579747715fbd1645d44d27f229407 to your computer and use it in GitHub Desktop.
Save statcompute/97e579747715fbd1645d44d27f229407 to your computer and use it in GitHub Desktop.
Modeling Loss / Average Loss
|
|-- Loss without Zeroes
| |
| |-- Gamma
| |
| `-- Inverse Gaussian
|
|-- Loss with Some Zeros
| |
| |-- Intercept-only ZAGA (Zero-Adjusted Gamma)
| |
| |-- Intercept-only ZAIG (Zero-Adjusted Inverse Gaussian)
| |
| `-- Tweedie
|
|-- Loss with Many Zeros
| |
| |-- ZAGA (Zero-Adjusted Gamma)
| |
| `-- ZAIG (Zero-Adjusted Inverse Gaussian)
|
`-- Loss with Nonzero Threshold Xm
|
|-- Tobit
|
|-- Pareto
|
`-- Shifted Response with Y' = Y - Xm or Y' = Ln(Y / Xm)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment