No commit activity in last 3 years
No release in over 3 years
Statsample-timeseries is an extension to Statsample. It incorporates helpful timeseries functions and modules like ARMA, ARIMA, acf, pacf, lags etc.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 1.4.2
~> 1.3.5
>= 0
~> 1.8.4
~> 4.7.5
~> 0.14.0
~> 3.12

Runtime

 Project Readme

statsample-timeseries

Build Status

Statsample-Timeseries is an extension to Statsample, a suite for advanced statistics with Ruby.

Description

Statsample-Timeseries is extension of Statsample, and incorporates helpful time series functions, estimation techniques, and modules, such as:

  • ACF
  • PACF
  • ARIMA
  • Kalman Filter
  • Log Likelihood
  • Autocovariances
  • Moving Averages

Statsample-Timeseries is part of the SciRuby project.

Dependency

Please install rb-gsl which is a Ruby wrapper over GNU Scientific Library. It enables us to use various minimization techniques during estimations.

Installation

gem install statsample-timeseries

Usage

To use the library:

require 'statsample-timeseries'

See Ankur's blog posts for explanations and examples.

Documentation

The API doc is online. For more code examples see also the test files in the source tree.

Contributing

  • Fork the project.
  • Create your feature branch
  • Add/Modify code.
  • Write equivalent documentation and tests.
  • Run rake test to verify that all tests pass.
  • Push your branch.
  • Pull request. :)

Project home page

For information on the source tree, documentation, issues and how to contribute, see http://github.com/SciRuby/statsample-timeseries.

Copyright

Copyright (c) 2013 Ankur Goel and the Ruby Science Foundation. See LICENSE.txt for further details.

Statsample is (c) 2009-2013 Claudio Bustos and the Ruby Science Foundation.