search for: inverf

Displaying 2 results from an estimated 2 matches for "inverf".

Did you mean: invert
2012 Oct 17
1
how R implement qnorm()
...normal distribution is calculated through integrate the Gaussian function, which can be implemented easily (see code), while the calculation of quantile (or Zα) in R is a bit confusing as it requires inverse error function (X = - sqrt(2)* erf-1 (2*P)), while R doesn't have a build in one. The InvErf function most people use is through qnorm( InvErf=function(x) qnorm((1+x)/2)/sqrt(2) ). When you type qnorm in the console, it doesn't show it as it is an internal function, I searched around can't found too much information, my hunch is R might be using some internal library that's in...
2006 Jun 26
2
Inverse Error Function
Do any of the R libraries have an implementation of the Inverse Error Function (Inverse ERF)? ref: http://mathworld.wolfram.com/InverseErf.html http://functions.wolfram.com/GammaBetaErf/InverseErf/ Thanks, Nathan [[alternative HTML version deleted]]