I would like to calculate Inverse of the normal cumulative distribution function (cdf) using scala breeze similar to MATLAB function NORMINV. But i did not find any builtin function to calculate it. could anybody has any ideas to do it in scala?
thanks