LM 7: Estimation & Inference Flashcards
(13 cards)
What is sampling?
generating statistics that are estimates of population parameters
What is sampling error?
difference between the sample statistic and the population parameter. eg., sample mean & population mean
What is the difference between probability sampling and non-probability sampling?
probability sampling: every member of population has the same chances of being selected
non-probability sampling: less representative due to methods considering factors such as access to data.
What are the 4 types of probability sampling? SSSC
- simple random sampling
- systematic sampling
- stratified random sampling
- cluster sampling
Describe the 4 types of probability sampling.
- simple random: truly random sample, each data point equally likely to be selected
- systematic sampling: choosing every kth member of population
- stratified random: population divided into sub groups, then simple random drawn from subgroup
- cluster sampling: several clusters created, each one meant to be a mini-representation of the population
What are the 2 types of cluster sampling?
- one stage cluster
- two stage cluster
Describe the 2 types of cluster sampling.
- one stage cluster: data from all members of clusters used
- two stage cluster: subsamples randomly selected from each sample cluster
What are the 2 types of non-probability sampling methods?
- convenience sampling
- judgemental sampling
Describe the 2 types of non-probability sampling. CJ
- convenience sampling: data points selected based on availability
- judgemental sampling: data points handpicked based on researchers expertise & judgement
What is the standard error formula?
sx = s (or sqrt variance)/ sqrt n
s = standard deviation
sqrt n = number of samples
What is standard error?
measures how much discrepancy is likely in a sample’s mean compared with the population mean
What is the standard error of the sample formula using the bootstrap method?
sqrt (1/n-1)* variance
variance = (data value - mean ^2 + data value - mean ^2)…
n = sample size
What is the difference between the jackknife and bootstrap method?
jackknife: leaves out one observation at a time without replacement.
bootstrapping: one number in a sample gets replaced.