-
Notifications
You must be signed in to change notification settings - Fork 25
/
DESCRIPTION
49 lines (49 loc) · 1.96 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
40
41
42
43
44
45
46
47
48
49
Package: imputeTS
Version: 3.3
Date: 2022-08-30
Title: Time Series Missing Value Imputation
Description: Imputation (replacement) of missing values
in univariate time series.
Offers several imputation functions
and missing data plots.
Available imputation algorithms include:
'Mean', 'LOCF', 'Interpolation',
'Moving Average', 'Seasonal Decomposition',
'Kalman Smoothing on Structural Time Series models',
'Kalman Smoothing on ARIMA models'. Published in Moritz and Bartz-Beielstein (2017)
<doi:10.32614/RJ-2017-009>.
Author: Steffen Moritz [aut, cre, cph] (<https://orcid.org/0000-0002-0085-1804>), Sebastian Gatscha [aut], Earo Wang [ctb] (<https://orcid.org/0000-0001-6448-5260>), Ron Hause [ctb] (<https://orcid.org/0000-0002-5229-7366>)
Authors@R:
c(
person("Steffen", "Moritz", email="[email protected]", role=c("aut", "cre", "cph"), comment = c(ORCID = "0000-0002-0085-1804")),
person("Sebastian", "Gatscha", email="[email protected]", role="aut"),
person("Earo", "Wang", email = "[email protected]", role = c("ctb"), comment = c(ORCID = "0000-0001-6448-5260")),
person("Ron", "Hause", email = "[email protected]", role = c("ctb"), comment = c(ORCID = "0000-0002-5229-7366"))
)
Maintainer: Steffen Moritz <[email protected]>
LazyData: yes
Type: Package
ByteCompile: TRUE
BugReports: https://github.com/SteffenMoritz/imputeTS/issues
URL: https://github.com/SteffenMoritz/imputeTS, https://steffenmoritz.github.io/imputeTS/
Repository: CRAN
Depends:
R (>= 3.6)
Imports:
stats,
grDevices,
ggplot2 (>= 3.3.0),
ggtext,
stinepack,
forecast,
magrittr,
methods,
Rcpp
Suggests:
testthat, R.rsp, knitr, zoo, timeSeries, tis, xts, tibble, tsibble, rmarkdown, covr
License: GPL-3
VignetteBuilder: R.rsp, knitr, rmarkdown
RoxygenNote: 7.2.0
Roxygen: list(markdown = TRUE)
LinkingTo: Rcpp
Encoding: UTF-8