Dear OpenTURNS users,
I am working with threshold exceedance approaches and I wanted to know if
it is possible to specify a distribution for the threshold, instead of a
float.
Until now I have always used the constructor:
Event(output_variable_of_interest, comparison_operator, threshold)
where threshold is just a number.

There are other available options, for example:
Event(output_variable_of_interest, domain)
In this case, if I use Interval as domain type, I think it means that we
are considering a uniform interval (and not a distribution).
The other available constructor is with Event(process, domain), but it is
not really clear to me how it works.
My question is: is it possible to treat the limit state function as a
stochastic process instead of just a number?

Thank you for your help!

Kind regards,
Anita
_______________________________________________
OpenTURNS users mailing list
[email protected]
http://openturns.org/mailman/listinfo/users

Reply via email to