kfunction: Kernel distribution function

View source: R/zzzz.R

kfunctionR Documentation

Kernel distribution function

Description

Kernel distribution function

Usage

kfunction(ktype, X)

Arguments

ktype

A character string giving the type kernel to be used: "normal", "epanechnikov", "biweight", or "triweight".

X

A numeric vector of sample data.

Value

Returns a vector resulting from evaluating X.


cenROC documentation built on March 31, 2023, 5:19 p.m.

Related to kfunction in cenROC...