-
Notifications
You must be signed in to change notification settings - Fork 5
/
NAMESPACE
60 lines (59 loc) · 1.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
# Generated by roxygen2: do not edit by hand
S3method(ipd,meteESF)
S3method(logLik,meteDist)
S3method(logLikZ,meteDist)
S3method(mse,meteDist)
S3method(mse,meteRelat)
S3method(mseZ,meteDist)
S3method(plot,damuth)
S3method(plot,meteDist)
S3method(plot,meteRelat)
S3method(plot,sar)
S3method(print,damuth)
S3method(print,meteDist)
S3method(print,meteESF)
S3method(print,meteRelat)
S3method(print,sar)
S3method(residuals,meteDist)
S3method(residuals,meteRelat)
S3method(sad,meteESF)
S3method(sipd,meteESF)
S3method(spd,meteESF)
S3method(ssad,meteSSF)
export(downscaleSAR)
export(ebar)
export(empiricalSAR)
export(gsneESF)
export(ipd)
export(logLikZ)
export(meteDist2Rank)
export(meteESF)
export(meteNu)
export(metePhi)
export(metePi)
export(metePsi)
export(meteSAR)
export(meteSSF)
export(meteTheta)
export(mse)
export(mseZ)
export(predictESF)
export(sad)
export(sipd)
export(spd)
export(ssad)
export(upscaleSAR)
importFrom(Rcpp,sourceCpp)
importFrom(graphics,curve)
importFrom(graphics,legend)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(stats,aggregate)
importFrom(stats,approxfun)
importFrom(stats,integrate)
importFrom(stats,logLik)
importFrom(stats,nlm)
importFrom(stats,residuals)
importFrom(stats,sd)
importFrom(stats,uniroot)
useDynLib(meteR)