mseGamma: Calculate Mean Square Error( MSE) when Gamma kernel is used.
Description
Calculate MSE by using Gamma Kernel.
Usage
mseGamma(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".