| Library: | smoother |
| See also: | uni tri trian epa qua gau cosi |
| Quantlet: | canker | |
| Description: | does the canonical bandwith transformation of a bandwith value of kernel K1 into an equivalent bandwidth for Kernel K2. |
| 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. | |
library("smoother")
h2 = canker(1,"gau","qua")
h2
Contents of h2 [1,] 2.6226
| Library: | smoother |
| See also: | uni tri trian epa qua gau cosi |