R/hfunc.R

`hfunc` <-
function(u1, u2, rho) {
  y <- pnorm((qnorm(u1)-rho*qnorm(u2))/sqrt(1-rho^2))
  return(y)
}

Try the corcounts package in your browser

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

corcounts documentation built on May 29, 2017, 6 p.m.