is not current version
Last Version 1.1.1

com.workday:timeseries-forecast 1.0.0

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.

GroupId

GroupId

com.workday
ArtifactId

ArtifactId

timeseries-forecast
Version

Version

1.0.0
Type

Type

jar

Download timeseries-forecast 1.0.0


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