Learn R Programming

QTE.RD (version 1.2.0)

depa: Epanechnikov kernel

Description

Epanechnikov kernel

Usage

depa(xx, loc = 0, scale = 1)

Value

values.

Arguments

xx

the evaluation points.

loc

the location parameter (normalized to be 0).

scale

the scale parameter (normalized to be 1).

Examples

Run this code
depa(0)
depa(seq(-1,1,by=0.05))

Run the code above in your browser using DataLab