-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
64 lines (63 loc) · 1.57 KB
/
Copy pathNAMESPACE
File metadata and controls
64 lines (63 loc) · 1.57 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
54
55
56
57
58
59
60
61
62
63
64
# Generated by roxygen2: do not edit by hand
S3method(print,Density)
S3method(print,IntegrableFunction)
S3method(print,Kernel)
export(Density)
export(IntegrableFunction)
export(Kernel)
export(biweight)
export(cosine)
export(cross_validation)
export(epanechnikov)
export(gaussian)
export(goldenshluger_lepski)
export(integrate_primitive)
export(kernel_density_estimator)
export(kernel_transform)
export(logarithmic_bandwidth_set)
export(logistic)
export(pco_method)
export(rectangular)
export(rejection_sampling)
export(shiny_kde)
export(sigmoid)
export(silverman)
export(triangular)
export(tricube)
export(triweight)
export(validate_Density)
export(validate_IntegrableFunction)
export(validate_Kernel)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,par)
importFrom(graphics,points)
importFrom(shiny,actionButton)
importFrom(shiny,checkboxInput)
importFrom(shiny,column)
importFrom(shiny,conditionalPanel)
importFrom(shiny,fluidPage)
importFrom(shiny,fluidRow)
importFrom(shiny,numericInput)
importFrom(shiny,observeEvent)
importFrom(shiny,plotOutput)
importFrom(shiny,reactive)
importFrom(shiny,reactiveValues)
importFrom(shiny,renderPlot)
importFrom(shiny,renderTable)
importFrom(shiny,selectInput)
importFrom(shiny,shinyApp)
importFrom(shiny,sliderInput)
importFrom(shiny,tableOutput)
importFrom(shiny,tags)
importFrom(shiny,wellPanel)
importFrom(stats,approxfun)
importFrom(stats,convolve)
importFrom(stats,dbeta)
importFrom(stats,dexp)
importFrom(stats,dnorm)
importFrom(stats,dunif)
importFrom(stats,rbeta)
importFrom(stats,rexp)
importFrom(stats,rnorm)
importFrom(stats,runif)