The R package ollg : Computes the pdf, cdf, quantile function, hazard function and generating random numbers for Odd log-logistic family (OLL-G). This family have been developed by different authors in the recent years.
You can install the stable version from CRAN.
install.packages('ollg', dependencies = TRUE)
You can install the development version from Github
# install.packages("remotes")
remotes::install_github("dmazarei/ollg")
D Mazarei, H Haghbin, M Alizadeh (2022). _ollg: Computes some Measures of OLL-G Family of Distributions _. R package version 1.0.0, https://cran.r-project.org/package=ollg.
A BibTeX entry for LaTeX users is
@Manual{ollg, title = {ollg: Computes some Measures of OLL-G Family of Distributions}, author = {Danial Mazarei and Hossein Haghbin and Morad Alizadeh}, year = {2022}, note = {R package version 1.0.0}, url = {https://cran.r-project.org/package=ollg} }
This package is free and open source software, licensed under GPL-3.