Skip to contents

Integral of Ker.quar from -1 to u.

Usage

IKer.quar(u)

Arguments

u

Numeric vector of evaluation points.

Value

Cumulative integral values.

Examples

u <- seq(-1.5, 1.5, length.out = 100)
plot(u, IKer.quar(u), type = "l", main = "Integrated Quartic Kernel")