All Projects → signaflo → Java Timeseries

signaflo / Java Timeseries

Licence: mit
Time series analysis in Java

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Java Timeseries

Timetk
A toolkit for working with time series in R
Stars: ✭ 371 (+139.35%)
Mutual labels:  time-series, timeseries, forecasting
modeltime.ensemble
Time Series Ensemble Forecasting
Stars: ✭ 65 (-58.06%)
Mutual labels:  timeseries, time-series, forecasting
Deep XF
Package towards building Explainable Forecasting and Nowcasting Models with State-of-the-art Deep Neural Networks and Dynamic Factor Model on Time Series data sets with single line of code. Also, provides utilify facility for time-series signal similarities matching, and removing noise from timeseries signals.
Stars: ✭ 83 (-46.45%)
Mutual labels:  timeseries, time-series, forecasting
Neural prophet
NeuralProphet - A simple forecasting model based on Neural Networks in PyTorch
Stars: ✭ 1,125 (+625.81%)
Mutual labels:  time-series, timeseries, forecasting
Doppelganger
[IMC 2020 (Best Paper Finalist)] Using GANs for Sharing Networked Time Series Data: Challenges, Initial Promise, and Open Questions
Stars: ✭ 97 (-37.42%)
Mutual labels:  time-series, timeseries
Stingray
Anything can happen in the next half hour (including spectral timing made easy)!
Stars: ✭ 94 (-39.35%)
Mutual labels:  time-series, timeseries
Gorilla Tsc
Implementation of time series compression method from the Facebook's Gorilla paper
Stars: ✭ 147 (-5.16%)
Mutual labels:  time-series, timeseries
Statespacemodels.jl
StateSpaceModels.jl is a Julia package for time-series analysis using state-space models.
Stars: ✭ 116 (-25.16%)
Mutual labels:  time-series, forecasting
Anticipy
A Python library for time series forecasting
Stars: ✭ 71 (-54.19%)
Mutual labels:  time-series, forecasting
Griddb
GridDB is a next-generation open source database that makes time series IoT and big data fast,and easy.
Stars: ✭ 1,587 (+923.87%)
Mutual labels:  time-series, timeseries
Pyfts
An open source library for Fuzzy Time Series in Python
Stars: ✭ 154 (-0.65%)
Mutual labels:  time-series, forecasting
Brein Time Utilities
Library which contains several time-dependent data and index structures (e.g., IntervalTree, BucketTimeSeries), as well as algorithms.
Stars: ✭ 94 (-39.35%)
Mutual labels:  time-series, timeseries
Timbala
Durable time-series database that's API-compatible with Prometheus.
Stars: ✭ 85 (-45.16%)
Mutual labels:  time-series, timeseries
Forecastml
An R package with Python support for multi-step-ahead forecasting with machine learning and deep learning algorithms
Stars: ✭ 101 (-34.84%)
Mutual labels:  time-series, forecasting
Stl Decomp 4j
Java implementation of Seasonal-Trend-Loess time-series decomposition algorithm.
Stars: ✭ 75 (-51.61%)
Mutual labels:  time-series, timeseries
Tsmoothie
A python library for time-series smoothing and outlier detection in a vectorized way.
Stars: ✭ 109 (-29.68%)
Mutual labels:  time-series, timeseries
Simplestockanalysispython
Stock Analysis Tutorial in Python
Stars: ✭ 126 (-18.71%)
Mutual labels:  time-series, timeseries
Kaggle Web Traffic
1st place solution
Stars: ✭ 1,641 (+958.71%)
Mutual labels:  time-series, timeseries
Gluon Ts
Probabilistic time series modeling in Python
Stars: ✭ 2,373 (+1430.97%)
Mutual labels:  time-series, forecasting
Msgarch
MSGARCH R Package
Stars: ✭ 51 (-67.1%)
Mutual labels:  time-series, forecasting

Java Time Series

Time series analysis in Java.

Announcements

Pre-release version 0.4 is now available.

The project groupId has changed to com.github.signaflo. See the using section below for updated coordinates.

Features

  • Seasonal ARIMA models.
  • ARIMA forecasting and simulation.
  • Random walk simulation and modeling.
  • Time series statistics, moving averages, and aggregation.
  • Simple, intuitive, and powerful time modeling.
  • Autocorrelation function and ACF plot.

Using

Please note that this library is still in early development stages. Major API changes are expected in the near future.

Maven

<dependency>
    <groupId>com.github.signaflo</groupId>
    <artifactId>timeseries</artifactId>
    <version>0.4</version>
</dependency>

Gradle

compile 'com.github.signaflo:timeseries:0.4'

Javadoc

timeseries module

math module (interproject dependency of timeseries module)

Credits

Library Category License
XChart Graphing Apache 2.0
Smile Distributions Apache 2.0
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].