kernel.listR Documentation

Print a list of available kernels in the DCSmooth package

Description

Print a list of available kernels in the DCSmooth package

Usage

kernel.list(print = TRUE)

Arguments

print

Logical value. Should the list be printed to the console? If TRUE (the default), the list is printed to the console, if FALSE the list of identifiers is returned from the function as (surprise!) a list.

Value

If print = FALSE, a list is returned containing the kernel identifiers

Details

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.

References

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.

See Also

kernel.assign

Examples

 # See vignette("DCSmooth") for further examples and explanation
 
 kernel.list()