R/erfinv.R

`erfinv` <-
  function(x)
  {
    a = (x+1)/2
   w =  qnorm(a)/sqrt(2)
    return( w )
  }

Try the geophys package in your browser

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

geophys documentation built on May 1, 2019, 9:26 p.m.