How do you determine the derivative of an average to use the delta method to approximate the variance of an estimator?
For example for the problem above, I came across the estimators $\hat{\theta}=\frac{1}{\bar{X}}-1$ and $\hat{\theta}=-\frac{1}{\overline{\ln(1-X)}}$ using method of moments and maximum likelihood and I am supposed to determine the variance using the delta method. I know the formula is $\sigma_{\bar{\theta}}\approx |\hat{\theta}'(\mu_\theta)|\frac{\sigma_\theta}{\sqrt{n}}$ how would I do this, replace $x$ with $\mu_\theta$?