-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
40 lines (40 loc) · 1.34 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
Type: Package
Package: trendfiltering
Title: The state-of-the-art method for denoising 1D signals
Version: 0.3.3
Authors@R:
person(given = "Collin A.",
family = "Politsch",
email = "collinpolitsch@gmail.com",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-3727-9167")
)
Description: A suite of tools for denoising and analyzing one-dimensional
signals with trend filtering. Trend filtering constructs a piecewise
polynomial estimate for the signal with knots chosen adaptively from the
observed data. Hyperpameter(s) can be optimized by cross validation (with
any loss function) or by minimizing Stein's unbiased risk estimate. Methods
are also included for trend filtering uncertainty quantification and a
generalized 'relaxed trend filtering' estimator.
License: MIT + file LICENSE
URL: https://capolitsch.github.io/trendfiltering
BugReports: https://github.com/capolitsch/trendfiltering/issues
Depends:
R (>= 3.5.0)
Remotes:
capolitsch/glmgen/R_pkg/glmgen
Imports:
stats (>= 4.2.1),
matrixStats (>= 0.63.0),
glmgen (>= 0.0.3),
dplyr (>= 1.0.10),
tidyr (>= 1.2.1),
magrittr (>= 2.0.3),
rlang (>= 1.0.6),
mathjaxr (>= 1.6-0)
RdMacros:
mathjaxr
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.2