Tools for Time Series Analysis Based on Symbolic Aggregate Dicretization


[Up] [Top]

Documentation for package ‘jmotif’ version 1.0.2

Help Pages

alphabet_to_cuts Translates an alphabet size into the array of corresponding SAX cut-lines built using the Normal distribution.
bags_to_tfidf Computes a TF-IDF weight vectors for a set of word bags.
CBF A standard UCR Cylinder-Bell-Funnel dataset from http://www.cs.ucr.edu/~eamonn/time_series_data
col_means Computes the column means for a matrix.
cosine_dist Computes the cosine similarity between numeric vectors
cosine_sim Computes a cosine similarity values between a bag of words and a set of TF-IDF weight vectors.
early_abandoned_dist Finds the Euclidean distance between points, if distance is above the threshold, abandons the computation and returns NAN.
ecg0606 A PHYSIONET dataset
euclidean_dist Finds the Euclidean distance between points.
find_discords_brute_force Finds a discord using brute force algorithm.
find_discords_hot_sax Finds a discord with HOT-SAX.
Gun_Point A standard UCR Gun Point dataset from http://www.cs.ucr.edu/~eamonn/time_series_data
idx_to_letter Get the ASCII letter by an index.
is_equal_mindist Compares two strings using mindist.
is_equal_str Compares two strings using natural letter ordering.
letters_to_idx Get an ASCII indexes sequence for a given character array.
letter_to_idx Get the index for an ASCII letter.
manyseries_to_wordbag Converts a set of time-series into a single bag of words.
min_dist Computes the mindist value for two strings
paa Computes a Piecewise Aggregate Approximation (PAA) for a time series.
sax_by_chunking Discretize a time series with SAX using chunking (no sliding window).
sax_distance_matrix Generates a SAX MinDist distance matrix (i.e. the "lookup table") for a given alphabet size.
sax_via_window Discretizes a time series with SAX via sliding window.
series_to_chars Transforms a time series into the char array using SAX and the normal alphabet.
series_to_string Transforms a time series into the string.
series_to_wordbag Converts a single time series into a bag of words.
subseries Extracts a subseries.
znorm Z-normalizes a time series by subtracting the mean value and dividing by the standard deviation value.