Description Usage Arguments Value Author(s) See Also Examples
Computes various different features (e.g., entropy, trend, seasonality) of a set of time-series
1 2 |
y |
A multivariate time series |
normalise |
If |
width |
A window size for variance change, level shift and lumpiness |
window |
A window size for KLscore |
An object of class features
with the following components:
lumpiness |
Variance of annual variances of remainder |
entropy |
Spectral entropy from |
ACF1 |
First order of autocorrelation |
lshift |
Level shift using rolling window |
vchange |
Variance change |
cpoints |
The number of crossing points |
fspots |
Flat spots using disretization |
trend |
Strength of trend |
linearity |
Strength of linearity |
curvature |
Strength of curvature |
spikiness |
Strength of spikiness |
season |
Strength of seasonality |
peak |
Strength of peaks |
trough |
Strength of trough |
KLscore |
Kullback-Leibler score |
change.idx |
Index of the maximum KL score |
Rob J Hyndman, Earo Wang, Nikolay Laptev
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.