10. Statistics Flashcards
Simple sampling technique
Achieving randomness by a simple, completely random process
ex. choose an item out of a hat, use a random number generator to pick items from a list
Convenience sampling technique
Choosing a sample based on how easy it is to find the data
ex. Ask the first twenty people that walk past to answer a survey
Systematic sampling technique
If the data is listed, select a random starting point and then choose the rest of the sample at a consistent interval
ex. Roll a die and get a 6 -> start with 6th item and choose every 10th item after that
Quota sampling technique
Choose a sample that is only comprised of members of the population that fit certain characteristics
ex. Sample of 40; females between the ages 20-30
Stratified sampling technique
The proportion of certain characteristics matches the proportion of those characteristics in the population
ex. The population is 45% male and 55% female -> 45 men and 55 women for every 100 people in the sample.
Symbol for mean
E(x), x (bar)
The mean vs. median in a symmetric shape of the distribution
mean = median
The mean vs. median in a positively skewed shape of the distribution
mean > median
The mean vs. median in a negatively skewed shape of the distribution
mean < median
Symbols for deviation?
xi - x (bar)
Equation for deviation (xi)
Observed value - mean
What is variance?
Measurement of how far a set of numbers are from the mean
Symbols for variance?
Var(x), s^2, (sigma)^2
Equation for variance
Variance = (Sum of (deviation)^2)/(Number of variables) = 1/n ∑(xi - x (bar))^2
Equation for variance (simplified)
V(x) = E(x^2) - {E(x)}^2