-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
18 lines (18 loc) · 970 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Package: genlogis
Title: Generalized Logistic Distribution
Version: 1.0.2
Authors@R: c(person("Eduardo", "Hellas", email = "[email protected]", role = c("aut", "cre")),
person("Eduardo", "Monteiro", email = "[email protected]", role = c("aut", "ctb")))
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.
Depends: R (>= 3.2.0), ggplot2, foreach, stats
License: GPL-3
Encoding: UTF-8
LazyData: false
Imports: distr,
manipulate,
doParallel,
parallel,
tcltk
SystemRequirements: RStudio - https://posit.co/products/open-source/rstudio/
RoxygenNote: 7.3.1
URL: https://pinduzera.github.io/genlogis/