Package org.api4.java.common.timeseries
Interface ITimeSeriesComplexity
-
- All Known Implementing Classes:
SquaredBackwardDifferenceComplexity,StretchingComplexity
public interface ITimeSeriesComplexityInterface that describes the complexity measure of a time series.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description doublecomplexity(double[] t)
-