def _norm_cdf()

in clearbox/models/probabilistic.py [0:0]


  def _norm_cdf(self, xs: npt.NDArray[float]) -> npt.NDArray[float]:
    return np.array([self._normal.cdf(x) for x in xs])