AsyK (version 1.5.5)

MSE: Calculate Mean Squared Error( MSE) by using different Kernels

Description

This function calculates the mean squared error (MSE) by using user specified kernel.This function is same as provided in package "DELTD". For details see https://CRAN.R-project.org/package=DELTD.

Usage

MSE(kernel, type)

Arguments

kernel

type of kernel which is to be used

type

mention distribution of vector.If exponential distribution then use "Exp". If use gamma distribution then use "Gamma".If Weibull distribution then use "Weibull".

Value

Mean Squared Error (MSE)

References

https://CRAN.R-project.org/package=DELTD