R/jGradKernelFitPdf2.R

jGradKernelFitPdf2 <-
function(s,h,x){
f <- 1/h * (-1/h+((x-s)/h)^2)*jNormPdf((x-s)/h)
return(mean(f)^2)
}

Try the jvnVaR package in your browser

Any scripts or data that you put into this service are public.

jvnVaR documentation built on May 1, 2019, 8:29 p.m.