Skip to content

EventDetectR is an R-package for detecting/classifiying events in time-series data. It aims to combine multiple well-known R-packages like the forecast package to deliver an easily configurable tool for event detection. The EventDetectGUI package is a graphical user interface, created to make the access and use of the EventDetectR package even e…

License

Notifications You must be signed in to change notification settings

frehbach/EventDetectGUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7743369 · Apr 6, 2020

History

68 Commits
Apr 1, 2020
Aug 24, 2018
Feb 12, 2020
Apr 1, 2020
Feb 12, 2020
Aug 15, 2018
May 30, 2018
Aug 15, 2018
Oct 30, 2018
Feb 18, 2020
Aug 15, 2018
Aug 15, 2018
Jan 28, 2020
Jan 28, 2020
Apr 6, 2020
Oct 30, 2018

Repository files navigation

EventDetectGUI

General Info

EventDetectR is an R-package for detecting/classifiying events in time-series data. It aims to combine multiple well-known R-packages like the forecast package to deliver an easily configurable tool for event detection. The EventDetectGUI package is a graphical user interface, created to make the access and use of the EventDetectR package even easier.

The main documentation for the GUI will be collected on the EventDetectR GitHub Site and the Package Website.

Build Status AppVeyor Build Status codecov

Installation

The package can be installed directly from github:

require(devtools)
install_github("frehbach/EventDetectGUI")

The package is available on CRAN and can be installed:

install.packages('EventDetectGUI')

Usage

You need only one function to start and run the EventDetectGUI:

runGUI()

About

EventDetectR is an R-package for detecting/classifiying events in time-series data. It aims to combine multiple well-known R-packages like the forecast package to deliver an easily configurable tool for event detection. The EventDetectGUI package is a graphical user interface, created to make the access and use of the EventDetectR package even e…

Resources

License

Citation

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages