-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathNAMESPACE
More file actions
executable file
·54 lines (43 loc) · 1.58 KB
/
NAMESPACE
File metadata and controls
executable file
·54 lines (43 loc) · 1.58 KB
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
# locpol Specific NAMESPACE
# dlls
useDynLib(locpol,
locWeightsEvalxx,simpleSmoother,parzenRossen,
locCteSmoother,locCteWeights,locLinSmoother,
locLinWeights,locCuadSmoother,locPolSmoother,
simpleSqSmoother,looLocPolSmoother,denCVBwEval,
regCVBwEvalB
)
# Registering S3 mehtods
S3method(print, locpol)
S3method(plot, locpol)
S3method(summary, locpol)
S3method(fitted, locpol)
S3method(residuals, locpol)
S3method(predict, bivNpEst)
S3method(plot, bivNpEst)
# Some imports
importFrom("graphics",
"par", "persp", "plot", "points"
)
importFrom("stats",
"as.formula", "coefficients", "dnorm", "integrate",
"lm", "model.frame", "na.omit", "optimise", "predict",
"resid", "residuals"
)
#
# fitted.locpol, summary.locpol, plot.locpol, print.locpol, residuals.locpol,
# predict.bivNpEst, plot.bivNpEst,
# Export all functions
export( locpol, confInterval,
simpleSmootherC, simpleSqSmootherC,
bivDens, bivReg, epaK2d, gauK2d, plotBivNpEstOpts,
PRDenEstC, denCVBwSelC, thumbBw,
locCteSmootherC, locLinSmootherC, locCuadSmootherC, locPolSmootherC,
locCteWeightsC, locLinWeightsC, locPolWeights, locWeightsEval, locWeightsEvalC,
looLocPolSmootherC, pluginBw, regCVBwSelC,
selKernel, mu0K, mu2K, RdK, RK, K4, dom,
equivKernel, gaussK, gaussKlf, CosK, SqK, biweigK, TrianK,
tricubK, tricubKlf, TriweigK, QuartK, EpaK,
adjNuK, cteNuK, Kconvol, compDerEst, computeK4, computeMu, computeMu0, computeRK
)
## Not exported: mayBeBwSel