Let $X_1,\cdots, X_n$ be a random sample with pdf
$$p(x\mid \theta) = \theta x^{-2}, \text{ with } 0<\theta\le x < \infty$$
Use moment method to estimate $\theta$.
This problem is 7.6 from Casella's Statistical Inference. Strangely, I found that the moment does not exist. For example,
$$E (X) = \int_\theta^\infty \theta x^{-1} \,dx = \theta \ln(x)\biggr|_{\theta}^\infty $$
What should I do in this situation?