com.github.jrachiele:java-timeseries

Time Series Analysis in Java

Лицензия

Лицензия

Группа

Группа

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

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

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

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

0.3
Дата

Дата

Тип

Тип

jar
Описание

Описание

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

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

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

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

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

Скачать math

Имя Файла Размер
math-0.3.pom
math-0.3.jar 53 KB
math-0.3-sources.jar 61 KB
math-0.3-javadoc.jar 140 KB
Обзор

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

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

Зависимости

runtime (5)

Идентификатор библиотеки Тип Версия
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
com.github.haifengl : smile-core jar 1.3.0

test (3)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.12
com.google.guava : guava-testlib jar 21.0
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.3