-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNAMESPACE
77 lines (76 loc) · 1.58 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
# Generated by roxygen2: do not edit by hand
S3method(bootVar,indicator)
S3method(calibVars,data.frame)
S3method(calibVars,default)
S3method(calibVars,matrix)
S3method(plot,paretoTail)
S3method(print,arpr)
S3method(print,indicator)
S3method(print,minAMSE)
S3method(print,paretoScale)
S3method(print,paretoTail)
S3method(print,rmpg)
S3method(replaceTail,paretoTail)
S3method(reweightOut,paretoTail)
S3method(shrinkOut,paretoTail)
S3method(subset,arpr)
S3method(subset,indicator)
S3method(subset,rmpg)
export(arpr)
export(arpt)
export(bootVar)
export(calibVars)
export(calibWeights)
export(eqInc)
export(eqSS)
export(fitPareto)
export(gini)
export(gpg)
export(incMean)
export(incMedian)
export(incQuintile)
export(is.arpr)
export(is.gini)
export(is.gpg)
export(is.indicator)
export(is.prop)
export(is.qsr)
export(is.rmpg)
export(meanExcessPlot)
export(minAMSE)
export(paretoQPlot)
export(paretoScale)
export(paretoTail)
export(prop)
export(qsr)
export(replaceOut)
export(replaceTail)
export(reweightOut)
export(rmpg)
export(shrinkOut)
export(thetaHill)
export(thetaISE)
export(thetaLS)
export(thetaMoment)
export(thetaPDC)
export(thetaQQ)
export(thetaTM)
export(thetaWML)
export(variance)
export(weightedMean)
export(weightedMedian)
export(weightedQuantile)
importFrom(MASS,ginv)
importFrom(boot,boot)
importFrom(boot,boot.ci)
importFrom(graphics,abline)
importFrom(graphics,identify)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(stats,aggregate)
importFrom(stats,optimize)
importFrom(stats,qexp)
importFrom(stats,quantile)
importFrom(stats,runif)
importFrom(stats,uniroot)
importFrom(stats,weighted.mean)