-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
31 lines (31 loc) · 1.1 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
Package: lookout
Type: Package
Title: Leave One Out Kernel Density Estimates for Outlier Detection
Version: 0.1.5
Authors@R: c(
person("Sevvandi", "Kandanaarachchi", email = "[email protected]",
role = c("aut", "cre"), comment = c(ORCID = "0000-0002-0337-0395")),
person("Rob", "Hyndman", email = "[email protected]",
role = c("aut"), comment = c(ORCID = "0000-0002-2140-5352")),
person("Chris", "Fraley", role = "ctb", email = "[email protected]")
)
Maintainer: Sevvandi Kandanaarachchi <[email protected]>
Description: Outlier detection using leave-one-out kernel density estimates and
extreme value theory. The bandwidth for kernel density estimates is computed
using persistent homology, a technique in topological data analysis. Using
peak-over-threshold method, a generalized Pareto distribution is fitted to
the log of leave-one-out kde values to identify outliers.
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.1
Imports:
TDAstats,
evd,
RANN,
ggplot2,
tidyr
Suggests:
knitr,
rmarkdown
URL: https://sevvandi.github.io/lookout/