R/h.inv.R

`h.inv` <-
function(u1, u2, rho) {
  y <- pnorm(qnorm(u1)*sqrt(1-rho^2) + rho*qnorm(u2))
  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.