Description
Generalized Logistic Distribution.
Description
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.
README.md
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')