Time Series Features
Features : Time domain: 均值,方差,標準差,最大值,最小值,過零點個數,最大值與最小值之差,眾數 frequency domain: 直流分量,圖形的均值、方差、標準差、斜度、峭度,幅度的均值、方差、標準差、斜度、峭度 R 1. Spectral entropy of a time series Computes feature of a time series based on tiled (non-overlapping) windows. 2. lumpiness is the variance of the variances 3. stability is the variance of the means Computes feature of a time series based on sliding (overlapping) windows 4. max_level_shift finds the largest mean shift between two consecutive windows. 5. max_var_shift finds the largest var shift between two consecutive windows 6. max_kl_shift finds the largest shift in Kulback-Leibler divergence between two consecutive windows 7. Number of crossing points: the number of times a time series crosses the median 8. Number of flat spots: Number of flat spots in a time series(rel) 9. Hurst coefficent: Computes the Hurst coefficient indicating the level of fractional differencing of a time series 10. Autocorrelation-based features: Compu...