-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
35 lines (35 loc) · 1.2 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
35
Package: gsaot
Title: Compute Global Sensitivity Analysis Indices Using Optimal Transport
Version: 0.1.0
Authors@R:
c(person("Leonardo", "Chiani", , "leonardo.chiani@polimi.it", role = c("aut", "cre", "cph"),
comment = c(ORCID = "0009-0007-2491-6290")),
person("Emanuele", "Borgonovo", role = "rev"),
person("Elmar", "Plischke", role = "rev"),
person("Massimo", "Tavoni", role = "rev"))
Description: Computing Global Sensitivity Indices from given data using Optimal Transport, as defined in Borgonovo et al (2024) <doi:10.1287/mnsc.2023.01796>. You provide an input sample, an output sample, decide the algorithm, and compute the indices.
License: GPL (>= 3)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Imports:
boot,
ggplot2,
patchwork (>= 1.2.0),
Rcpp,
RcppEigen (>= 0.3.4.0.0),
Rdpack (>= 2.4),
stats,
transport (>= 0.15.0)
URL: https://github.com/pietrocipolla/gsaot, https://pietrocipolla.github.io/gsaot/
BugReports: https://github.com/pietrocipolla/gsaot/issues
LinkingTo:
Rcpp,
RcppEigen
VignetteBuilder: knitr
RdMacros: Rdpack