R/ic1.R

"ic1" <-
function (p,d) 
{
cc <- complex(real=0, imaginary=p/2)

(sqrt(pi)/2)*exp(-(p^2)/4)*(1-Re(erf(cc) - erf(cc-d)))

}

Try the NORMT3 package in your browser

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

NORMT3 documentation built on April 25, 2022, 5:06 p.m.