def _norm_pdf()

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


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