Learn R Programming

fdars (version 0.3.3)

AKer.norm: Asymmetric Normal Kernel

Description

Asymmetric Normal Kernel

Usage

AKer.norm(u)

Value

Kernel values at u (0 for u < 0).

Arguments

u

Numeric vector of evaluation points.

Examples

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

Run the code above in your browser using DataLab