Stats Vocab

  1. Statistics: The science and art of collecting, analyzing, and drawing conclusions from data.

  2. Individual: An object or person described in a set of data (can be people, animals, or things).

  3. Variable: Any attribute or characteristic that takes different values for different individuals.

  4. Categorical Variable: A variable that places an individual into one of several groups or categories.

  5. Quantitative Variable: A variable that takes numerical values for which it makes sense to find an average.

  6. Discrete Variable: A quantitative variable that takes a fixed set of possible values with gaps between them (usually countable).

  7. Continuous Variable: A quantitative variable that can take any numerical value in a given interval (measurable).

  8. Distribution: Tells what values a variable takes and how often it takes those values.

  9. Frequency Table: A table that displays the count (frequency) of individuals in each category or class.

  10. Relative Frequency Table: A table that displays the proportion or percentage of individuals in each category or class.

  11. Bar Chart (Bar Graph): A graphical display where each category is represented by a bar whose height corresponds to the category's frequency or relative frequency.

  12. Pie Chart: A circular graph that shows how a whole is divided into parts, where the area of each slice is proportional to the percentage of each category.

  13. Two-Way Table: A table that summarizes data on the relationship between two categorical variables for a set of individuals.

  14. Marginal Relative Frequency (Marginal Distribution): The proportion or percentage of individuals that have a specific value for one categorical variable, located in the margins (row/column totals).

  15. Joint Relative Frequency: The proportion or percentage of individuals that fall into a specific category for both variables simultaneously (located in the inner cells).

  16. Conditional Relative Frequency (Conditional Distribution): The proportion or percentage of individuals that have a specific value for one variable among individuals who share a specific value of another variable.

  17. Side-by-Side Bar Graph: A graph that displays the distribution of a categorical variable for each category of another variable by placing bars adjacent to each other.

  18. Segmented Bar Graph: A bar graph where each bar represents 100% of a group, divided into colored segments showing the relative proportions of another variable.

  19. Mosaic Plot: A modified segmented bar graph where the width of each bar is proportional to the total number of individuals in that category.

  20. Association: A relationship between two variables where knowing the value of one variable helps predict the value of the other.

  21. Dotplot: A simple graph where each data value is shown as a dot positioned along a horizontal number line.

  22. Symmetric Distribution: A distribution where the right side of the graph (larger half of observations) is approximately a mirror image of the left side.

  23. Skewed Right Distribution: A distribution where the right tail (larger values) is noticeably longer than the left tail.

  24. Skewed Left Distribution: A distribution where the left tail (smaller values) is noticeably longer than the right tail.

  25. Unimodal: A distribution shape characterized by a single prominent peak.

  26. Bimodal: A distribution shape characterized by two distinct, prominent peaks.

  27. Multimodal: A distribution shape characterized by more than two prominent peaks.

  28. Uniform Distribution: A distribution where data values are spread roughly evenly across the entire range with no distinct peak.

  29. Stemplot (Stem-and-Leaf Plot): A display of quantitative data where each value is split into a "stem" (all leading digits) and a "leaf" (the final digit).

  30. Splitting Stems: A method of creating a more detailed stemplot by using multiple stems for the same leading digit (e.g., leaves 0–4 on one stem, 5–9 on the next).

  31. Back-to-Back Stemplot: A stemplot comparing two groups of quantitative data using a common set of stems in the center.

  32. Histogram: A graph that shows quantitative data grouped into adjacent, non-overlapping intervals (bins), with bar heights representing frequency or relative frequency.

  33. Mean (xˉ\bar{x}): The arithmetic average of a data set, calculated by summing all values and dividing by the total count: xˉ=xn\bar{x} = \frac{\sum x}{n}.

  34. Median ($M$): The physical middle value of an ordered distribution such that about 50% of the observations are smaller and 50% are larger.

  35. Range: A single number measuring total spread, calculated as: Range=MaximumMinimum\text{Range} = \text{Maximum} - \text{Minimum}.

  36. First Quartile ($Q_1$): The 25th percentile; the median of the lower half of the data (below the overall median).

  37. Third Quartile ($Q_3$): The 75th percentile; the median of the upper half of the data (above the overall median).

  38. Interquartile Range (IQR): The distance spanning the middle 50% of the data: IQR=Q3Q1\text{IQR} = Q_3 - Q_1.

  39. Resistant Measure: A statistical summary (like median and IQR) that is not substantially affected by extreme values or outliers.

  40. Non-Resistant Measure: A statistical summary (like mean, range, and standard deviation) that is sensitive to extreme values and outliers.

  41. Standard Deviation ($s_x$): A measure of variability representing the typical distance that data values fall from the mean.

  42. Variance ($s_x^2$): The average squared distance of data values from their mean.

  43. Five-Number Summary: A descriptive summary of a quantitative distribution consisting of the Minimum, $Q_1$, Median, $Q_3$, and Maximum.

  44. Boxplot: A visual display of the five-number summary featuring a box from $Q_1$ to $Q_3$, a line at the median, and whiskers extending to the smallest and largest non-outlier values.

  45. 1.5×IQR1.5 \times \text{IQR} Outlier Rule: A criterion classifying any observation as an outlier if it falls below Q11.5(IQR)Q_1 - 1.5(\text{IQR}) or above Q3+1.5(IQR)Q_3 + 1.5(\text{IQR}).

  46. Percentile: The percentage of observations in a distribution that are less than or equal to a specific value.

  47. Standardized Score ($z$-score): The number of standard deviations a value $x$ lies above or below the mean: z=xmeanstandard deviationz = \frac{x - \text{mean}}{\text{standard deviation}}.