powered by
Evaluates an integrated kernel function by name.
Kernel.integrate(u, Ker = "norm", a = -1)
Cumulative integral values.
Numeric vector of evaluation points.
Kernel type: "norm", "epa", "tri", "quar", "cos", or "unif".
Lower integration bound (default -1 for symmetric kernels). Not currently used (always integrates from -1 or -Inf).
u <- seq(-1.5, 1.5, length.out = 100) plot(u, Kernel.integrate(u, "epa"), type = "l")
Run the code above in your browser using DataLab