gnu-octave / statistics

The Statistics package for GNU Octave
GNU General Public License v3.0
24 stars 22 forks source link

Truncated discrete probability distributions #128

Closed pr0m1th3as closed 1 week ago

pr0m1th3as commented 5 months ago

The methods for truncated discrete probability distributions do not work properly. This affects the BinomialDistribution, NegativeBinomialDistribution, and PoissonDistribution objects. The commented out unit tests in the output testing section of each classdef file have the correct expected results.

pr0m1th3as commented 1 week ago

This issue has been resolved!