Package: otsad
Type: Package
Title: Online Time Series Anomaly Detectors
Version: 0.2.0
Authors@R: c(
    person("Alaiñe", "Iturria", email = "aiturria@ikerlan.es", role = c("aut","cre")),
    person("Jacinto", "Carrasco", email = "jacintocc@decsai.ugr.es", role = c("aut")),
    person("Francisco", "Herrera", email = "herrera@decsai.ugr.es", role = c("aut")),
    person("Santiago", "Charramendieta", email = "scharramendieta@ikerlan.es", role = c("aut")),
    person("Karmele", "Intxausti", email = "kintxausti@ikerlan.es", role = c("aut")))
Description: Implements a set of online fault detectors for time-series, called: PEWMA see M. Carter
             et al. (2012) <doi:10.1109/SSP.2012.6319708>, SD-EWMA and TSSD-EWMA see H. Raza et al. 
             (2015) <doi:10.1016/j.patcog.2014.07.028>, KNN-CAD see E. Burnaev et al. (2016)
             <arXiv:1608.04585>, KNN-LDCD see V. Ishimtsev et al. (2017) <arXiv:1706.03412> and 
             CAD-OSE see M. Smirnov (2018) <https://github.com/smirmik/CAD>. The first three 
             algorithms belong to prediction-based techniques and the last three belong to 
             window-based techniques. In addition, the SD-EWMA and PEWMA algorithms are algorithms 
             designed to work in stationary environments, while the other four 
             are algorithms designed to work in non-stationary environments.
Depends: R (>= 3.4.0)
SystemRequirements: Python (>= 3.0.1); bencode-python3 (1.0.2)
License: AGPL (>= 3)
URL: https://github.com/alaineiturria/otsad
BugReports: https://github.com/alaineiturria/otsad/issues
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1
Suggests: testthat, stream, knitr, rmarkdown
Imports: stats, ggplot2, plotly, sigmoid, reticulate
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2019-09-05 17:21:13 UTC; aiturria
Author: Alaiñe Iturria [aut, cre],
  Jacinto Carrasco [aut],
  Francisco Herrera [aut],
  Santiago Charramendieta [aut],
  Karmele Intxausti [aut]
Maintainer: Alaiñe Iturria <aiturria@ikerlan.es>
Repository: CRAN
Date/Publication: 2019-09-06 09:50:02 UTC
Built: R 4.1.0; ; 2021-05-28 01:37:14 UTC; unix
