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/18

flashcard set

Earn XP

Description and Tags

Flashcards covering key concepts from BUSN 5000E regarding earnings distributions, statistical inference principles, and the frequentist approach to data science.

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

19 Terms

1
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.

2
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{∞}.

3
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).

4
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.

5
New cards

Estimate

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

6
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}.

7
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.

8
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.

9
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.

10
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.

11
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).

12
New cards

Plug-in Principle

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

13
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).

14
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})].

15
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.

16
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.

17
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.

18
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.

19
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.