-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
80 lines (79 loc) · 2.24 KB
/
NAMESPACE
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
72
73
74
75
76
77
78
79
80
# Generated by roxygen2: do not edit by hand
S3method(density,dist_density)
S3method(density,dist_kde)
S3method(distributional::cdf,dist_density)
S3method(distributional::cdf,dist_kde)
S3method(distributional::covariance,dist_density)
S3method(distributional::covariance,dist_kde)
S3method(distributional::generate,dist_density)
S3method(distributional::generate,dist_kde)
S3method(distributional::kurtosis,dist_density)
S3method(distributional::kurtosis,dist_kde)
S3method(distributional::log_density,dist_density)
S3method(distributional::log_density,dist_kde)
S3method(distributional::skewness,dist_density)
S3method(distributional::skewness,dist_kde)
S3method(format,dist_density)
S3method(format,dist_kde)
S3method(mean,dist_density)
S3method(mean,dist_kde)
S3method(print,weird_conflicts)
S3method(quantile,dist_density)
S3method(quantile,dist_kde)
S3method(stats::median,dist_density)
S3method(stats::median,dist_kde)
S3method(surprisals,default)
S3method(surprisals,gam)
S3method(surprisals,lm)
export(autoplot)
export(chauvenet_anomalies)
export(dist_density)
export(dist_kde)
export(dixon_anomalies)
export(fetch_wine_reviews)
export(gg_bagplot)
export(gg_density)
export(gg_density_layer)
export(gg_hdrboxplot)
export(glosh_scores)
export(grubbs_anomalies)
export(hampel_anomalies)
export(hdr_table)
export(kde_bandwidth)
export(lof_scores)
export(lookout_prob)
export(mvscale)
export(peirce_anomalies)
export(stray_anomalies)
export(stray_scores)
export(surprisals)
export(weird_conflicts)
export(weird_packages)
importFrom(aplpack,compute.bagplot)
importFrom(dbscan,hdbscan)
importFrom(dbscan,lof)
importFrom(dplyr,filter)
importFrom(dplyr,select)
importFrom(evd,fpot)
importFrom(evd,pgpd)
importFrom(ggplot2,aes)
importFrom(ggplot2,autoplot)
importFrom(ggplot2,geom_contour)
importFrom(ggplot2,geom_contour_filled)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_polygon)
importFrom(ggplot2,geom_segment)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_fill_manual)
importFrom(stats,approx)
importFrom(stats,dbinom)
importFrom(stats,density)
importFrom(stats,dnorm)
importFrom(stats,dpois)
importFrom(stats,na.omit)
importFrom(stats,quantile)
importFrom(tibble,tibble)
importFrom(utils,head)
importFrom(utils,tail)