Learn R Programming

fdars (version 0.3.3)

Ker.norm: Kernel Functions

Description

Symmetric, asymmetric, and integrated kernel functions for nonparametric smoothing and density estimation. Normal (Gaussian) Kernel

Usage

Ker.norm(u)

Value

Kernel values at u.

Arguments

u

Numeric vector of evaluation points.

Examples

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

Run the code above in your browser using DataLab