MOD2

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/33

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 8:25 PM on 7/29/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

34 Terms

1
New cards

Random sampling

The key idea that one draw from a population does not depend on another.

2
New cards

Infer

The process of learning about the underlying data-generating process from the data we observe.

3
New cards

Frequentist approach to probability

A definition of probability as the number of times an event occurs out of an infinite number of random trials.

4
New cards

Law of Large Numbers (Relative Frequency)

The idea of relative frequency converging to the true probability.

5
New cards

Lognormal distribution

A model often used for earnings data because earnings distributions tend to be skewed right.

6
New cards

Estimand

The thing we want to learn about.

7
New cards

Estimator

The thing we compute to learn about the estimand.

8
New cards

Estimate

The result given by an estimator for a given set of data.

9
New cards

Unbiased

A state where E(estimator)E(\text{estimator}) equals the thing we want to learn about.

10
New cards

Bias

A potential result of sample selection if the data does not represent the population we want to learn about.

11
New cards

Conditional expectation

The method used to compare earnings of women and men by estimating earnings given gender.

12
New cards

Expected value

A weighted average of all the random variable's possible outcomes.

13
New cards

Law of Large Numbers (Sample Size)

The principle that sample averages tend to the population mean as sample size grows.

14
New cards

Indicator variable expected value

For a variable taking values 11 and 00, this is equivalent to the probability that the random variable equals 11.

15
New cards

LIE (Law of Iterated Expectations)

The law stating that the expected value of the CEF of YY given XX is the expected value of YY.

16
New cards

Frequentism

An approach to probability defined as the relative frequency of an event AA in the limit of NN random trials, expressed as P(A)=limNSNNP(A) = \text{lim}_{N \rightarrow \text{∞}} \frac{S_N}{N}, where SNS_N is the number of occurrences.

17
New cards

Law of Large Numbers (LLN)

A fundamental result in statistics stating that as the number of trials increases, the sample average converges to the population expected value, such that YˉE(Y)\bar{Y} \rightarrow E(Y) as NN \rightarrow \text{∞}.

18
New cards

Estimand

The theoretical concept or population parameter we want to learn about, such as the true probability P(\text{earnings} \req 100,000).

19
New cards

Estimator

A rule or mathematical formula applied to a sample to infer the value of an estimand, denoted by a "hat" symbol, such as \bar{Y} = \frac{1}{N} \text{∑}_{i=1}^{N} Y_i.

20
New cards

Estimate

The specific numerical value observed when an estimator is applied to a particular set of data.

21
New cards

Unbiased Estimator

An estimator that is equal to the estimand on average, defined by the condition E(estimator)=estimandE(\text{estimator}) = \text{estimand}.

22
New cards

Topcoding

A technique used in data collection to protect respondent privacy by clustering the highest observed values at a specific limit, such as earnings capped at 400,000400,000 in the March 2009 CPS.

23
New cards

Grammar of Graphics

A framework implemented in the ggplot2 package for building visualizations from components including data, aesthetic mappings, geometric objects, scales, facet specifications, statistical transformations, and coordinate systems.

24
New cards

Full-time employed (CPS 2009 Definition)

Individuals in the March 2009 CPS extract who worked at least 3636 hours per week for at least 4848 weeks during the previous year.

25
New cards

Expected Value (E(Y)E(Y))

The weighted average of all possible outcomes of a random variable. For a discrete variable YY, it is calculated as E(Y) = \text{∑}_{j=1}^{J} y_j f(y_j), where f(yj)f(y_j) represents the weights from the PDF.

26
New cards

Conditional Expectations Function (CEF)

Known as the "workhorse of data science," it defines the probabilities of a random variable YY's values conditional on the value of another variable XX, denoted as E(YX)E(Y | X) or μ(X)μ(X).

27
New cards

Plug-in Principle

The justification for estimating population expectations by substituting them with their corresponding sample averages under random sampling.

28
New cards

Expected Value of an Indicator Variable

The outcome where the expected value of a variable taking values represented by 11 and 00 equals the probability that the indicator is 11, expressed as E(Y)=P(Y=1)E(Y) = P(Y = 1).

29
New cards

Law of Iterated Expectations (LIE)

A theorem stating that the unconditional expectation of a random variable is equal to the weighted average of its conditional expectations: E(Y)=E[E(YX)]E(Y) = E[E(Y|X)], or specifically E(earnings)=E[E(earningsgender)]E(\text{earnings}) = E[E(\text{earnings}|\text{gender})].

30
New cards

Difference-in-logs Approximation

A method where a difference in natural logs is used to approximate percentage change: log(Y2)log(Y1)Y2Y1Y1\text{log}(Y_2) - \text{log}(Y_1) \text{≈} \frac{Y_2 - Y_1}{Y_1}. The approximation is more accurate for smaller percentage changes.

31
New cards

Jensen's Inequality

A theorem relating the log of an average to the average of logs; for a concave function gg, it states g(E[x]) \req E[g(x)], meaning the log of the average is greater than or equal to the average of the logs.

32
New cards

Censoring

A source of bias where data values are limited or obscured at a certain threshold, such as the topcoding of high earnings.

33
New cards

Sample Selection Bias

A bias occurring when the collected data does not accurately represent the population of interest or when the process of selecting the sample is non-random.

34
New cards

Measurement Error

A source of bias that occurs when a variable's empirical measurement fails to accurately capture the theoretical concept of interest.