Ch 12 - Data Based and Statistical Reasoning Flashcards
What does measure of central tendency provide?
a single value representation for the middle of a group of data
What is the arithmetic mean (average)?
a measure of central tendency that equally weighs all values; it is not affected by outliers
What is the median?
the value that lies in the middle of the data set
- 50% of data points are above and below the median.
(n+1)/2 where n is the number of data values
What is the mode?
the data point that appears most often; there may be multiple (or 0) modes in a data set
What is normal distribution?
symmetrical; the mean, median, and mode are all the same
What is standard distribution?
a normal distribution with a mean of 0 and a standard deviation of one
- used for most calculation
- 68% of data points occur within one standard deviation of the mean, 95% within 2, and 99% within 3
What are skewed distributions?
have differences in their mean, median, and mode
- the skew direction is the direction of the tail of the distributions
What are bimodal distributions?
have multiple peaks, although not necessarily multiples modes
- may be useful to perform data analysis on the 2 groups separately
What is range?
the difference between the largest and smallest values in a data set
What is interquartile range?
difference between the value of the 3rd quartile and the 1st quartile (IQR = Q3 - Q1)
- can be used to determine outliers
Q1 = n x 1/4
Q3 = n x 3/4
(if whole, take mean of this position and next, if decimal round up to the next whole number and take that as quartile position)
What is standard deviation?
a measurement of variability about the mean
- can also be used to determine outliers
sigma = square root (sum (value - mean)^2)n-1
What are outliers?
may be a result of true population variability, measurement error, or a non normal distribution
- any value lower than 1.5 x IQR below Q1 or any value higher than 1.5 x IQR above Q3
- any value that lies more than 3 standard deviations from the mean
What are independent and dependent events?
- the probability of independent events does not change based on the outcome of other events
- the probability of dependent events changes depending on the outcome of other events
What are mutually exclusive outcomes?
cannot occur simultaneously
What does it mean for a set of outcomes to be exhaustive?
there are no other possible outcomes