joshmarsh/TSPatternQuery: A Time Series Pattern Query Tool Using PIPs and Hybrid Template-Ruleset Matching

Allows for the querying of time series for patterns. TSPatternQuery is a slightly modified implementation of <http://dl.acm.org/citation.cfm?id=1862263>. This is a sliding window algorithm. Important points are identified within the window at each offset. They are then compared to a template of the desired pattern using spearman's rho as a similarity measure. Additional rules provided to the function may be used to increase accuracy, or to short circuit the algorithm in order to increase speed.

Getting started

Package details

AuthorJoshua Anthony Marsh
MaintainerJoshua Anthony Marsh <joshanthonymarsh@gmail.com>
LicenseMIT
Version0.1.0
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("joshmarsh/TSPatternQuery")
joshmarsh/TSPatternQuery documentation built on May 19, 2019, 8:53 p.m.