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 the Two-Dimensional Reliability Test Function Example 1 from Grandhi and Wang (1999) #342

Open
damar-wicaksono opened this issue Jan 16, 2024 · 0 comments
Labels
documentation Improvements or additions to documentation enhancement New feature or request uq-test-function New test function to the code base

Comments

@damar-wicaksono
Copy link
Owner

damar-wicaksono commented Jan 16, 2024

The first reliabity test function from Grandhi and Wang (1999)1 is defined as follows:

$$ \mathcal{M}(\boldsymbol{x}; a, b) = 1.0 + \left( \frac{x_1 + x_2}{a} \right)^2 - \left( \frac{x_1 - x_2}{b} \right)^2, $$

where $\boldsymbol{x} = \{ x_1, x_2 \}$ is the vector of input variables modeled as two independent standard normal random variables.
The function is parametrized by the parameters $a$ and $b$. In the original paper $a$ is fixed to $2.0$ while different $b$ values were considered ($\pm 0.5$, $\pm 2$, $\pm 4$).

Footnotes

  1. R. V. Grandhi and L. Wang, “Higher-order failure probability calculation using nonlinear approximations,” Computer Methods in Applied Mechanics and Engineering, vol. 168, no. 1–4, pp. 185–206, Jan. 1999, doi: 10.1016/S0045-7825(98)00140-6.

@damar-wicaksono damar-wicaksono added documentation Improvements or additions to documentation enhancement New feature or request uq-test-function New test function to the code base labels Jan 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request uq-test-function New test function to the code base
Projects
None yet
Development

No branches or pull requests

1 participant