Keywords - Function groups - @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Library: smoother
See also: uni tri trian epa qua gau cosi

Macro: canker
Description: does the canonical bandwith transformation of a bandwith value of kernel K1 into an equivalent bandwidth for Kernel K2.

Reference(s):

Usage: h2 = canker (h1, K1, K2)
Input:
h1 array, bandwidth for K1.
K1 string, kernel function on [-1,1] or "gau".
K2 string, kernel function on [-1,1] or "gau".
Output:
h2 array, equivalent bandwidth for K2.

Example:
library("smoother") 
h2 = canker(1,"gau","qua")
h2
Result:
Contents of h2
[1,]   2.6226 

Library: smoother
See also: uni tri trian epa qua gau cosi

Keywords - Function groups - @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Author: Sigbert Klinke, Berwin Turlach, Isabel Proenca 940507; Lijian Yang, 961021; Marlene Mueller, 990209
(C) MD*TECH Method and Data Technologies, 17.8.2000