-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
68 lines (68 loc) · 1.85 KB
/
DESCRIPTION
File metadata and controls
68 lines (68 loc) · 1.85 KB
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
Type: Package
Package: pbox
Title: Exploring Multivariate Spaces with Probability Boxes
Version: 0.1.8
Authors@R:
person("Ahmed T.", "Hammad", , "[email protected]", role = c("aut", "cre","cph"),
comment = c(ORCID = "0000-0003-3327-2435"))
Maintainer: Ahmed T. Hammad <[email protected]>
Description: Advanced statistical library offering a method to encapsulate and query the probability space of a
dataset effortlessly using Probability Boxes (p-boxes). Its distinctive feature lies in the ease with
which users can navigate and analyze marginal, joint, and conditional probabilities while taking into account
the underlying correlation structure inherent in the data using copula theory and models. A comprehensive explanation is available in the paper
"pbox: Exploring Multivariate Spaces with Probability Boxes" to be published in the Journal of Statistical Software.
URL: https://www.r-project.org, https://github.com/athammad/pbox
BugReports: https://github.com/athammad/pbox/issues
Depends:
gamlss.dist,
R (>= 2.10)
Imports:
copula,
data.table,
gamlss,
methods,
purrr,
stats,
stringr,
utils,
tseries
Suggests:
ggplot2,
knitr,
rmarkdown,
spelling,
testthat (>= 3.0.0)
VignetteBuilder:
knitr
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.1
Collate:
'SEAex.R'
'pbox.R'
'coefAll2.R'
'copula_families.R'
'deltaCI.R'
'final_pbox.R'
'fit_copula.R'
'fit_copula_pbox.R'
'fit_dist_pbox.R'
'fun_stats.R'
'gen_scenario.R'
'grid_pbox.R'
'make_pbox.R'
'match_maker.R'
'modify_pbox.R'
'param_dev.R'
'perProb.R'
'perturbate_params.R'
'probCI.R'
'q_parser.R'
'qpbox.R'
'scenario_pbox.R'
'set_pbox.R'
'show.R'
'stats_calc.R'
License: GPL-3
Language: en-US