Package: harbinger
Title: An Unified Time Series Event Detection Framework
Version: 1.0.737
Authors@R: 
  c(
        person(
            given = "Rebecca",
            family = "Salles",
            role = c("aut"),
            email = "rebecca.salles@eic.cefet-rj.br"
        ),
        person(
            given = "Janio",
            family = "Lima",
            role = c("aut"),
            email = "janio.lima@eic.cefet-rj.br"
        ),
        person(
            given = "Lais",
            family = "Baroni",
            role = c("aut"),
            email = "rebecca.salles@eic.cefet-rj.br"
        ),
        person(
            given = "Antonio",
            family = "Castro",
            role = c("aut"),
            email = "antonio.castro@eic.cefet-rj.br"
        ),
        person(
            given = "Leonardo",
            family = "Carvalho",
            role = c("aut"),
            email = "leonardo.carvalho@eic.cefet-rj.br"
        ),
        person(
            given = "Heraldo",
            family = "Borges",
            role = c("aut"),
            email = "heraldo.borges@cefet-rj.br"
        ),
        person(
            given = "Diego",
            family = "Carvalho",
            role = c("aut"),
            email = "d.carvalho@ieee.org"
        ),
        person(
            given = "Rafaelli",
            family = "Coutinho",
            role = c("aut"),
            email = "rafaelli.coutinho@cefet-rj.br"
        ),
        person(
            given = "Eduardo",
            family = "Bezerra",
            role = c("aut"),
            email = "ebezerra@cefet-rj.br"
        ),
        person(
            given = "Esther",
            family = "Pacitti",
            role = c("aut"),
            email = "Esther.Pacitti@lirmm.fr"
        ),
        person(
            given = "Fabio",
            family = "Porto",
            role = c("aut"),
            email = "fporto@lncc.br"
        ),
        person(
            given = "Eduardo",
            family = "Ogasawara",
            role = c("aut", "ths", "cre"),
            email = "eogasawara@ieee.org",
            comment = c(ORCID = "0000-0002-0466-0626")
        ),
        person(
            given = "Federal Center for Technological Education of Rio de Janeiro (CEFET/RJ)",
            role = "cph"
        )
   )
Description: By analyzing time series, it is possible to observe significant changes in the behavior of observations that frequently characterize events. Events present themselves as anomalies, change points, or motifs. In the literature, there are several methods for detecting events. However, searching for a suitable time series method is a complex task, especially considering that the nature of events is often unknown. This work presents Harbinger, a framework for integrating and analyzing event detection methods. Harbinger contains several state-of-the-art methods described in Salles et al. (2020) <doi:10.5753/sbbd.2020.13626>.
License: MIT + file LICENSE
URL: https://github.com/cefet-rj-dal/harbinger,
        https://cefet-rj-dal.github.io/harbinger/
Encoding: UTF-8
RoxygenNote: 7.2.3
Imports: stats, daltoolbox, TSPred, tsmp, dtwclust, rugarch, forecast,
        ggplot2, changepoint, strucchange, stringr, dplyr, reticulate
Config/reticulate: list( packages = list( list(package = "scipy"),
        list(package = "torch"), list(package = "pandas"), list(package
        = "numpy"), list(package = "matplotlib"), list(package =
        "scikit-learn") ) )
NeedsCompilation: no
Packaged: 2023-11-11 10:33:39 UTC; gpca
Author: Rebecca Salles [aut],
  Janio Lima [aut],
  Lais Baroni [aut],
  Antonio Castro [aut],
  Leonardo Carvalho [aut],
  Heraldo Borges [aut],
  Diego Carvalho [aut],
  Rafaelli Coutinho [aut],
  Eduardo Bezerra [aut],
  Esther Pacitti [aut],
  Fabio Porto [aut],
  Eduardo Ogasawara [aut, ths, cre]
    (<https://orcid.org/0000-0002-0466-0626>),
  Federal Center for Technological Education of Rio de Janeiro (CEFET/RJ)
    [cph]
Maintainer: Eduardo Ogasawara <eogasawara@ieee.org>
Repository: CRAN
Date/Publication: 2023-11-11 10:53:24 UTC
