https://github.com/dmazarei/ollg
Computes some Measures of OLL-G Family of Distributions
https://github.com/dmazarei/ollg
distribution oll-g package r rpackage rpackages statistics
Last synced: 4 months ago
JSON representation
Computes some Measures of OLL-G Family of Distributions
- Host: GitHub
- URL: https://github.com/dmazarei/ollg
- Owner: dmazarei
- Created: 2021-08-20T14:38:06.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-08-01T20:43:18.000Z (almost 3 years ago)
- Last Synced: 2025-12-09T17:52:52.553Z (6 months ago)
- Topics: distribution, oll-g, package, r, rpackage, rpackages, statistics
- Language: R
- Homepage: https://www.researchgate.net/publication/371965739_ollg_Computes_some_Measures_of_OLL-G_Family_of_Distributions_R_package
- Size: 272 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
ollg 
[](https://github.com/dmazarei/ollg/actions/workflows/R-CMD-check.yaml)
[](https://cran.r-project.org/package=ollg)
[](https://cran.r-project.org/package=ollg)
[](https://cran.r-project.org/package=ollg)
[](https://cran.r-project.org/package=ollg)
[](https://www.gnu.org/licenses/gpl-3.0.en.html)
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.
## Installation
You can install the **stable** version from
[CRAN](https://cran.r-project.org/package=ollg).
```s
install.packages('ollg', dependencies = TRUE)
```
You can install the **development** version from
[Github](https://github.com/dmazarei/ollg)
```s
# install.packages("remotes")
remotes::install_github("dmazarei/ollg")
```
## To cite package `ollg` in publications use:
D Mazarei, H Haghbin, M Alizadeh (2022). _ollg: Computes some Measures of OLL-G Family of Distributions
_. R package version 1.0.0,
.
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}
}
## License
This package is free and open source software, licensed under GPL-3.