Learn R Programming

TED

TED implements event detection and classification in turbulence time series. The event detection step locates and detects events by performing a noise test on sliding subsequences extracted from the time series. A subsequence is considered to be a potential event if its characteristics are significantly different from noise. The event is defined only if the consecutive sequence of potential events is long enough. This step does not reply on pre-assumption of events in terms of their magnitude, geometry, or stationarity. The event classification step is to classify the events into groups with similar global characteristics. Each event is summarised using a feature vector, and then the events are clustered according to the Euclidean distances among the feature vectors. Examples of event detection and classification can be found in the package for both artificial data and real world turbulence data.

Copy Link

Version

Install

install.packages('TED')

Monthly Downloads

13

Version

1.1.1

License

GPL (>= 2)

Maintainer

Yanfei Kang

Last Published

October 2nd, 2014

Functions in TED (1.1.1)

cbfs_red

Generate an artificial event with red noise
eventCluster

Cluster detected events
plotevents

Plot the detected events
CASES99

One day of 1-s averages of the thermocouple temperature data from CASES-99 dataset
ted-package

Detect and classify events from turbulence time series
eventDetection

Detect events from time series
ur.za.fast

Unit root test for events considering a structrual break
eventExtraction

Extract events from time series
measures

Calculate statistical characteristics of an event
cbfs

Generate an artificial event with white noise
noiseTests

Perform noise tests for a time series
aniplotevents

Generate a gif to visualise the event detection process
detrendc

Conditionally detrend a time series
ts2mat

Reshape a vector into a matrix