Let X1,...,Xn be a sample from the N(0, sigma^2).

1) Find the method of moment estimator of sigma^2

2) Find the MLE estimator of sigma^2

To find the method of moment estimator (MME) of sigma^2, we equate the sample moments to the population moments and solve for sigma^2.

Step 1: Calculate the sample moments
The first sample moment is the sample mean, denoted by X̄.
The second sample moment is the sample variance, denoted by S^2.

Step 2: Set up the equation
Equation (1): Equate the first population moment (mean) to the first sample moment:
E(X) = X̄
0 = X̄

Equation (2): Equate the second population moment (variance) to the second sample moment:
Var(X) = S^2
sigma^2 = S^2

Step 3: Solve for sigma^2
By combining equations (1) and (2), we get:
sigma^2 = S^2 = X̄^2

Therefore, the method of moment estimator of sigma^2 is S^2, which is equal to the sample variance.

To find the maximum likelihood estimator (MLE) of sigma^2, we need to maximize the likelihood function with respect to sigma^2.

Step 1: Write the likelihood function
The likelihood function is given by:
L(sigma^2) = f(x1; sigma^2) * f(x2; sigma^2) * ... * f(xn; sigma^2)

Step 2: Take the logarithm of the likelihood function
Taking the logarithm of the likelihood function provides the log-likelihood function, which simplifies calculations. Therefore, we have:
log L(sigma^2) = log f(x1; sigma^2) + log f(x2; sigma^2) + ... + log f(xn; sigma^2)

Step 3: Differentiate the log-likelihood function
Differentiate the log-likelihood function with respect to sigma^2 and set it equal to zero to find the maximum likelihood estimator.

Step 4: Solve for sigma^2
Solving the equation from step 3 will give you the MLE of sigma^2.

Keep in mind that the exact calculation will depend on the distribution of the random variables, but these steps provide a general approach to finding the MLE of sigma^2 for any distribution.