Commit 2025-09-12 14:29 9f97c819

View on Github →

feat(Probability/Kernel): change the def of IsFiniteKernel.bound to make it more informative (#29137) Previously, IsFiniteKernel.bound was a finite upper bound on the measure of the univ set for all measures in the image of the kernel. This PR changes it to the least upper bound. In particular, for a Markov kernel it now has value 1.

Estimated changes