-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
46 lines (45 loc) · 1.18 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
# Generated by roxygen2: do not edit by hand
S3method(coef,simpA_kendallReg_test)
S3method(plot,simpA_kendallReg_test)
S3method(print,simpA_kendallReg_test)
S3method(vcov,simpA_kendallReg_test)
export(CKT.KendallReg.LambdaCV)
export(CKT.estimate)
export(CKT.fit.GLM)
export(CKT.fit.nNets)
export(CKT.fit.randomForest)
export(CKT.fit.tree)
export(CKT.hCV.Kfolds)
export(CKT.hCV.l1out)
export(CKT.kendallReg.fit)
export(CKT.kendallReg.predict)
export(CKT.kernel)
export(CKT.predict.GLM)
export(CKT.predict.kNN)
export(CKT.predict.nNets)
export(CKT.predict.randomForest)
export(CKT.predict.tree)
export(CKTmatrix.kernel)
export(bCond.estParamCopula)
export(bCond.pobs)
export(bCond.simpA.CKT)
export(bCond.simpA.param)
export(bCond.treeCKT)
export(computeKernelMatrix)
export(computeMatrixSignPairs)
export(datasetPairs)
export(estimateCondCDF_matrix)
export(estimateCondCDF_vec)
export(estimateCondQuantiles)
export(estimateNPCondCopula)
export(estimateParCondCopula)
export(estimateParCondCopula_ZIJ)
export(matrixInd2matrixCKT)
export(simpA.NP)
export(simpA.kendallReg)
export(simpA.param)
export(treeCKT2matrixCKT)
export(treeCKT2matrixInd)
importFrom(glmnet,glmnet)
importFrom(nnet,nnet)
importFrom(tree,tree)