Solved – Expectation Subscript

notation

What is meant by subscripting the expectation with some distribution, e.g. $\mathrm{E_{f}}[h(X)]$?

If it's any help, here's the context:

In M.C. Simulation, we wanted

$\mathrm{E[h(X)] = \int{h(x)f(x)dx}}$

so we used the law of large numbers and central limit theorem based on samples:

$\frac{1}{n} \sum_{i=1}^{n}h(X_i) \longrightarrow E_{f}[h(X)]$, with $X_{1}, \ldots, X_{n} \sim f$

Best Answer

Normally it means that you are taking the expectation with respect to that distribution (or that probability measure). Sometimes we change the probability measure and therefore the expectations are taken with respect to the new probability measure. So they want to specify exactly with respect to which probability measure, they are taking the expectations.

Related Question