License |
License
MIT License
|
---|---|
GroupId | GroupIdcom.workday |
ArtifactId | ArtifactIdtimeseries-forecast |
Last Version | Last Version1.1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiontimeseries-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 |
Filename | Size |
---|---|
timeseries-forecast-1.1.1.pom | |
timeseries-forecast-1.1.1.jar | 26 KB |
timeseries-forecast-1.1.1-sources.jar | 20 KB |
timeseries-forecast-1.1.1-javadoc.jar | 105 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |