-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
39 lines (39 loc) · 1 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
Package: hotdeckts
Title: Hot-Deck Time Series Forecasting And Imputation
Version: 1.0.0
Authors@R:
person("Scott", "Pease", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "YOUR-ORCID-ID"))
Description: Seasonally-local, hot-deck-based simulated sample path forecasting
and multiple imputation for daily data with yearly seasonality.
The basic idea is to behave similarly to a climatology model
(i.e. use the average and spread of historical observations for a particular
day of the year as the forecast), but operate on a sliding window.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Suggests:
devtools,
feasts,
readr,
shiny (>= 1.8.1),
testthat (>= 3.0.0),
usethis,
vdiffr
Imports:
dplyr,
ggplot2,
lubridate,
magrittr,
memoise,
purrr,
rlang,
scoringRules,
tibble,
tidyr,
tsibble
Config/testthat/edition: 3
Depends:
R (>= 2.10)
LazyData: true