com.github.jrachiele:java-timeseries

Time Series Analysis in Java

Лицензия

Лицензия

Категории

Категории

Java Языки программирования
Группа

Группа

com.github.jrachiele
Идентификатор

Идентификатор

java-timeseries
Последняя версия

Последняя версия

0.2.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

com.github.jrachiele:java-timeseries
Time Series Analysis in Java
Ссылка на сайт

Ссылка на сайт

https://github.com/jrachiele/java-timeseries
Система контроля версий

Система контроля версий

https://github.com/jrachiele/java-timeseries

Скачать java-timeseries

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/com.github.jrachiele/java-timeseries/ -->
<dependency>
    <groupId>com.github.jrachiele</groupId>
    <artifactId>java-timeseries</artifactId>
    <version>0.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jrachiele/java-timeseries/
implementation 'com.github.jrachiele:java-timeseries:0.2.1'
// https://jarcasting.com/artifacts/com.github.jrachiele/java-timeseries/
implementation ("com.github.jrachiele:java-timeseries:0.2.1")
'com.github.jrachiele:java-timeseries:jar:0.2.1'
<dependency org="com.github.jrachiele" name="java-timeseries" rev="0.2.1">
  <artifact name="java-timeseries" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jrachiele', module='java-timeseries', version='0.2.1')
)
libraryDependencies += "com.github.jrachiele" % "java-timeseries" % "0.2.1"
[com.github.jrachiele/java-timeseries "0.2.1"]

Зависимости

runtime (6)

Идентификатор библиотеки Тип Версия
org.apache.commons : commons-csv jar 1.4
com.github.haifengl : smile-core jar 1.3.0
com.google.guava : guava jar 21.0
org.knowm.xchart : xchart jar 3.2.2
org.ejml : all jar 0.30
org.slf4j : slf4j-api jar 1.7.25

test (3)

Идентификатор библиотеки Тип Версия
com.google.guava : guava-testlib jar 21.0
junit : junit jar 4.12
org.hamcrest : hamcrest-library jar 1.3

Модули Проекта

Данный проект не имеет модулей.

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

Версии библиотеки

Версия
0.2.1
0.2
0.1