DEEVD (version 0.1.0)

figWeibull: Plot Density by Weibull kernel.

Description

Plot Kernel density by using weibull Kernel.

Usage

figWeibull(y, k, h)

Arguments

y

a numeric vector of positive values.

k

gird points.

h

the bandwidth

Value

Plot the density by using Weibull Kernel

Examples

Run this code
# NOT RUN {
y<-rexp(23,1)
h<-0.79 * IQR(y) * length(y) ^ (-1/5)
figWeibull(y,80,h)
# }

Run the code above in your browser using DataCamp Workspace