SURGroup / UQpy

UQpy (Uncertainty Quantification with python) is a general purpose Python toolbox for modeling uncertainty in physical and mathematical systems.
MIT License
267 stars 76 forks source link

Taylor Series v4 #156

Closed mds2120 closed 2 years ago

mds2120 commented 2 years ago
dgiovanis commented 2 years ago

In order to run SORM, do you first have to run FORM? This seems like an unnecessary step. [SORM uses the reliability index from FORM, so you have to run FORM first. -An alternative is to run FORM internally when calling SORM.] https://github.com/SURGroup/UQpy/blob/81221cbb8e00c55548866b01dfb653143dbfa586/src/UQpy/reliability/taylor_series/SORM.py#L88