Skip to contents

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")