MVN

com.workday : timeseries-forecast

Maven & Gradle

May 18, 2017
103 stars

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.

<dependency>
    <groupId>com.workday</groupId>
    <artifactId>timeseries-forecast</artifactId>
    <version>1.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.workday : timeseries-forecast to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.1

All Versions

Choose a version of com.workday : timeseries-forecast to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
timeseries-forecast-1.1.1
timeseries-forecast-1.1.0
1.1
timeseries-forecast-1.1
1.0.x
timeseries-forecast-1.0.0

How to add a dependency to Maven

Add the following com.workday : timeseries-forecast maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.workday</groupId>
    <artifactId>timeseries-forecast</artifactId>
    <version>1.1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.workday : timeseries-forecast gradle dependency to your build.gradle file:

implementation 'com.workday:timeseries-forecast:1.1.1'

Gradle Kotlin DSL: Add the following com.workday : timeseries-forecast gradle kotlin dependency to your build.gradle.kts file:

implementation("com.workday:timeseries-forecast:1.1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.workday : timeseries-forecast sbt scala dependency to your build.sbt file:

libraryDependencies += "com.workday" % "timeseries-forecast" % "1.1.1"

Advertisement

Dependencies from Group

Jan 12, 2016
6 usages
14 stars
Jan 20, 2016
2 usages
62 stars
Feb 05, 2018
2 usages
18 stars
Apr 30, 2020
1 usages
6 stars
Jan 20, 2016
1 usages
62 stars

Discover Dependencies

Jan 18, 2019
4 usages
149 stars
Jun 01, 2018
1 usages
Apr 22, 2019
9 stars
Jun 11, 2017
27 usages
5 stars
Sep 20, 2020
10 usages
7 stars
Feb 05, 2023
14 usages
2.3k stars