A few useful statistics functions that are missing from Go standard library.
##Functions##
-
ErfInv
ErfInv(x float64) - returns inverse error function -
InverserNormalCDF
InverserNormalCDF(x float64) - returns inverse Normal CDF -
InverseNormalDist
InverseNormalDist(x float64) - returns inverse normal distribution function
###Apache commons-math library:###
###TI invnorm:###
http://tibasicdev.wikidot.com/invnorm
This library is released under the MIT license