document.write( "Question 1136414: Describe the sampling distribution of P HAT with caret based on large samples of size n -- that is, given the mean, the standard deviation, and the (approximate) shape of the distribution of P HAT with caret when large samples of size n are (repeatedly) selected from the binomial distribution with a probability of success p. Let q=1-p.\r
\n" );
document.write( "\n" );
document.write( "The mean of the sampling distribution of p HAT is? \n" );
document.write( "
Algebra.Com's Answer #754208 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! The mean is np, and with large samples (especially for very small p or q), it is a normal distribution.\r \n" ); document.write( "\n" ); document.write( "The variance is np(1-p) or npq \n" ); document.write( "the std dev is sqrt (np(1-p)) or sqrt (npq) \n" ); document.write( " |