Package ai.libs.jaicore.basic.transform.vector.derivate
Package containing filters that calculate derivates of time series.
-
Class Summary Class Description ADerivateFilter Abstract superclass for all derivate filters.BackwardDifferenceDerivate Filter that calculate the Backward Difference derivate.ForwardDifferenceDerivate Filter that calculate the Forward Difference derivate.GulloDerivate Calculates the derivative of a timeseries as described first by Gullo et. al (2009).KeoghDerivate Calculates the derivative of a timeseries as described first by Keogh and Pazzani (2001).