Asdrúbal

A simple helper for time series manipulation and analysis.

Asdrúbal allows you to create a time series with values and perform simple analysis on it.

Currently, the only analysis it does is "burst of values". Using a given "time span" (let's say 2 days) it consider the that any date with value > 0 at maximum 2 dates of distance behind and ahead is part of the same "burst".

The current purpose of this analysis is to find the period an applicant is looking for a job :)

Installation

Add this line to your application's Gemfile:

gem 'asdrubal'

And then execute:

$ bundle

Or install it yourself as:

$ gem install asdrubal

Usage

TODO: Okay, I'll put something here as soon I have time. You you really want to use it as is, chech "spec" directory ;)

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Added some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request