Description
One Zero Statistical Distributions.
Description
Implementation of new statistical distributions in (0, 1) interval. Each distribution includes the traditional functions as well as an additional function called the family function, which can be used to estimate parameters using Generalized Additive Models for Location, Scale and Shape, GAMLSS by Rigby & Stasinopoulos (2005) <doi:10.1111/j.1467-9876.2005.00510.x>.
README.md
ZeroOneDists 
In this package are available new Zero One statistical distributions. With this package it is possible to estimate parameters and fit regression models within GAMLSS framework.
Installation
To install the ZeroOneDists package you can use the following the instructions:
# Installing from CRAN:
install.packages("ZeroOneDists")
# Or the development version from GitHub:
# install.packages("pak")
pak::pak("fhernanb/ZeroOneDists")
You can visit the package website to explore the vignettes (articles) and function reference.