I am searching for a python equivalent of the norminv
function in Matlab.
Or in other words (from the above description): I am searching for the "Normal inverse cumulative distribution function" in python, or probably in the stats part of scipy (Or maybe numpy?)
I would guess that it exists in scipy, but probably under another name than in matlab, or in matlabs help page. However I am not sure of this functions other names, or exact workings, so I am having a hard time finding it. And unfortunately it's not simply the "Inverse normal cumul…" instead of the "Normal inverse cumul…"