is not current version
Last Version 1.1.1

com.workday:timeseries-forecast 1.1

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.1
Type

Type

jar

Download timeseries-forecast 1.1


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