ericyan / time-series

A Ruby library for dealing with time series data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A Ruby library for dealing with time series data

License:MIT License


Languages

Language:Ruby 100.0%