Interface UnivariateTimeSeries<T extends Comparable<? super T>,​E extends UnivariateTimeSeries.Entry<T>>

    • Method Detail

      • toArray

        double[] toArray()
        Convert this time series into an array, discarding the timestamps.
        Returns:
        the array representation of the time series