Possible Duplicate:
How does the standard error work?
What is the estimate of sample mean variance and how do you get it? Are my understandings of the following correct?
$var(Y)=\frac{1}{N} \sum (X_i-\mu_Y)^2$ population variance, how much the individuals vary from the mean.
$var(\hat Y)=\frac{1}{n-1}\sum(x_i-\bar y)^2$ sample variance, how much the individuals of the sample vary from the sample mean.
$var(\bar y)=\frac{var(Y)}{n}$ sample mean variance, how much the sample mean can vary from the true mean.
$var(\hat{\bar y})=$ estimate of sample mean variance
$Y={X_1...X_N}$ is a population with N individuals
$y={x_1...x_n}$ is a sample of the population with n observations
$\mu$ is the mean
$\bar y=\sum x_i/n$ is the mean of the sample.