-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
41 lines (41 loc) · 1.88 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
Package: gmwmx2
Title: Estimate Functional and Stochastic Parameters of Linear Models with Correlated Residuals and Missing Data
Version: 0.0.1
Authors@R: c(
person("Lionel", "Voirol", email = "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-1696-1407")),
person("Haotian", "Xu", role = "aut", comment = c(ORCID = "0000-0001-8336-4536")),
person("Yuming", "Zhang", role = "aut", comment = c(ORCID = "0000-0003-2293-9601")),
person("Luca", "Insolia", role = "aut", comment = c(ORCID = "0000-0003-4169-5446")),
person("Roberto", "Molinari", role = "aut", comment = c(ORCID = "0000-0001-8766-6902")),
person("Stéphane", "Guerrier", role = "aut", comment = c(ORCID = "0000-0003-0002-8794"))
)
Description: Implements the Generalized Method of Wavelet Moments with Exogenous Inputs estimator (GMWMX) presented in Voirol, L., Xu, H., Zhang, Y., Insolia, L., Molinari, R. and Guerrier, S. (2024) <doi:10.48550/arXiv.2409.05160>.
The GMWMX estimator allows to estimate functional and stochastic parameters of linear models with correlated residuals in presence of missing data.
The 'gmwmx2' package provides functions to load and plot Global Navigation Satellite System (GNSS) data from the Nevada Geodetic Laboratory and functions to estimate linear model model with correlated residuals in presence of missing data.
License: AGPL-3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Depends:
R (>= 4.0.0)
VignetteBuilder: knitr
LinkingTo: Rcpp, RcppArmadillo
Imports:
Rcpp,
data.table,
dplyr,
magrittr,
wv,
Matrix
Suggests: knitr,
rmarkdown,
knitcitations,
raster,
geodata,
shape,
tibble,
tidygeocoder,
sf
URL: https://github.com/SMAC-Group/gmwmx2
BugReports: https://github.com/SMAC-Group/gmwmx2/issues
LazyData: true