File: methodsList.R

package info (click to toggle)
r-cran-modeest 2.4.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 280 kB
  • sloc: makefile: 2
file content (34 lines) | stat: -rw-r--r-- 542 bytes parent folder | download
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

# #' @export
.methodsList <- 
function()
{
  c("asselin",
    #"chernoff",
    "density",
    "discrete",
    #"devroye",
    #"ekblom",
    #"eme",
    "grenander",
    "hrm",
    "hsm",
    "kernel",
    #"kim",
    "lientz",
    #"lms",
    #"logspline", # cf. package logspline
    "meanshift", 
    "mfv",# most frequent value
    #"mizoguchi",
    "naive",
    "parzen",
    #"robertson",
    "shorth",
    #"splines",                 
    "tsybakov",
    "venter", 
    "vieu")
#"wavelet",
#"wtp")
}