Learn R Programming

fdars (version 0.3.3)

IKer.epa: Integrated Epanechnikov Kernel

Description

Integral of Ker.epa from -1 to u.

Usage

IKer.epa(u)

Value

Cumulative integral values.

Arguments

u

Numeric vector of evaluation points.

Examples

Run this code
u <- seq(-1.5, 1.5, length.out = 100)
plot(u, IKer.epa(u), type = "l", main = "Integrated Epanechnikov Kernel")

Run the code above in your browser using DataLab