Linear AlgebraFunctionsinverse_normal_cdfOn this pageinverse_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 arr: The input RealArray.