forked from cran/anomaly
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
36 lines (35 loc) · 985 Bytes
/
NAMESPACE
File metadata and controls
36 lines (35 loc) · 985 Bytes
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
useDynLib(anomaly)
import("dplyr")
import("ggplot2")
import("reshape2")
import("grid")
import("cowplot")
import("runner")
importFrom("magrittr","%<>%")
importFrom("caTools","runquantile","runmad")
importFrom("xts","is.xts")
importFrom("zoo","is.zoo")
importFrom("stats","is.ts")
importFrom("robustbase","covMcd")
importFrom("robust","covRob")
importFrom("graphics", "abline", "plot", "points")
importFrom("stats", "mad", "median", "var","dchisq", "qchisq","IQR", "end", "quantile", "runif", "start","dnbinom","pnbinom","rnorm")
importFrom("rlang",".data")
importFrom(Rdpack,reprompt)
importFrom(Rcpp, evalCpp)
importFrom(utils, tail)
import(methods)
importFrom(methods,new)
import(assertive)
export(pass)
exportMethods(plot,summary,show,point_anomalies,collective_anomalies)
export(capa.uv)
export(capa.mv)
export(capa)
export(scapa.uv)
export(scapa.mv)
export(bard)
export(sampler)
export(robustscale,ac_corrected,tierney,moving_ac_corrected)
export(period_average)
export(simulate)