I'm working on a Pareto distribution function, where I have to find the method of moments estimate of $\theta$. The function is:
$f(x|x_0, \theta) = \theta \cdot x^{\theta}_0 \cdot x^{-\theta-1}$
When $x > x_0$ and $\theta > 1$. Assume that $x_0 > 0$ is known. $\theta$ is unknown and a random sample $(X_1, X_2,...,X_n)$ satisfying a Pareto distribution is given.
At the moment I'm mostly a bit confused about the notation and variables, especially the $\theta$.
My approach so far is to use the following from my textbook:
That the $k$th moment of a random variable taken about the origin is
$\mu_k' = E(X^{k})$ and the corresponding $k$th sample moment is the average.
Relating the above to my pareto function, does $k$ corresponds to $\theta$?