I PRAY to STATS – Core Vocabulary

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

1/100

flashcard set

Earn XP

Description and Tags

Key statistical vocabulary extracted from the 'I PRAY to STATS' lecture notes, covering basic descriptive statistics, sampling methods, experimental design, common fallacies, graphical displays, regression, probability distributions, confidence intervals, hypothesis testing, and useful combinatorial principles.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

101 Terms

1
New cards

Mean (Arithmetic)

Sum of all measurements divided by the number of observations; symbol μ for a population and x̄ for a sample.

<p>Sum of all measurements divided by the number of observations; symbol μ for a population and x̄ for a sample.</p>
2
New cards

Median

The middle value that splits an ordered dataset into two equal halves.

3
New cards

Mode

The most frequently occurring value in a dataset.

4
New cards

Interquartile Range (IQR)

Difference between the third quartile (Q3) and the first quartile (Q1); measures spread of the middle 50 %. IQR = 3 - Q1

5
New cards

Range

Largest value minus smallest value in a dataset; a crude measure of variability.

6
New cards

Standard Deviation (σ or s)

A measure of the amount of variation a variable has about its mean. σ for a population. s for a sample. For a sample standard deviation, you must divide by n -1.

<p>A measure of the amount of variation a variable has about its mean. σ for a population. s for a sample. For a sample standard deviation, you must divide by n -1.</p>
7
New cards

Variance

Square of the standard deviation; additive for independent variables.

<p>Square of the standard deviation; additive for independent variables.</p>
8
New cards

Outlier

A data point that differs markedly from the overall pattern of the data.

9
New cards

IQR Rule

A point is an outlier if it is < Q1 – 1.5·IQR or > Q3 + 1.5·IQR.

10
New cards

Robust Estimator

Statistic that is little-affected by outliers (e.g., median, IQR).

11
New cards

Unbiased Estimator

Statistic whose expected value equals the true population parameter (e.g., sample mean for μ).

12
New cards

Sampling

Selecting a subset of individuals from a population to estimate characteristics of the whole.

13
New cards

Simple Random Sample (SRS)

Every subset of the population has an equal chance of being selected.

<p>Every subset of the population has an equal chance of being selected.</p>
14
New cards

Stratified Sampling

Population divided into homogeneous strata (similar characteristics), and an is SRS taken within each stratum.

<p>Population divided into homogeneous strata (similar characteristics), and an is SRS taken within each stratum.</p>
15
New cards

Cluster Sampling

Population split into clusters (naturally occurring groups); some clusters randomly chosen and all members studied.

<p>Population split into clusters (naturally occurring groups); some clusters randomly chosen and all members studied.</p>
16
New cards

Systematic Sampling

Selecting every k-th element after a random start in an ordered list.

<p>Selecting every k-th element after a random start in an ordered list.</p>
17
New cards

Multistage Sampling

Successive sampling of clusters within clusters until reaching the final sampling units.

<p>Successive sampling of clusters within clusters until reaching the final sampling units.</p>
18
New cards

Probability-Proportional-to-Size Sampling

Selection probability of each element is proportional to how big its subgroup is

<p>Selection probability of each element is proportional to how big its subgroup is</p>
19
New cards

Line-Intercept Sampling

Elements included if intersected by a pre-chosen line segment (transect). Used to measure any features that intersect a line, usually used in vegetation

20
New cards

Panel Sampling

Same sampled individuals are surveyed repeatedly over time.

21
New cards

Nonprobability Sampling

Sampling procedure where some population members have unknown or zero chance of selection.

<p>Sampling procedure where some population members have unknown or zero chance of selection.</p>
22
New cards

Bias (Statistical)

Systematic tendency that skews results away from the true value.

23
New cards

Sampling Bias

Sample not representative because selection probabilities differ across population members.

24
New cards

Non-response Bias

When people respond to a poll or a survey differ meaningfully from non-respondents, distorting results. Also known as participation bias

25
New cards

Undercoverage Bias

Part of the population is systematically excluded from the sampling frame.

26
New cards

Self-selection Bias

Individuals decide themselves to participate, often those with strong opinions.

27
New cards

Convenience Sampling

Sample drawn from units that are easiest to access.

<p>Sample drawn from units that are easiest to access.</p>
28
New cards

Voluntary Response Sampling

Participants volunteer to respond; prone to extreme opinions.

<p>Participants volunteer to respond; prone to extreme opinions.</p>
29
New cards

Quota Sampling

Like SRS but does NOT randomly select members to fill each quota. Instead, researchers fill quotas based on specific characteristics until they reach a predetermined number for each category, which can lead to bias.

30
New cards

Snowball Sampling

Existing participants recruit future participants, building a sample via referrals. This can cause bias through participants being more likely to refer people with similar opinions.

31
New cards

Experimental Factor

Variable that is deliberately manipulated by the researcher in an experiment.

32
New cards

Treatment

Specific combination of conditions applied to experimental units.

33
New cards

Block

A group of similar experimental units or observations that are grouped together to reduce variability in an experiment or analysis.

34
New cards

Experimental Unit

Smallest entity to which a treatment is independently applied. The thing being experimented on

35
New cards

Level (of a factor)

Specific setting, value, category, or just the name of an experimental factor (independent variable) that is being tested.

36
New cards

Simpson’s Paradox

Trend that appears in several groups that dissapears or reverses when groups are combined.

<p>Trend that appears in several groups that dissapears or reverses when groups are combined.</p>
37
New cards

Gambler’s Fallacy

Belief that deviations from expected behavior must be corrected in the short run.

38
New cards

Hot-Hand Fallacy

Assuming a run of successes makes further success more likely. Also known as the Monte-Carlo fallacy.

39
New cards

Base-Rate Fallacy

Ignoring relevant statistical information (base rates) when evaluating specific evidence.

<p>Ignoring relevant statistical information (base rates) when evaluating specific evidence.</p>
40
New cards

Will Rogers Phenomenon

Moving an observation from one group to another increases both groups’ averages. Also known as the Okie Paradox.

<p>Moving an observation from one group to another increases both groups’ averages. Also known as the Okie Paradox.</p>
41
New cards

Berkson’s Paradox

A result that makes it seem that two unrelated variables appear to be correlated (usually negatively).

42
New cards

Nominal Data

Categorical data with no intrinsic ordering (e.g., eye color).

43
New cards

Ordinal Data

Categorical data with a meaningful order but unequal intervals (e.g., class rank).

44
New cards

Interval Data

Numeric data with equal intervals but no true zero (e.g., temperature °C).

45
New cards

Ratio Data

Numeric data with equal intervals and a true zero (e.g., weight).

46
New cards

Pie Chart

Circular chart where slice areas show category proportions.

47
New cards

Bar Chart

Rectangular bars represent categorical frequencies or values.

48
New cards

Mosaic Plot

Tile plot showing joint distribution of two (or more) categorical variables.

49
New cards

Scatter Plot

Graph of paired quantitative data; used to study relationships.

50
New cards

Histogram

Bar graph of binned numerical data frequencies.

51
New cards

Box Plot

Displays median, quartiles and potential outliers of numerical data.

52
New cards

Dot Plot

Dots along a number line show individual data points; good for small n.

53
New cards

Stem-and-Leaf Plot

Splits numbers into stems and leaves to display shape and raw data.

54
New cards

Line Graph

Connects data points with lines to show trends over time or sequence.

55
New cards

Normal Q–Q Plot

Plots data quantiles against theoretical normal quantiles to assess normality.

56
New cards

Residual Plot

Graph of residuals versus predicted values; checks model fit assumptions.

57
New cards

Ogive

Cumulative frequency curve of numerical data.

58
New cards

Least-Squares Regression Line (LSRL)

Line that minimizes the sum of squared vertical residuals.

59
New cards

Pearson Correlation Coefficient (r)

Measures strength and direction of linear relationship (−1 to +1).

60
New cards

Coefficient of Determination (r²)

Proportion of variance in y explained by x via the model.

61
New cards

Covariance

Average product of deviations of two variables; sign indicates relationship direction.

62
New cards

Residual (e)

Observed value minus predicted value (y – ŷ).

63
New cards

High Leverage Point

Observation with an extreme x-value relative to others.

64
New cards

Influential Point

Observation that markedly changes regression slope or intercept if removed.

65
New cards

Extrapolation

Predicting beyond the range of observed x; often unreliable.

66
New cards

Interpolation

Predicting within the range of observed x; usually reliable.

67
New cards

Homoscedasticity

Residual variance is constant across levels of the predictor.

68
New cards

Heteroscedasticity

Residual variance changes with the predictor; fan-shape pattern.

69
New cards

Sum of Squares Total (SST)

Total variability in y: Σ(yi – ȳ)².

70
New cards

Sum of Squares Regression (SSR)

Explained variability: Σ(ŷi – ȳ)².

71
New cards

Sum of Squares Error (SSE)

Unexplained variability: Σ(yi – ŷi)².

72
New cards

Probability Distribution

Function that assigns probabilities to all possible outcomes of a random variable.

73
New cards

Normal Distribution

Bell-shaped, symmetric continuous distribution described by μ and σ.

74
New cards

Empirical Rule (68-95-99.7)

For normal data, ~68 % within 1 σ, 95 % within 2 σ, 99.7 % within 3 σ.

75
New cards

z-Score

Standardized value: (x – μ)/σ; counts SDs from the mean.

76
New cards

Percentile

Value below which a specified percentage of observations fall.

77
New cards

Student’s t-Distribution

Symmetric distribution with heavier tails; used when σ unknown and n small (df = n–1).

78
New cards

t-Score

Standardized statistic using sample s and t-distribution.

79
New cards

Sampling Distribution

Probability distribution of a statistic over all possible samples of a fixed size.

80
New cards

Central Limit Theorem (CLT)

Sampling distribution of the mean approaches normal as n increases, regardless of population shape.

81
New cards

Law of Large Numbers

Sample mean converges to the population mean as sample size grows.

82
New cards

Uniform Distribution

All outcomes in an interval are equally likely.

83
New cards

Binomial Distribution

Counts number of successes in n independent Bernoulli trials with probability p.

84
New cards

Geometric Distribution

Counts trials needed to get the first success in repeated Bernoulli trials.

85
New cards

Chi-Square Distribution

Distribution of the sum of squared standard normals; parameter df (k).

86
New cards

Negative Binomial Distribution

Number of failures before r successes occur in Bernoulli trials.

87
New cards

Hypergeometric Distribution

Success count in draws without replacement from a finite population.

88
New cards

Poisson Distribution

Models number of events in a fixed interval given constant mean rate λ.

89
New cards

Confidence Interval

Interval estimate that likely contains the population parameter at a stated confidence level.

90
New cards

Confidence Level

Long-run proportion of CIs that capture the true parameter (e.g., 95 %).

91
New cards

Critical Value (z* or t*)

Cutoff on the reference distribution that matches the desired confidence level.

92
New cards

Margin of Error

Half-width of a confidence interval; (critical value) × (standard error).

93
New cards

Null Hypothesis (H₀)

Default claim that there is no effect or difference.

94
New cards

Alternative Hypothesis (Hₐ)

Claim of an effect or difference that we seek evidence for.

95
New cards

p-Value

Probability of observing a result at least as extreme as the sample, assuming H₀ is true.

96
New cards

Significance Level (α)

Threshold probability for rejecting H₀ (commonly 0.05).

97
New cards

Type I Error

Rejecting a true null hypothesis; false positive; probability = α.

98
New cards

Type II Error

Failing to reject a false null hypothesis; false negative.

99
New cards

Power (1 – β)

Probability of correctly rejecting a false null hypothesis.

100
New cards

Bayes’ Theorem

P(A | B) = P(B | A) · P(A) / P(B); updates probabilities with new evidence.