-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
38 lines (37 loc) · 1.37 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
Package: gmwmx
Title: Estimate Functional and Stochastic Parameters of Linear Models with Correlated Residuals
Version: 1.0.3
Authors@R: c(
person("Davide Antonio", "Cucci", role = c("aut")),
person("Lionel", "Voirol", email = "[email protected]", role = c("aut", "cre")),
person("Stéphane", "Guerrier", role = "aut"),
person("Jean-Philippe", "Montillet", role = "ctb"),
person("Gaël", "Kermarrec", role = "ctb")
)
License: AGPL-3
Description: Implements the Generalized Method of Wavelet Moments with Exogenous Inputs estimator (GMWMX) presented in Cucci, D. A., Voirol, L., Kermarrec, G., Montillet, J. P., and Guerrier, S. (2023) <doi:10.1007/s00190-023-01702-8>.
The GMWMX estimator allows to estimate functional and stochastic parameters of linear models with correlated residuals.
The 'gmwmx' package provides functions to estimate, compare and analyze models, utilities to load and work with Global Navigation Satellite System (GNSS) data as well as methods to compare results with the Maximum Likelihood Estimator (MLE) implemented in Hector.
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
Depends:
R (>= 4.0.0)
Suggests:
rmarkdown,
knitr,
simts
VignetteBuilder: knitr
LinkingTo:
Rcpp,
RcppArmadillo
Imports:
methods,
Rcpp,
fs,
stringi,
wv,
Matrix,
longmemo,
rjson,
ltsa