damar-wicaksono / uqtestfuns

A Python3 library of test functions from the uncertainty quantification community with a common interface for validation and benchmarking purposes.
https://uqtestfuns.readthedocs.io/en/latest/
MIT License
8 stars 0 forks source link

Add support for the exponential univariate dist. #324

Closed damar-wicaksono closed 8 months ago

damar-wicaksono commented 8 months ago

The exponential distribution is now supported as a UnivDist instance. The test suite and the docs are accordingly updated.

This commit should resolve Issue #266.

codecov[bot] commented 8 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (4c77438) 98.88% compared to head (b457ca0) 98.90%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## dev #324 +/- ## ========================================== + Coverage 98.88% 98.90% +0.02% ========================================== Files 58 59 +1 Lines 1967 2007 +40 Branches 141 142 +1 ========================================== + Hits 1945 1985 +40 Misses 11 11 Partials 11 11 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.