hot9cups / probdists

PyPi package for modelling Probability distributions
MIT License
7 stars 18 forks source link

Add CDF for Exponential Distribution #52

Closed basil08 closed 3 years ago

basil08 commented 3 years ago

Added calculate_cdf() in Exponentialdistribution.py Updated test.py Updated USAGE.md

Fixed a type.

basil08 commented 3 years ago

Please check. Initially, I have initialized self.cdf to None.