-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNAMESPACE
61 lines (60 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
# Generated by roxygen2: do not edit by hand
S3method(plot,CGGP)
S3method(predict,CGGP)
S3method(print,CGGP)
export(CGGP_internal_CorrMatCauchy)
export(CGGP_internal_CorrMatCauchySQ)
export(CGGP_internal_CorrMatCauchySQT)
export(CGGP_internal_CorrMatGaussian)
export(CGGP_internal_CorrMatMatern32)
export(CGGP_internal_CorrMatMatern52)
export(CGGP_internal_CorrMatPowerExp)
export(CGGP_internal_CorrMatWendland0)
export(CGGP_internal_CorrMatWendland1)
export(CGGP_internal_CorrMatWendland2)
export(CGGP_internal_MSEpredcalc)
export(CGGP_internal_calcMSE)
export(CGGP_internal_calcMSEde)
export(CGGP_internal_calcpw)
export(CGGP_internal_calcpwanddpw)
export(CGGP_internal_gneglogpost)
export(CGGP_internal_neglogpost)
export(CGGP_internal_set_corr)
export(CGGPappend)
export(CGGPcreate)
export(CGGPfit)
export(CGGPplotblocks)
export(CGGPplotblockselection)
export(CGGPplotcorr)
export(CGGPplotheat)
export(CGGPplothist)
export(CGGPplotsamplesneglogpost)
export(CGGPplotslice)
export(CGGPplottheta)
export(CGGPplotvariogram)
export(CGGPpred)
export(CGGPvalplot)
export(CGGPvalstats)
export(rcpp_fastmatclcr)
export(rcpp_fastmatclcranddclcr)
export(rcpp_gkronDBS)
export(rcpp_kronDBS)
export(valplot)
export(valstats)
import(Rcpp)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(graphics,polygon)
importFrom(stats,cor)
importFrom(stats,dnorm)
importFrom(stats,nlminb)
importFrom(stats,optim)
importFrom(stats,pnorm)
importFrom(stats,quantile)
importFrom(stats,rbeta)
importFrom(stats,rnorm)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(stats,var)
useDynLib(CGGP)