R/EventDetectR-package.R

#' @title EventDetectR-package description
#' @description
#' Detect events/ anomalies in time-series data.

#'
#' @details The EventDetectR package enables detection of events/ anomalies in multivariate time-series data. It combines multiple well-known R packages like 'forecast, 'neuralnet' to deliver an easily configurable tool for event detection.
#'
#' @name EventDetectR-package
#'
#'
#' @docType package
#' @import stats
#' @import utils
if(getRversion() >= "2.15.1")  utils::globalVariables(c("x","y"))
NULL

Try the EventDetectR package in your browser

Any scripts or data that you put into this service are public.

EventDetectR documentation built on Jan. 13, 2021, 9:02 a.m.