Skip to main content

inverse_normal_cdf

inverse_normal_cdf(const RealArray arr) -> RealArray

Computes the inverse of the cumulative distribution function of the standard normal distribution (probit function) of the RealArray arr element-wise.

Parameters