powered by
Evaluates an asymmetric kernel function by name.
Kernel.asymmetric(u, type.Ker = "norm")
Kernel values at u.
Numeric vector of evaluation points.
Kernel type: "norm", "epa", "tri", "quar", "cos", or "unif".
u <- seq(-0.5, 1.5, length.out = 100) plot(u, Kernel.asymmetric(u, "epa"), type = "l")
Run the code above in your browser using DataLab