All Projects → AnkurGel → statsample-timeseries

AnkurGel / statsample-timeseries

Licence: other
Statsample TimeSeries

Programming Languages

ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to statsample-timeseries

Lightkurve
A friendly package for Kepler & TESS time series analysis in Python.
Stars: ✭ 232 (+792.31%)
Mutual labels:  timeseries
MachineLearning
Machine learning for beginner(Data Science enthusiast)
Stars: ✭ 104 (+300%)
Mutual labels:  timeseries
kaggle-recruit-restaurant
🏆 Kaggle 8th place solution
Stars: ✭ 102 (+292.31%)
Mutual labels:  timeseries
Carbonapi
Implementation of graphite API (graphite-web) in golang
Stars: ✭ 243 (+834.62%)
Mutual labels:  timeseries
influxdbr
R Interface for InfluxDB
Stars: ✭ 95 (+265.38%)
Mutual labels:  timeseries
dynamic-discrete-choice
Matlab package for learning to specify, compute, and estimate dynamic discrete choice models
Stars: ✭ 28 (+7.69%)
Mutual labels:  estimation
Timeseries fastai
fastai V2 implementation of Timeseries classification papers.
Stars: ✭ 221 (+750%)
Mutual labels:  timeseries
ClimateTools.jl
Climate science package for Julia
Stars: ✭ 108 (+315.38%)
Mutual labels:  timeseries
TimeseriesSurrogates.jl
A Julia package for generating timeseries surrogates
Stars: ✭ 35 (+34.62%)
Mutual labels:  timeseries
armagarch
ARMA-GARCH
Stars: ✭ 59 (+126.92%)
Mutual labels:  timeseries
Mtail
extract internal monitoring data from application logs for collection in a timeseries database
Stars: ✭ 3,028 (+11546.15%)
Mutual labels:  timeseries
prometheus-redistimeseries-adapter
Prometheus remote storage adapter for RedisTimeSeries
Stars: ✭ 23 (-11.54%)
Mutual labels:  timeseries
nifi-influxdb-bundle
InfluxDB Processors For Apache NiFi
Stars: ✭ 30 (+15.38%)
Mutual labels:  timeseries
Rrd4j
A high performance data logging and graphing system for time series data.
Stars: ✭ 234 (+800%)
Mutual labels:  timeseries
DiD
Keeping track of what is going on with the latest DiD innovations.
Stars: ✭ 299 (+1050%)
Mutual labels:  estimation
Anomalydetection
Twitter's Anomaly Detection in Pure Python
Stars: ✭ 225 (+765.38%)
Mutual labels:  timeseries
AlphaVantageRB
A Gem for AlphaVantage
Stars: ✭ 68 (+161.54%)
Mutual labels:  timeseries
JRedisTimeSeries
Java Client for RedisTimeSeries
Stars: ✭ 29 (+11.54%)
Mutual labels:  timeseries
rsdmx
Tools for reading SDMX data and metadata in R
Stars: ✭ 93 (+257.69%)
Mutual labels:  timeseries
covid19-timeseries
Covid19 timeseries data store
Stars: ✭ 38 (+46.15%)
Mutual labels:  timeseries

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].