A B C D E F G H I K L M N O P Q R S T U V W 

E

Epanechnikov - Class in nl.liacs.timeseries.kernel
Epanechnikov kernel: K(u) = 3/4 * (1 - u^2), where |u| ≤ 1.
Epanechnikov(int) - Constructor for class nl.liacs.timeseries.kernel.Epanechnikov
Constructs an Epanechnikov kernel.
ExponentialMovingAverage - Class in nl.liacs.timeseries.kernel
ExponentialMovingAverage kernels take into account previous values when determining the current one, but weight those using some exponentially decreasing weight, or ExponentialMovingAverage.FACTOR.
ExponentialMovingAverage() - Constructor for class nl.liacs.timeseries.kernel.ExponentialMovingAverage
Constructs an ExponentialMovingAverage kernel.
ExponentialMovingAverage(double) - Constructor for class nl.liacs.timeseries.kernel.ExponentialMovingAverage
Constructs an ExponentialMovingAverage kernel.
A B C D E F G H I K L M N O P Q R S T U V W