Statistics Vocabulary Flashcards (Data collection, sampling, data representation, measures, correlation, probability, hypothesis testing, distributions)

0.0(0)
studied byStudied by 0 people
GameKnowt Play
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/73

flashcard set

Earn XP

Description and Tags

A set of vocabulary flashcards covering data collection, sampling methods, data types, data representation, measures of location and spread, box plots, cumulative frequency, histograms, correlation, regression, probability, and hypothesis testing.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

74 Terms

1
New cards

Population

The entire set of items or individuals of interest in a study.

2
New cards

Census

Observing or measuring every member of the population.

3
New cards

Sample

A subset of the population used to estimate information about the population.

4
New cards

Sampling frame

A list of sampling units from which a sample is drawn.

5
New cards

Sampling units

Individual items in the population that can be sampled.

6
New cards

Simple random sample

Every possible sample of size n has an equal chance of being chosen; requires a sampling frame.

7
New cards

Lottery sampling

A method of simple random sampling where sample units are drawn like tickets from a hat.

8
New cards

Systematic sampling

Selects elements at regular intervals from an ordered list (e.g., every k-th item).

9
New cards

Stratified sampling

Population is divided into strata; random samples are taken from each, proportionate to stratum size.

10
New cards

Quota sampling

Non-random sampling where quotas reflect population characteristics; quotas filled during interviewing.

11
New cards

Opportunity sampling

Sample chosen from people available at the time and who fit criteria (convenience sampling).

12
New cards

Non-random sampling

Sampling methods that do not use random selection (e.g., quota, opportunity).

13
New cards

Qualitative data

Non-numeric data such as hair colour or types of occupation.

14
New cards

Quantitative data

Numeric data that can be measured or counted.

15
New cards

Discrete data

Quantitative data that take only specific values (e.g., number of students).

16
New cards

Continuous data

Quantitative data that can take any value within a range (e.g., height, time).

17
New cards

Grouped data

Data organized into classes or intervals with frequencies.

18
New cards

Class boundaries

Lower and upper limits that define a class in a grouped frequency table.

19
New cards

Midpoint

The average of the class boundaries; used as a representative value for a class.

20
New cards

Class width

Difference between the upper and lower class boundaries.

21
New cards

Frequency table

Table listing class intervals and their frequencies.

22
New cards

Raw data

Original data before any summarisation or grouping.

23
New cards

Large data set

A big dataset (e.g., weather data) used to practice sampling and statistics; includes multiple variables.

24
New cards

Sampling units

Individual items that are sampled from the population (often numbered or named).

25
New cards

Data type: qualitative

Non-numeric data (e.g., hair colour, species).

26
New cards

Data type: quantitative

Numeric data that can be measured or counted.

27
New cards

Data type: discrete

Data that takes only whole-number values (counts).

28
New cards

Data type: continuous

Data that can take any value within a range (measurements).

29
New cards

Class boundaries (grouped data)

The actual lower and upper limits of a class interval in a grouped distribution.

30
New cards

Frequency density

Height of a bar in a histogram; used when class widths vary; area corresponds to frequency.

31
New cards

Histogram

A graph of grouped continuous data where area of bars is proportional to frequencies.

32
New cards

Frequency polygon

A line graph joining the midpoints of the tops of the histogram bars.

33
New cards

Box plot

A graphical representation showing min, Q1, median (Q2), Q3 and max, with possible outliers.

34
New cards

Outlier

An observation far from the pattern of the rest of the data (often defined using IQR).

35
New cards

Interquartile range (IQR)

Difference between Q3 and Q1; a measure of spread.

36
New cards

Quartiles

Q1 (lower quartile), Q2 (median), Q3 (upper quartile).

37
New cards

P10, P90

10th and 90th percentiles; points that divide data into tenths and ninth-tenths.

38
New cards

Percentile

A value below which a given percentage of data falls.

39
New cards

Cumulative frequency diagram

Plot of cumulative frequencies to read medians/percentiles from the graph.

40
New cards

Measures of central tendency

Statistics that describe the centre of a data set (mean, median, mode).

41
New cards

Mean (x-bar)

Average value: x̄ = (sum of data values)/n.

42
New cards

Median

Middle value when data are arranged in order (or the average of the two middle values for even n).

43
New cards

Mode

Most frequent value in the data (or modal class in grouped data).

44
New cards

Variance

The average of squared deviations from the mean; σ² = Σ(x−x̄)² / n (population).

45
New cards

Standard deviation

The square root of the variance; a measure of spread in the same units as the data.

46
New cards

Coding a data set

Transforming data using y = a + bx to simplify calculations; relationships of mean and spread follow specific rules.

47
New cards

Box plot features

Whiskers show min and max (excluding outliers); box spans Q1 to Q3; line at median; outliers plotted separately.

48
New cards

Skewness

Asymmetry of the data distribution; reflected in the position of the median within the box plot.

49
New cards

Correlation

A measure of the linear relationship between two variables; r indicates strength and direction.

50
New cards

Scatter diagram

Plot of paired data points (x, y) to assess relationships between two variables.

51
New cards

Regression line (least squares)

Line that minimises the sum of squared distances from data points; y = a + bx.

52
New cards

Independent variable (explanatory)

The variable that is purposely changed or used to explain changes in the other variable.

53
New cards

Dependent variable (response)

The outcome measured in a study, believed to depend on the independent variable.

54
New cards

Prediction (interpolation)

Estimating a value within the range of observed data using the regression line.

55
New cards

Extrapolation

Predicting a value outside the range of observed data; usually less reliable.

56
New cards

Binomial distribution

X ~ B(n, p): a fixed number of independent trials with two outcomes (success, failure).

57
New cards

Probability mass function (pmf)

P(X = x) giving the probability that X takes the value x.

58
New cards

B(n, p) mean

Mean of a binomial distribution: np.

59
New cards

B(n, p) variance

Variance of a binomial distribution: np(1−p).

60
New cards

Cumulative probability (binomial CD)

Probabilities P(X < x) calculated from binomial distribution tables or calculator.

61
New cards

Null hypothesis (H0)

Presumed statement about a population parameter to be tested, e.g., p = p0.

62
New cards

Alternative hypothesis (H1)

Statement opposite to H0, describing the parameter value being tested for.

63
New cards

Test statistic

A quantity calculated from sample data used to decide whether to reject H0.

64
New cards

Significance level

Probability threshold (e.g., 0.05) used to decide whether to reject H0.

65
New cards

Critical region

Set of values of the test statistic that lead to rejection of H0.

66
New cards

Acceptance region

Values of the test statistic that fail to lead to rejection of H0.

67
New cards

One-tailed test

Hypothesis test where the alternative specifies a direction (>, <).

68
New cards

Two-tailed test

Hypothesis test where the alternative does not specify a direction (≠).

69
New cards

P-value

The probability, under H0, of obtaining a test statistic as extreme or more extreme than observed.

70
New cards

Interpolation

Estimating a value within the range of observed data inside a class interval.

71
New cards

Extrapolation (regression)

Estimating a value outside the observed data range; less reliable.

72
New cards

Beaufort scale

Descriptive scale for wind speed (e.g., calm to gale) used with large data sets.

73
New cards

Raw data vs summary statistics

Raw data are the original measurements; summary statistics (mean, median, etc.) describe the data.

74
New cards

Redundancy caution (outliers)

Outliers may be genuine or errors; must justify removing anomalies with reason.