CensoredDistribution¶
Clamps a distribution to an interval: values outside are not discarded but moved onto the nearest endpoint, so the mass piles up there.
The CDF is the base CDF held at 0 below the range and at 1 from its top on:
Each moment is the two endpoint atoms plus the base integral between them:
A quantile is the base quantile clamped to the range:
There is no ordinary density, since the endpoints carry atoms,
so PDF stays unevaluated.