laplace-edge-cases 287 B

1234567
  1. o Minor bugfixes:
  2. - Handle edge cases in the laplace functions:
  3. * avoid division by zero
  4. * avoid taking the log of zero
  5. * silence clang type conversion warnings using round and trunc
  6. - Add tests for laplace edge cases.
  7. Related to HS stats in #13192.