-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
24 lines (24 loc) · 841 Bytes
/
DESCRIPTION
File metadata and controls
24 lines (24 loc) · 841 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Package: pdc
Type: Package
Title: Permutation Distribution Clustering
Version: 1.1.0
Date: 2023-02-17
Authors@R: c(person("Andreas M. Brandmaier",
email="andy@brandmaier.de",
role=c("aut","cre"),
comment = c(ORCID = "0000-0001-8765-6982")))
Maintainer: Andreas M. Brandmaier <andy@brandmaier.de>
Description: Permutation Distribution Clustering is a clustering method for time series. Dissimilarity of time series is formalized as the divergence between their permutation distributions. The permutation distribution was proposed as measure of the complexity of a time series.
License: GPL-3
Imports: stats,
utils,
grDevices,
graphics
Suggests:
plotrix,
lattice,
knitr,
rmarkdown
VignetteBuilder: knitr
URL: https://brandmaier.github.io/pdc/, https://github.com/brandmaier/pdc
RoxygenNote: 7.1.1