-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
36 lines (36 loc) · 1.22 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
Package: avar
Type: Package
Title: Allan Variance
Version: 0.1.2
Date: 2022-07-11
LazyData: true
Authors@R: c(
person("Stéphane", "Guerrier", email = "stef.guerrier@gmail.com", role = c("aut","cre")),
person("James", "Balamuta", role = "aut"),
person("Gaetan", "Bakalli", role = "aut"),
person("Roberto", "Molinari", role = "aut"),
person("Justin", "Lee", role = "aut"),
person("Ahmed", "Radi", role = "aut"),
person("Haotian", "Xu", role = "aut"),
person("Yuming", "Zhang", role = "aut"),
person("Nathanael", "Claussen", role = "aut"),
person("Lionel", "Voirol", role = "ctb")
)
Maintainer: Stéphane Guerrier <stef.guerrier@gmail.com>
Description: Implements the allan variance and allan variance linear regression estimator for latent time series models. More details about the method can be found, for example, in Guerrier, S., Molinari, R., & Stebler, Y. (2016) <doi:10.1109/LSP.2016.2541867>.
Depends:
R (>= 3.5.0)
License: AGPL-3
Imports:
Rcpp,
stats,
simts
Suggests:
knitr,
rmarkdown
LinkingTo: Rcpp, RcppArmadillo
Encoding: UTF-8
RoxygenNote: 7.1.2
VignetteBuilder: knitr
URL: https://github.com/SMAC-Group/avar
BugReports: https://github.com/SMAC-Group/avar/issues