I can implement the error function, erf, myself, but I\'d prefer not to. Is there a python package with no external dependencies that contains an implementation of this func
SciPy has an implementation of the erf function, see scipy.special.erf.
erf