Learn R Programming

R genlogis

This package provides basic distribution functions for a generalized logistic distribution proposed by Rathie and Swamee (2006) https://www.rroij.com/open-access/on-new-generalized-logistic-distributions-and-applicationsbarreto-fhs-mota-jma-and-rathie-pn-.pdf. It also has an interactive ‘RStudio’ plot for better guessing dynamically of initial values for ease of included optimization and simulating.

It was build as an academic work at University of Brasília (UnB) with the supervision of Dr. Eduardo Monteiro.

Installing

# To install the package
install.packages("genlogis")

# If you want the version from GitHub:
# install.packages("devtools")
devtools::install_github('pinduzera/genlogis')

Copy Link

Version

Install

install.packages('genlogis')

Monthly Downloads

165

Version

1.0.2

License

GPL-3

Maintainer

Eduardo Hellas

Last Published

February 3rd, 2024

Functions in genlogis (1.0.2)

genlog_simu_sk

Simulating the Generalized logistic distribution with skewness
genlog_slider

Slider for generalized logistic
genlog_mle

Optimization for a generalized logistic distribution
distrib_sk

The Generalized logistic distribution with skewness
distrib

The Generalized logistic distribution
genlog_mle_sk

Optimization for a generalized logistic distribution with skewness
genlog_simu

Simulating the Generalized logistic distribution