This should be relatively easy. _statistics needs to be defined as a built-in module and _normal_dist_inv_cdf should be added as its sole function.
_normal_dist_inv_cdf is pretty straight-forward to implement with the C version being a pretty direct translation from the Python version.
This should be relatively easy.
_statisticsneeds to be defined as a built-in module and_normal_dist_inv_cdfshould be added as its sole function._normal_dist_inv_cdfis pretty straight-forward to implement with the C version being a pretty direct translation from the Python version.