In: Statistics and Probability
Let Xi ∼iid Ber(p). Define Y = Xbar. Approximate the mean of W = g(Y ) = Y (1 − Y ) using the first and second order delta methods. Also, estimate the variance of W using the first order method.
we will use delta method of first order which is univariate method as well. i am sharing the image containing the solution of the questing. i am using the method of central limit theorem also .
the first order delta method is ,
x1, x2....xn is sequence of random variables,
if for n tends to infinite,
sqrt(n)[xn-p]--d--->N(0,sigma2)
where, p = mean of x1,x2, ....... ,xn
and singma2 = variance of x1,x2, ...., xn
then for n tends to infinite,
sqrt(n)[g(xn)-g(p)]--d--->N(0,sigma2.[g' (p)]2)
where g'(p) exist and non zero.
.