depa {QTE.RD}R Documentation

Epanechnikov kernel

Description

Epanechnikov kernel

Usage

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

Arguments

xx

the evaluation points.

loc

the location parameter (normalized to be 0).

scale

the scale parameter (normalized to be 1).

Value

values.

Examples

depa(0)
depa(seq(-1,1,by=0.05))


[Package QTE.RD version 1.0.0 Index]