Learn R Programming

TSrepr (version 1.1.0)

Time Series Representations

Description

Methods for representations (i.e. dimensionality reduction, preprocessing, feature extraction) of time series to help more accurate and effective time series data mining. Non-data adaptive, data adaptive, model-based and data dictated (clipped) representation methods are implemented. Also various normalisation methods (min-max, z-score, Box-Cox, Yeo-Johnson), and forecasting accuracy measures are implemented.

Copy Link

Version

Install

install.packages('TSrepr')

Monthly Downloads

427

Version

1.1.0

License

GPL-3 | file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Peter Laurinec

Last Published

July 13th, 2020

Functions in TSrepr (1.1.0)

denorm_yj

Yeo-Johnson denormalisation
denorm_z

Z-score denormalisation
repr_matrix

Computation of matrix of representations from matrix of time series
norm_min_max

Min-Max normalisation
norm_min_max_list

Min-Max normalization list
repr_exp

Exponential smoothing seasonal coefficients as representation
repr_lm

Regression coefficients from linear model as representation
repr_feaclip

FeaClip representation of time series
TSrepr

TSrepr package
clipping

Creates bit-level (clipped representation) from a vector
norm_z_list

Z-score normalization list
mape

MAPE
mdae

MdAE
norm_boxcox

Two-parameter Box-Cox normalisation
repr_dft

DFT representation by FFT
fast_stat

Fast statistic functions (helpers)
norm_atan

Arctangent normalisation
repr_gam

GAM regression coefficients as representation
mae

MAE
norm_yj

Yeo-Johnson normalisation
repr_list

Computation of list of representations list of time series with different lengths
norm_min_max_params

Min-Max normalisation with parameters
mase

MASE
rleC

RLE (Run Length Encoding) written in C++
repr_pip

PIP representation
mse

MSE
repr_paa

PAA - Piecewise Aggregate Approximation
repr_windowing

Windowing of time series
repr_feacliptrend

FeaClipTrend representation of time series
trending

Creates bit-level (trending) representation from a vector
repr_dwt

DWT representation
repr_seas_profile

Mean seasonal profile of time series
repr_featrend

FeaTrend representation of time series
norm_z_params

Z-score normalisation with parameters
repr_sma

Simple Moving Average representation
repr_pla

PLA representation
rmse

RMSE
repr_sax

SAX - Symbolic Aggregate Approximation
repr_dct

DCT representation
smape

sMAPE
elec_load

2 weeks of electricity load data from 50 consumers.
norm_z

Z-score normalisation
maape

MAAPE
coefComp

Functions for linear regression model coefficients extraction
denorm_atan

Arctangent denormalisation
denorm_boxcox

Two-parameter Box-Cox denormalisation
denorm_min_max

Min-Max denormalisation