timeseries-forecast

This is a Java open source library which provides a time series forecasting functionality. It is an implementation of the Hannan-Rissanen algorithm for additive ARIMA models.

License

License

MIT License
GroupId

GroupId

com.workday
ArtifactId

ArtifactId

timeseries-forecast
Last Version

Last Version

1.1.1
Release Date

Release Date

Type

Type

jar
Description

Description

timeseries-forecast
This is a Java open source library which provides a time series forecasting functionality. It is an implementation of the Hannan-Rissanen algorithm for additive ARIMA models.
Project URL

Project URL

https://github.com/Workday/timeseries-forecast

Download timeseries-forecast

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
junit : junit jar 4.10

Project Modules

There are no modules declared in this project.
com.workday

Workday

Versions

Version
1.1.1
1.1
1.0.0