From Mathematische statistiek by A. van der Vaart:
"Let $X_1,X_2,\ldots,X_n$ be a random sample from the distribution function $x\rightarrow p\Phi(x-\mu)+(1-p)\Phi\bigl( (x-\nu)/\sigma\bigl)$. The parameters $p\in [0,1],\mu,\nu\in\mathbb{R}$ and $\sigma\in (0,\infty)$ are unknown. Construct a moment estimator for $(p,\mu,\nu,\sigma)$ and show that it is asymptotically normal."
We have to have an expectation, so what I did is taking the derivative of this distribution function to get a density. Then $E(X)$ is equal to $\int_{-\infty}^{\infty} x f(x) dx$ with $f$ the found density. It turns out this is equal to $\mu p + \frac{(1-p)\nu}{\sigma^2}$. But then I get stuck because this function in $(p,\mu,\nu,\sigma)$ is not injective so it is not possible to get a moment estimator. Then I tried $E(X^2)$ but that gives nothing better. I also don't see a link between $E(X)$ and $E(X^2)$, so interpreting it as a system of equations and eliminating also doesn't work.
Can anyone see a solution? I thank in advance, because I can't thank in the comments.