/time-series

A Ruby library for dealing with time series data

Primary LanguageRubyMIT LicenseMIT

time-series

This library provides a basic data structure that can represent time series data. It is originally designed for the representation of stock market data, but it is suitable (and extensible) for other purposes.

It keeps data points in a Hash and requires Ruby version >= 1.9.2, as it turns out in Ruby 1.9, a Hash is also a doubly-circular linked list.