On Sun, 1 Aug 2021 at 18:40, Alex Herbert <alex.d.herb...@gmail.com> wrote:
> > A bit of digging in the commit history of CM found that this distribution > was added to fix MATH-984 [1] so the EmpericalDistribution can represent > each bin using a distribution that can perform sampling of the bin. If a > bin has a single value then the ConstantContinuousDistribution applies. > > Since this does not apply to the code in Commons statistics then I would > suggest dropping it from the library. > > [1] https://issues.apache.org/jira/browse/MATH-984 > Opinion on dropping ConstantContinuousDistribution since the use case from Commons Math does not apply? > >