powered by
Integral of Ker.quar from -1 to u.
IKer.quar(u)
Cumulative integral values.
Numeric vector of evaluation points.
u <- seq(-1.5, 1.5, length.out = 100) plot(u, IKer.quar(u), type = "l", main = "Integrated Quartic Kernel")
Run the code above in your browser using DataLab