STAT Notes Flashcards
(184 cards)
Define descriptive statistics
Methods used to summarize or describe our observations
Describe inferential statistics
Using observations as a basis for making estimates or predictions
What two methods can be used to ensure random sampling is truly random?
Mechanical
Blind
Define mechanical sampling
Assigning every individual in the population a number and randomly generating numbers
Define stratified random sampling
Selects characteristics of the sample based on proportion of said characteristics in the population
Define dispersion of data
How far it lies from a given average
How is sample variance calculated?
Σ(difference between each value (xi) and the mean (x̄))^2 ÷ 1(n-1) where n is the number of observations
How is standard deviation calculated?
√var
How is standard error calculated?
sx ÷ √n where n is the number of observations and sx is standard deviation of a sample
Define confidence interval
Specific certainty of a predicted population mean with normal distribution
What proportion of the population stands within one standard error?
68%
What proportion of the population stands within two standard errors?
95%
What proportion of the population stands within three standard errors?
99.7%
What function shows perfect normal distribution?
Gaussian function
Define nominal data
Classifies by names
Define ordinal data
Classified in an order (by categories)
What are the two types of variables?
Categorical
Numeric
What are the two sub categories of categorical data?
Ordinal
Nominal
How is categorical data referred to in R?
factor()
What are the two sub categories of numeric data?
Discrete
Continuous
How is discrete data referred to in R?
integer
How is continuous data referred to in R?
numeric
Define skewed distribution
A measure of asymmetry
Define bimodal distribution
There are two modes (can be symmetrical or asymmetrical)