replace boost::erf_inv with own implementation
As title describes, remove dependence on boost::special_functions by implementing our own version of erf_inv. This was needed to fix a bug in boost regarding valgrind.
As title describes, remove dependence on boost::special_functions by implementing our own version of erf_inv. This was needed to fix a bug in boost regarding valgrind.