I have big formula containing random variables. at some part of this formula I have to calculate min(X,Y), where X and Y are distributed normally and independently. Finally, after many summations and multiplications I am getting some distribution for which I am drawing its PDF.
I am interested if there is any openturns way to calculate min(X,Y) and plug it into some big formula.
I went through the documentation and discovered the function which calculates expected value of min(X,Y) but not the whole distribution.
Any kind of help will be appreciated.