-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathDESCRIPTION
More file actions
46 lines (46 loc) · 1.73 KB
/
DESCRIPTION
File metadata and controls
46 lines (46 loc) · 1.73 KB
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
Package: tapas
Title: Trend And PeAkS analysis in paleo-ecological time series
Version: 0.1.5
Date: 19-07-2024
Authors@R:
c(
person("Walter", "Finsinger", , "walter.finsinger@umontpellier.fr",
role = c("aut", "cre"), comment = c(ORCID = "0000-0002-8297-0574")),
person("Iago", "Bonnici", , "iago.bonnici@umontpellier.fr",
role = "com", comment = c(ORCID = "0000-0003-2934-351X"))
)
Description: Tapas proceeds through several steps to assess trend and peaks for
paleoecological temporal time series.
First, the time series can be virtually re-sampled to equal sampling
intervals ("prebinning").
Second, the resampled time series is detrended using a smoothing function.
Third, one 'global', or several 'local' 2-component Gaussian Mixture Model(s)
(GMM) is/are fitted to the detrended data.
One of the components is centred around 0, and the nth quantile of
the gaussian distribution of that component is set to determine the threshold
separating the noise from the signal.
Eventually, figures can be produced to visualize the re-sampled data,
the smoothed data, the detrended data, the GMMs, the thresholds, and
the detected peaks (values beyond the noise threshold).
To evaluate the suitability for peak detection of a temporal series,
"tapas" embeds and uses the SNI.R script written by Ryan Kelly et al., and
available in supplementary materials of
Kelly et al., (2017) doi:10.1016/j.yqres.2010.07.011.
License: GPL (>= 3)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Depends:
R (>= 2.10)
LazyData: true
Imports:
mclust,
dplyr,
stringr,
mgcv,
changepoint,
stats,
graphics,
tidyselect,
rlang,
tidyr,