-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
13 lines (13 loc) · 1.01 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
Package: tsintermittent
Type: Package
Title: Intermittent Time Series Forecasting
Version: 1.10
Date: 2022-07-15
Authors@R: c(
person("Nikolaos", "Kourentzes", email = "[email protected]", role = c("cre","aut"), comment = c(ORCID = "0000-0003-0211-5218")),
person("Fotios", "Petropoulos", email = "[email protected]", role = "ctb", comment = c(ORCID = "0000-0003-3039-4955")))
Description: Time series methods for intermittent demand forecasting. Includes Croston's method and its variants (Moving Average, SBA), and the TSB method. Users can obtain optimal parameters on a variety of loss functions, or use fixed ones (Kourenztes (2014) <doi:10.1016/j.ijpe.2014.06.007>). Intermittent time series classification methods and iMAPA that uses multiple temporal aggregation levels are also provided (Petropoulos & Kourenztes (2015) <doi:10.1057/jors.2014.62>).
LazyData: yes
License: GPL (>= 2)
Imports: MAPA, parallel
URL: https://kourentzes.com/forecasting/2014/06/23/intermittent-demand-forecasting-package-for-r/