-
Notifications
You must be signed in to change notification settings - Fork 2
/
NAMESPACE
57 lines (56 loc) · 1.42 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
# Generated by roxygen2: do not edit by hand
export(band_depth)
export(dir_out)
export(directional_quantile)
export(extremal_depth)
export(extreme_rank_length)
export(functional_boxplot)
export(linfinity_depth)
export(modified_band_depth)
export(msplot)
export(muod)
export(projection_depth)
export(seq_transform)
export(simulation_model1)
export(simulation_model2)
export(simulation_model3)
export(simulation_model4)
export(simulation_model5)
export(simulation_model6)
export(simulation_model7)
export(simulation_model8)
export(simulation_model9)
export(total_variation_depth)
export(tvd_mss)
export(tvdmss)
importFrom(MASS,cov.rob)
importFrom(grDevices,boxplot.stats)
importFrom(grDevices,rgb)
importFrom(graphics,axis)
importFrom(graphics,box)
importFrom(graphics,boxplot)
importFrom(graphics,grid)
importFrom(graphics,legend)
importFrom(graphics,matlines)
importFrom(graphics,matplot)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(stats,dist)
importFrom(stats,mad)
importFrom(stats,mahalanobis)
importFrom(stats,median)
importFrom(stats,pchisq)
importFrom(stats,predict)
importFrom(stats,qchisq)
importFrom(stats,qf)
importFrom(stats,quantile)
importFrom(stats,rbinom)
importFrom(stats,rchisq)
importFrom(stats,rnorm)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(stats,smooth.spline)
importFrom(stats,var)
useDynLib(fdaoutlier, .registration = TRUE, .fixes = "C_")