https://github.com/brandmaier/pdc

pdc: An R Package for Complexity-Based Clustering of Time Series

https://github.com/brandmaier/pdc

Science Score: 23.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
  • .zenodo.json file
  • DOI references
    Found 1 DOI reference(s) in README
  • Academic publication links
  • Committers with academic emails
    1 of 3 committers (33.3%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (15.4%) to scientific vocabulary
Last synced: 11 months ago · JSON representation

Repository

pdc: An R Package for Complexity-Based Clustering of Time Series

Basic Info
  • Host: GitHub
  • Owner: brandmaier
  • License: gpl-3.0
  • Language: C
  • Default Branch: master
  • Size: 10 MB
Statistics
  • Stars: 7
  • Watchers: 2
  • Forks: 1
  • Open Issues: 1
  • Releases: 0
Created over 8 years ago · Last pushed over 3 years ago
Metadata Files
Readme License Code of conduct

README.Rmd

pdc
==========

```{r echo=FALSE}
knitr::opts_chunk$set(
  comment = "#>",
  collapse = TRUE
)
```



[![cran version](http://www.r-pkg.org/badges/version/pdc)](https://cran.r-project.org/package=pdc)
[![rstudio mirror downloads](http://cranlogs.r-pkg.org/badges/pdc)](https://github.com/metacran/cranlogs.app)
[![Total downloads badge](https://cranlogs.r-pkg.org/badges/grand-total/pdc?color=blue)](https://CRAN.R-project.org/pdc)
[![Lifecycle: stable](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://www.tidyverse.org/lifecycle/#stable)
![Code size](https://img.shields.io/github/languages/code-size/brandmaier/pdc.svg)
[![Travis build status](https://travis-ci.com/brandmaier/pdc.svg?branch=master)](https://travis-ci.com/brandmaier/pdc)
![contributions](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)
[![Features](https://img.shields.io/badge/features-pdc-orange.svg?colorB=2196F3)](https://brandmaier.github.io/pdc/reference/index.html) 
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)



## What is this?

"Permutation distribution clustering is a complexity-based approach to clustering time
series. The dissimilarity of time series is formalized as the squared Hellinger distance
between the permutation distribution of embedded time series. The resulting distance
measure has linear time complexity, is invariant to phase and monotonic transformations,
and robust to outliers." (Brandmaier et al., 2015)

PDC was cited in the context of modeling the predictability of infectious disease outbreaks, 
clustering of river stream flows, volatility of financial markets, in a decision support systems 
for agriculture and farming, in investigating Antarctic cryoconite holes.

## Install

To install the packagr from CRAN, simply type

```{r eval=FALSE,echo=TRUE}
install.packages("pdc")
```

To install the latest pdc package directly from this repository, copy the following line into R:

```{r, eval=FALSE}
library(devtools)
devtools::install_github("brandmaier/pdc")
```

## Examples

- [Getting Started](https://brandmaier.github.io/pdc/articles/Getting_started.html)
- [Clustering complex shapes](https://brandmaier.github.io/pdc/articles/Complex_shapes.html)
- [Runtime comparison](https://brandmaier.github.io/pdc/articles/Runtime_comparison.html)
- [Paired Time series](https://brandmaier.github.io/pdc/articles/Paired_tseries.html)
- [Multivariate](https://brandmaier.github.io/pdc/articles/Multivariate.html)

## Documentation

Please see the online package documentation here: [https://brandmaier.github.io/pdc/](https://brandmaier.github.io/pdc/).

## References

Brandmaier, A. M. (2015). pdc: An R package for complexity-based clustering of time series. *Journal of Statistical Software*, 67. doi:10.18637/jss.v067.i05

Owner

  • Name: Andreas Brandmaier
  • Login: brandmaier
  • Kind: user
  • Location: Berlin

Professor of Research Methods. Senior Research Scientist. Computer & Data Scientist in Lifespan Psychology.

GitHub Events

Total
Last Year

Committers

Last synced: about 1 year ago

All Time
  • Total Commits: 40
  • Total Committers: 3
  • Avg Commits per committer: 13.333
  • Development Distribution Score (DDS): 0.05
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Brandmaier b****r@m****e 38
Katherine Rosenfeld k****d@i****g 1
Andreas Brandmaier y****e@e****m 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: about 1 year ago

All Time
  • Total issues: 1
  • Total pull requests: 1
  • Average time to close issues: N/A
  • Average time to close pull requests: 2 days
  • Total issue authors: 1
  • Total pull request authors: 1
  • Average comments per issue: 2.0
  • Average comments per pull request: 3.0
  • Merged pull requests: 1
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • ggrothendieck (1)
Pull Request Authors
  • krosenfeld-IDM (1)
Top Labels
Issue Labels
Pull Request Labels

Dependencies

DESCRIPTION cran
  • grDevices * imports
  • graphics * imports
  • stats * imports
  • utils * imports
  • knitr * suggests
  • lattice * suggests
  • plotrix * suggests
  • rmarkdown * suggests