All Projects → rafat → ctsa

rafat / ctsa

Licence: other
A Univariate Time Series Analysis and ARIMA Modeling Package in ANSI C. Updated with SARIMAX and Auto ARIMA.

Programming Languages

c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to ctsa

ts-forecasting-ensemble
CentOS based Docker container for Time Series Analysis and Modeling.
Stars: ✭ 19 (-50%)
Mutual labels:  time-series, arima, sarimax
Machine-Learning
Machine Learning Projects
Stars: ✭ 19 (-50%)
Mutual labels:  time-series, arima, sarimax
arima
ARIMA, SARIMA, SARIMAX and AutoARIMA models for time series analysis and forecasting in the browser and Node.js
Stars: ✭ 31 (-18.42%)
Mutual labels:  arima, sarimax
gold-price-analysis
Creating a model to analyze and predict the trend of the prices of gold.
Stars: ✭ 31 (-18.42%)
Mutual labels:  time-series, sarimax
modeltime.resample
Resampling Tools for Time Series Forecasting with Modeltime
Stars: ✭ 12 (-68.42%)
Mutual labels:  time-series
pybacen
This library was developed for economic analysis in the Brazilian scenario (Investments, micro and macroeconomic indicators)
Stars: ✭ 40 (+5.26%)
Mutual labels:  time-series
cubism-es
ES6 module of cubism.js, based on d3v5.
Stars: ✭ 24 (-36.84%)
Mutual labels:  time-series
Start maja
To process a Sentinel-2 time series with MAJA cloud detection and atmospheric correction processor
Stars: ✭ 47 (+23.68%)
Mutual labels:  time-series
Autoformer
About Code release for "Autoformer: Decomposition Transformers with Auto-Correlation for Long-Term Series Forecasting" (NeurIPS 2021), https://arxiv.org/abs/2106.13008
Stars: ✭ 567 (+1392.11%)
Mutual labels:  time-series
xephon-k
A time series database prototype with multiple backends
Stars: ✭ 22 (-42.11%)
Mutual labels:  time-series
wetterdienst
Open weather data for humans
Stars: ✭ 190 (+400%)
Mutual labels:  time-series
autoplait
Python implementation of AutoPlait (SIGMOD'14) without smoothing algorithm. NOTE: This repository is for my personal use.
Stars: ✭ 24 (-36.84%)
Mutual labels:  time-series
wax-ml
A Python library for machine-learning and feedback loops on streaming data
Stars: ✭ 36 (-5.26%)
Mutual labels:  time-series
time-series-classification
Classifying time series using feature extraction
Stars: ✭ 75 (+97.37%)
Mutual labels:  time-series
tsmp
R Functions implementing UCR Matrix Profile Algorithm
Stars: ✭ 63 (+65.79%)
Mutual labels:  time-series
CausalityTools.jl
Algorithms for causal inference and the detection of dynamical coupling from time series, and for approximation of the transfer operator and invariant measures.
Stars: ✭ 45 (+18.42%)
Mutual labels:  time-series
downsample
Collection of several downsampling methods for time series visualisation purposes.
Stars: ✭ 50 (+31.58%)
Mutual labels:  time-series
talaria
TalariaDB is a distributed, highly available, and low latency time-series database for Presto
Stars: ✭ 148 (+289.47%)
Mutual labels:  time-series
dana
DANA: Dimension-Adaptive Neural Architecture (UbiComp'21)( ACM IMWUT)
Stars: ✭ 28 (-26.32%)
Mutual labels:  time-series
The-Purchase-and-Redemption-Forecast-Challenge-baseline
天池“资金流入流出预测——挑战baseline”的解决方案,线上效果143.5
Stars: ✭ 78 (+105.26%)
Mutual labels:  time-series

CTSA

A Univariate Time Series Analysis and ARIMA Modeling Package in ANSI C

CTSA is a C software package for univariate time series analysis. ARIMA and Seasonal ARIMA models have been added as of 10/30/2014. Other functionality will be added soon

07/24/2020 Update : SARIMAX and Auto ARIMA added. Documentation will be added in the coming days. Software is still in beta stage and older ARIMA and SARIMA functions are now superseded by SARIMAX.

Dependencies

Git and CMake

Getting Started

git clone https://github.com/rafat/ctsa.git
cd ctsa
cmake .
make
Auto ARIMA Auto ARIMA Class + Examples
SARIMAX SARIMAX Class + Examples
ARIMA ARIMA Class + Example
Seasonal ARIMA Seasonal ARIMA Class + Example
AR AR Class + Example
ACF Autocovariance, Autocorrelation and Partial Autocorrelation + Examples
References References (List Being Updated)

Wiki is available at

https://github.com/rafat/ctsa/wiki

License : BSD 3- Clause Check COPYRIGHT file

Contact [email protected]

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].