k.epan: Epanechnikov kernel

View source: R/misc-functions.R

k.epanR Documentation

Epanechnikov kernel

Description

This function computes the Epanechnikov kernel.

Usage

k.epan(x)

Arguments

x

a real number

Details

This function computes the Epanechnikov kernel.

Value

3/4(1-x^2) if x <= 1, 0 otherwise


msalibian/sparseFPCA documentation built on Nov. 26, 2022, 4:47 a.m.