mseEr: Calculate Mean Square Error( MSE) when Erlang kernel is used.
Description
Calculate MSE by using Erlang Kernel.
Usage
mseEr(y, k, h, type)
Arguments
y
a numeric vector of positive values.
k
gird points.
h
the bandwidth
type
mention distribution of vector.If exponential distribution then use "Exp".
if use gamma distribution then use "Gamma".If Weibull distribution then use "Weibull".