-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
40 lines (40 loc) · 1.87 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
Package: cylcop
Title: Circular-Linear Copulas with Angular Symmetry for Movement Data
Version: 0.2.0
URL: https://github.com/r-lib/devtools
BugReports: https://github.com/r-lib/devtools/issues
Authors@R:
person(given = "Florian",
family = "Hodel",
role = c("aut", "cre"),
email = "florian.hodel@yahoo.com",
comment = c(ORCID = "0000-0002-0099-1006"))
Maintainer: Florian Hodel <florian.hodel@yahoo.com>
Description: Classes (S4) of circular-linear, symmetric copulas with corresponding
methods, extending the 'copula' package. These copulas are especially useful
for modeling correlation in discrete-time movement data. Methods for density,
(conditional) distribution, random number generation, bivariate dependence
measures and fitting parameters using maximum likelihood and other
approaches. The package also contains methods for visualizing movement data
and copulas.
License: GPL (>= 2)
Encoding: UTF-8
Depends: R (>= 3.5),
Imports: circular, stats, purrr, dplyr (>= 0.7.0), copula, stringr,
rlang, methods, GoFKernel, MASS, data.table, infotheo, ggplot2,
utils, rgl, viridis, plotly, cowplot, movMF, Rdpack, mixR,
transport
RdMacros: Rdpack
RoxygenNote: 7.2.1
Collate: 'cyl_cop_class.R' 'Ccond.R' 'aaaglobal.R' 'correlation.R'
'cyl_cubsec.R' 'cyl_quadsec.R' 'cyl_rect_combine.R'
'cyl_rot_combine.R' 'cyl_vonmises.R' 'cylcop-package.R'
'density.R' 'deprecated.R' 'fit_cop_corr.R' 'fit_cop_mle.R'
'fit_margin.R' 'gof.R' 'joint_distr.R' 'mixed_linear.R'
'mixedvonmises.R' 'opt_auto.R' 'plotting_functions.R'
'simulate_trajectory.R' 'utils.R' 'wrappedcauchy.R' 'zzz.R'
NeedsCompilation: no
Packaged: 2022-10-29 19:49:57 UTC; Flo
Author: Florian Hodel [aut, cre] (<https://orcid.org/0000-0002-0099-1006>)
Repository: CRAN
Date/Publication: 2022-10-29 22:00:21 UTC