Learn R Programming

fdars (version 0.3.3)

Kernel.asymmetric: Unified Asymmetric Kernel Interface

Description

Evaluates an asymmetric kernel function by name.

Usage

Kernel.asymmetric(u, type.Ker = "norm")

Value

Kernel values at u.

Arguments

u

Numeric vector of evaluation points.

type.Ker

Kernel type: "norm", "epa", "tri", "quar", "cos", or "unif".

Examples

Run this code
u <- seq(-0.5, 1.5, length.out = 100)
plot(u, Kernel.asymmetric(u, "epa"), type = "l")

Run the code above in your browser using DataLab