-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
34 lines (34 loc) · 1.02 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Package: Rsubbotools
Title: functions for the Subbottin and AEP distributions
Version: 0.0.0.9000
Authors@R:
c(person(given = "Elias",
family = "Haddad",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-1863-1022"))
,person(given = "Giulio",
family = " Bottazzi",
role = c("aut"),
email = "bottazzi at sssup.it",
comment = c(ORCID = "0000-0003-2565-4732"))
)
Description: estimation of the symmetric and asymmetric power exponential,
a.k.a. the Subbottin family of distributions. The package is able to draw
samples and create parametric fits using Maximum Likelihood estimation. It
also provides functions for the asymmetric Laplace and skewed power
exponential distributions.
License: GPL-3
Encoding: UTF-8
VignetteBuilder: knitr
LazyData: true
RoxygenNote: 7.1.1
Suggests:
testthat (>= 2.1.0),
knitr,
rmarkdown
Imports:
Rcpp
LinkingTo:
Rcpp,
RcppGSL