Learn R Programming

cenROC (version 2.0.0)

kfunction: Kernel distribution function

Description

Kernel distribution function

Usage

kfunction(ktype, X)

Value

Returns a vector resulting from evaluating 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.