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 distribution #266

Closed damar-wicaksono closed 9 months ago

damar-wicaksono commented 1 year ago

To include several test functions relevant in reliability analysis exercises (see for example Issue #267), the exponential distribution should be added to the code base. The density function of the distribution reads:

$$ f_X(x) = \lambda e^{(-\lambda x)}, $$

where $\lambda > 0$ is the parameter of the distribution.

damar-wicaksono commented 9 months ago

This issue has been resolved by PR #324.