R/jNormPdf.R

jNormPdf <-
function(x){
  1 / sqrt(2 * pi) * exp(-0.5 * x^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.