-
Notifications
You must be signed in to change notification settings - Fork 0
/
_pkgdown.yml
71 lines (68 loc) · 1.64 KB
/
_pkgdown.yml
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
url: https://pkg.robjhyndman.com/weird-package/
template:
bootstrap: 5
theme: tango
bootswatch: flatly
bslib:
base_font: {google: "Fira Sans"}
heading_font: {google: "Fira Sans"}
code_font: "Hack, mono"
primary: "#234460"
link-color: "#234460"
includes:
in_header: <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/hack-font@3/build/web/hack-subset.css">
authors:
Rob J Hyndman:
href: http://robjhyndman.com
navbar:
type: light
reference:
- title: "Package"
contents:
- weird-package
- title: Data
desc: Data sets included in the package
contents:
- cricket_batting
- n01
- oldfaithful
- fetch_wine_reviews
- fr_mortality
- title: Functions for calculating anomaly scores
contents:
- glosh_scores
- lof_scores
- stray_scores
- surprisals
- surprisals.default
- surprisals.lm
- lookout_prob
- title: Functions for identifying anomalies
contents:
- chauvenet_anomalies
- dixon_anomalies
- grubbs_anomalies
- peirce_anomalies
- stray_anomalies
- hampel_anomalies
- title: Functions for robust scaling of multivariate data
contents:
- mvscale
- title: Functions for working with kernel density estimates
contents:
- dist_kde
- kde_bandwidth
- title: Functions for distributions
contents:
- dist_density
- hdr_table
- title: Functions for producing plots
contents:
- gg_density
- gg_density_layer
- gg_bagplot
- gg_hdrboxplot
- title: "Other Functions"
contents:
- weird_conflicts
- weird_packages