Description
Discrete Statistical Distributions.
Description
Implementation of new discrete statistical distributions. Each distribution includes the traditional functions as well as an additional function called the family function, which can be used to estimate parameters within the 'gamlss' framework.
README.md
DiscreteDists
In this package are available new Discrete statistical distributions. With this package it is possible to estimate parameters and fit regression models within GAMLSS framework.
Installation
To install the DiscreteDists package you can use the following the instructions:
# Installing from CRAN:
install.packages("DiscreteDists")
# Or the development version from GitHub:
# install.packages("pak")
pak::pak("fhernanb/DiscreteDists")
You can visit the package website to explore the vignettes (articles) and function reference.