Point Estimates & Sampling Flashcards
For a sample of a independent, normal random variables from a population, how is the population mean and variance estimated?
Mean(pop) = (mean1+mean2+...)/n Variance(pop) = var/n
For a large sample size of a population, what probability standardised variable should be used for a one-sided test? What theorem is this?
Sampling distribution approx normal; Central Value Theorem
Z = [mean(sample)-mean(pop)]/(stdev./sqrt(n))
When is the central value theorem applicable?
When n>30
How can the central value theorem be applied for the difference between 2 sample means?
Z = [samp.mean1-samp.mean2-(pop.mean-pop.mean2)]/sqrt(var1/n1 + var2/n2)
Why are point estimates used?
To seek an individual number based on sample data that isn’t dependent on random variables in the sample.
What are the notation used for the point estimates for the mean, variance and proportion for a sample?
Mean = mu(hat) = samp.mean Variance = signma^2(hat) = stdev.^2 Proportion = p(hat) = x/n
Write the unbiased estimator statistic.
E(point estimate of parameter) - pop.parameter = 0
Write the standard error of the sample mean if population variance is known.
sigmax = sigma/sqrt(n)
Write the estimated standard error of the sample mean when population variance is not known.
sigmax(hat) = s/sqrt(n)