Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 1.14 KB

README.md

File metadata and controls

39 lines (25 loc) · 1.14 KB

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