greta-dev / greta.distributions

Extends the distributions offered in greta
Other
1 stars 2 forks source link

greta.distributions

Codecov test
coverage CRAN
status R-CMD-check

Why

This package exists for two reasons:

  1. Provide extra distributions to use alongside the greta programming interface for creating statistical models.
  2. Provide helper functions for creating new distributions

Example extra distributions

Zero Inflated Negative Binomial

Zero Inflated Poisson

Helpers for adding extra distributions

Installation

You can install greta.distributions from github with:

# install.packages("remotes")
remotes::install_github("greta-dev/greta.distributions")