-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathDESCRIPTION
54 lines (54 loc) · 1.68 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
50
51
52
53
54
Package: psd
Type: Package
Title: Adaptive, Sine-Multitaper Power Spectral Density and Cross Spectrum Estimation
Version: 2.1.1
Date: 2022-02-01
Authors@R:
c(person(given = c("Andrew","J."),
family = "Barbour",
role = c("aut", "cre"),
email = "andy.barbour@gmail.com",
comment = c(ORCID = "0000-0002-6890-2452")),
person(given = "Jonathan",
family = "Kennel",
role = "aut",
comment = c(ORCID = "0000-0003-4474-6886")),
person(given = c("Robert","L."),
family = "Parker",
role = "aut"))
Description: Produces power spectral density estimates through iterative
refinement of the optimal number of sine-tapers at each frequency. This
optimization procedure is based on the method of Riedel and Sidorenko
(1995), which minimizes the Mean Square Error (sum of variance and bias)
at each frequency, but modified for computational stability. The same
procedure can now be used to calculate the cross spectrum (multivariate
analyses).
License: GPL (>= 2)
URL: https://github.com/abarbour/psd,
Barbour and Parker (2014): https://doi.org/10.1016/j.cageo.2013.09.015,
Riedel and Sidorenko (1995): https://doi.org/10.1109/78.365298
BugReports: https://github.com/abarbour/psd/issues
Depends:
R (>= 2.14.1)
Imports:
Rcpp (>= 0.11.5),
RColorBrewer
Suggests:
bspec,
fftw (>= 1.0.3),
ggplot2 (>= 0.9),
multitaper,
plyr,
RSEIS,
rbenchmark,
reshape2,
knitr,
rmarkdown,
signal,
formatR,
testthat (>= 2.1.0)
Encoding: UTF-8
Language: en-US
VignetteBuilder: knitr
LinkingTo: Rcpp, RcppArmadillo
RoxygenNote: 7.2.3