-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
25 lines (25 loc) · 1.09 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
Package: TrendLSW
Type: Package
Title: Wavelet Methods for Analysing Locally Stationary Time Series
Version: 1.0.2.9000
Authors@R: c(person("Euan T.", "McGonigle", email="e.t.mcgonigle@soton.ac.uk",role=c("aut", "cre")),
person("Rebecca","Killick", role="aut"),
person("Matthew","Nunes", role="aut"))
Depends: R (>= 4.1.0)
Maintainer: Euan T. McGonigle <e.t.mcgonigle@soton.ac.uk>
Description: Fitting models for, and simulation of, trend locally stationary
wavelet (TLSW) time series models, which take account of time-varying
trend and dependence structure in a univariate time series. The TLSW model,
and its estimation, is described in McGonigle, Killick and Nunes (2022a)
<doi:10.1111/jtsa.12643>, (2022b) <doi:10.1214/22-EJS2044>. New users will
likely want to start with the TLSW function.
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
Imports: wavethresh, locits
URL: https://github.com/EuanMcGonigle/TrendLSW
BugReports: https://github.com/EuanMcGonigle/TrendLSW/issues
RoxygenNote: 7.3.1
Suggests:
testthat (>= 3.0.0), vdiffr
Config/testthat/edition: 3