R/qfun.R

Defines functions qfun

qfun <-
  function(x){# define Q function
    x=exp(.5*x^2+pnorm(x,lower.tail = FALSE, log.p = TRUE))
  }

Try the TruncatedNormal package in your browser

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

TruncatedNormal documentation built on Sept. 8, 2021, 5:07 p.m.