SURGroup / UQpy

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

Check percentage_error input. What is it doing? #170

Closed lohitv96 closed 10 months ago

lohitv96 commented 2 years ago

@dimtsap I cannot find the percentage_error input in any of the functions, could you point me to the correct location ?

lohitv96 commented 2 years ago

@dimtsap Sorry for disturbing you, I did find the usage of 'percentage_error' in InverseTranslation.

https://github.com/SURGroup/UQpy/blob/3bcd458de7f388291f7fcc46c6bcec62a89b07b0/src/UQpy/stochastic_process/InverseTranslation.py#L48

lohitv96 commented 2 years ago

'percentage_error' indicates when to stop the iterative process of ITAM. Currently, it is set at 5%. It is the percentage of ratio of norm of the error and norm of the target.