Learn R Programming

LocalCop (version 0.0.2)

KernFun: Local likelihood kernel functions.

Description

Local likelihood kernel functions.

Usage

KernEpa(t)

KernGaus(t)

KernBeta(t, par = 0.5)

KernBiQuad(t)

KernTriAng(t)

Value

Vector of kernel weights.

Arguments

t

Vector of distances from mode of kernel.

par

Shape parameter for Beta kernel (positive scalar).

Details

Describe kernels here.