I have infill criterion, or sometimes called acquisition function and I want to calculate it. $\mathbb{EI}[x] = \mathbb{E}[I(x)]$, where $I(x) := max\{y_{min} - Y(x), 0\}$ and also $Y(x) \sim N(\mu, \sigma^2)$
Solution (not finished)
1) using this post Expected value of maximum of two random variables from uniform distribution
I calculated following : \begin{equation} \mathbb{EI}[x] = \int_0^{\infty} [1 - \mathbb{P}(y_{min} - Y(x) \leq z)]dz \end{equation}
But don't know how to proceed further, I would appreciate any suggestion/tips/advises...
Thank you in advance