Packages

p

io.sqooba.oss

timeseries

package timeseries

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Package Members

  1. package archive

    Provides abstraction and tools for compressing/archiving time series data.

    Provides abstraction and tools for compressing/archiving time series data. The compression used is Gorilla TSC encoding implemented by the Java library fi.iki.yak.ts.compression.gorilla.

    These are the main types:

    Note

    The only supported type for the values of the TSEntries at the moment is Double. This can lead to precision problems if you have very high long values that you convert to double and pass to the compression.

  2. package bucketing
  3. package immutable
  4. package stats
  5. package thrift
  6. package utils
  7. package validation
  8. package window

Type Members

  1. trait TimeSeries[+T] extends AnyRef
  2. trait TimeSeriesBuilder[T] extends AnyRef

    Unifies the interface for builders of timeseries implementations.

    Unifies the interface for builders of timeseries implementations. This enables generic test cases.

Value Members

  1. object NumericTimeSeries
  2. object TimeSeries
  3. object TimeSeriesMerger

Ungrouped