kernel_f: Compute the values for some kernels.

View source: R/utils.R

kernel_fR Documentation

Compute the values for some kernels.

Description

Compute the values for some kernels.

Usage

kernel_f(u, type = "epanechnikov")

Arguments

u

Vector, points to estimate the kernel.

type

String (default = 'epanechnikov'), the kernel used for the estimation:

  • epanechnikov

  • uniform

  • biweight

Value

Vector, the evaluated kernel.


StevenGolovkine/funestim documentation built on June 15, 2022, 3:42 a.m.