graphrig {AsyK}R Documentation

Plot Density by RIG kernel.

Description

Plot Kernel density by using Resiprocal Inverse Gaussian Kernel.

Usage

graphrig(y, k, h)

Arguments

y

a numeric vector of positive values.

k

gird points.

h

the bandwidth

Examples

y<-rexp(23,1)
h<-0.79 * IQR(y) * length(y) ^ (-1/5)
graphrig(y,80,h)

[Package AsyK version 0.1.0 Index]