gauss: Gaussian kernel

Description Usage Arguments Value See Also

View source: R/kernels.R

Description

Evaluates the Gaussian kernel, equal to the standard normal density. This is an alias for dnorm.

Usage

1
gauss(u)

Arguments

u

a vector of points at which to evaluate the kernel.

Value

a vector giving the evaluations.

See Also

Other kernel functions: biweight(), epanechnikov(), uniform()


timwaite/nprtw documentation built on Jan. 25, 2021, 1:50 a.m.