kernel.list | R Documentation |
Print a list of available kernels in the DCSmooth package
kernel.list(print = TRUE)
print |
Logical value. Should the list be printed to the console? If
|
If print = FALSE
, a list is returned containing the kernel
identifiers
kernel.list
is used to get a list of available kernels in the DCSmooth
package.
kernel.list
prints a list of identifiers kernel_id
of available
kernels in the DCSmooth package. The available kernel types are "T":
truncated, "MW": Müller-Wang boundary correction, "M": Müller boundary
correction.
Müller, H.-G. and Wang, J.-L. (1994). Hazard rate estimation under random censoring with varying kernels and bandwidths. Biometrics, 50:61-76.
Müller, H.-G. (1991). Smooth optimum kernel estimators near endpoints. Biometrika, 78:521-530.
Feng, Y. and Schäfer B. (2021). Boundary Modification in Local Regression. Working Papers CIE 144, Paderborn University.
kernel.assign
# See vignette("DCSmooth") for further examples and explanation kernel.list()