Learn R Programming

fdars (version 0.3.3)

AKer.unif: Asymmetric Uniform Kernel

Description

Asymmetric Uniform Kernel

Usage

AKer.unif(u)

Value

Kernel values at u (0 outside [0, 1]).

Arguments

u

Numeric vector of evaluation points.

Examples

Run this code
u <- seq(-0.5, 1.5, length.out = 100)
plot(u, AKer.unif(u), type = "l", main = "Asymmetric Uniform Kernel")

Run the code above in your browser using DataLab