-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
29 lines (29 loc) · 1.27 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
Package: distTails
Title: A Collection of Full Defined Distribution Tails
Version: 1.0.0
Authors@R:
c(
person(given = "Sergi",
family = "Vilardell",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Àlvar",
family = "Pineda",
role = "aut",
email = "[email protected]")
)
Description: A full definition for Weibull tails and Full-Tails Gamma and tools for fitting these distributions to empirical tails. This package builds upon the papers by del Castillo, Joan & Daoudi, Jalila & Serra, Isabel. (2012) <doi: 10.1017/asb.2017.9> and Vilardell, Sergi & Serra, Isabel & Abella, Jaume & del Castillo, Joan & Cazorla, Francisco. (2019). Software Timing Analysis for Complex Hardware with Survivability and Risk Analysis. 227-236. <doi: 10.1109/ICCD46524.2019.00036>. This work has been supported by the European Research Council (ERC) under the European Union’s Horizon 2020 research and innovation programme (grant agreement No. 772773).
Depends: R (>= 3.6.0)
URL: https://github.com/SergiVilardell/distTails
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Imports:
ercv,
gsl,
MASS
Suggests:
knitr,
rmarkdown
VignetteBuilder: knitr