Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for the exponential distribution #266

Closed
damar-wicaksono opened this issue Jul 6, 2023 · 1 comment
Closed

Add support for the exponential distribution #266

damar-wicaksono opened this issue Jul 6, 2023 · 1 comment
Labels
enhancement New feature or request prob-input Update / fix issues in the probabilistic input modeling including the univariate distribution
Milestone

Comments

@damar-wicaksono
Copy link
Owner

damar-wicaksono commented Jul 6, 2023

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 damar-wicaksono added enhancement New feature or request prob-input Update / fix issues in the probabilistic input modeling including the univariate distribution labels Jul 6, 2023
damar-wicaksono added a commit that referenced this issue Dec 15, 2023
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.
damar-wicaksono added a commit that referenced this issue Dec 15, 2023
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.
damar-wicaksono added a commit that referenced this issue Dec 15, 2023
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.
@damar-wicaksono
Copy link
Owner Author

This issue has been resolved by PR #324.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request prob-input Update / fix issues in the probabilistic input modeling including the univariate distribution
Projects
None yet
Development

No branches or pull requests

1 participant