An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

ollg

[![R-CMD-check](https://github.com/dmazarei/ollg/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/dmazarei/ollg/actions/workflows/R-CMD-check.yaml)
[![CRAN_Status_Badge](https://www.r-pkg.org/badges/version/ollg)](https://cran.r-project.org/package=ollg)
[![Last week Downloads](https://cranlogs.r-pkg.org/badges/last-week/ollg)](https://cran.r-project.org/package=ollg)
[![Downloads](https://cranlogs.r-pkg.org/badges/ollg)](https://cran.r-project.org/package=ollg)
[![Total Downloads](https://cranlogs.r-pkg.org/badges/grand-total/ollg)](https://cran.r-project.org/package=ollg)
[![Licence](https://img.shields.io/badge/licence-GPL--3-blue.svg)](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.