-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
41 lines (41 loc) · 1.45 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
36
37
38
39
40
41
Package: spcopula
Type: Package
Title: Copula Driven Analysis - Multivariate, Spatial, Spatio-Temporal
Version: 0.2-5
Date: 2020-11-12
Authors@R: c(person("Benedikt", "Graeler", role = c("aut", "cre"),
email = "[email protected]"),
person("Marius", "Appel",role = "ctb"))
Maintainer: Benedikt Graeler <[email protected]>
Description: A framework to analyse multivariate, spatial and spatio-temporal data via copulas, vine copulas and hierarchical Kendall copulas is provided. The spatial/spatio-temporal data needs to be provided in the form of the sp and spacetime package respectively. Additionally, support for calculating different multivariate return periods based on copulas and vine copulas is implemented. As of version 0.2-2, Hierarchical Kendall Copulas are also provided.
License: GPL-3
LazyLoad: yes
Depends: copula (>= 1.0-0), VC2copula (>= 0.1.0), R (>= 3.6.0),
Imports: methods, sp, spacetime (>= 1.0-9), VineCopula (>= 2.4.0)
Suggests: evd
URL: https://github.com/bengraeler/spcopula
Collate:
Classes.R
empiricalCopula.R
partialDerivatives.R
cqsCopula.R
asCopula.R
leafCopula.R
mixtureCopula.R
spCopula.R
stCopula.R
spatialPreparation.R
spatio-temporalPreparation.R
spVineCopula.R
stVineCopula.R
stCoVarVineCopula.R
utilities.R
returnPeriods.R
spatialGaussianCopula.R
tawn3pCopula.R
tailDependenceFunctions.R
KendallDistribution.R
hkCopula.R
trunCopula.R
spGeometric.R
zzz.R