Method of Simulated Moments
- Use simulated moment conditions instead of theoretical ones
- Match data moments and simulated moments
$$
\hat{\theta}_{\text{MSM}} = \underset{\theta \in \Theta}{\arg \min} \ \left(T^{-1}\sum_{t=1}^T m(x_t, \theta)^{\top}\right) W_T \left(T^{-1}\sum_{t=1}^T m(x_t, \theta)\right),
$$
where $W_T$ is a weighting matrix and
$$m(x_t, \theta) = f(x_t) - \frac{1}{S} \sum_{s=1}^S f(\tilde{x}_t(\theta))$$
with $S$ the number of simulations and $\tilde{x}_t(\theta)$ the data simulated at parameter $\theta$.