Description
Estimation for some Reliability Distributions.
Description
Parameters estimation and linear regression models for Reliability distributions families reviewed by Almalki & Nadarajah (2014) <doi:10.1016/j.ress.2013.11.010> 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
RelDists 
In this package are available multiple useful distributions for reliability analysis. With this package it is possible to estimate parameters and fit regression models within GAMLSS framework.
Installation
To install the RelDists package, follow the instructions below:
# Installing from CRAN:
install.packages("RelDists")
# Or the development version from GitHub:
# install.packages("pak")
pak::pak("fhernanb/RelDists")
You can visit the package website to explore the vignettes (articles) and function reference.