Metrics Lesson 1

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

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 8:50 PM on 9/8/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

18 Terms

1
New cards
Linearity of Expectation: E[aX + bY + c]
a*E[X] + b*E[Y] + c (Constants pull out cleanly, sums split)
2
New cards
Definition and formula for Var(X)
Var(X) = E[(X - E[X])²] = E[X²] - (E[X])²
3
New cards
Transformation of Variance: Var(a + bX)
b² * Var(X) (Constant shifts vanish; multipliers square)
4
New cards
Variance of a Sum: Var(X + Y)
Var(X) + Var(Y) + 2*Cov(X, Y)
5
New cards
Definition of Covariance Cov(X, Y)
Cov(X, Y) = E[(X - E[X]) * (Y - E[Y])] (Measures linear association)
6
New cards
Covariance rules: Cov(X, X), Cov(X, c), and Cov(a+bX, c+dY)
Cov(X, X) = Var(X) | Cov(X, c) = 0 | Cov(a+bX, c+dY) = b*d * Cov(X, Y)
7
New cards
Correlation formula Corr(X, Y) and its range
Corr(X, Y) = Cov(X, Y) / [SD(X) * SD(Y)], bounded in [-1, 1]
8
New cards
Does Cov(X, Y) = 0 mean independence?
NO. Independence implies Cov = 0, but Cov = 0 only means no linear relation (e.g., Y = X² centered at 0)
9
New cards
What is E[Y | X] and why is it a random variable?
The average outcome of Y given X = x. It is a function of the random variable X, making it a random variable itself.
10
New cards
Pulling Out Known Information: E[f(X) * Y | X]
f(X) * E[Y | X] (Once conditioned on X, f(X) acts as a known constant)
11
New cards
Law of Iterated Expectations (LIE) formula and intuition
E[E[Y | X]] = E[Y] (The weighted average of subgroup averages equals the grand total average)
12
New cards
Law of Total Variance formula and components
Var(Y) = Var(E[Y | X]) + E[Var(Y | X)] (Between-group variance + average within-group variance)
13
New cards
Standardization: If X ~ N(μ, σ²), what is Z and F(x)?
Z = (X - μ) / σ ~ N(0, 1), and F(x) = Φ((x - μ) / σ)
14
New cards
When is the linear combination a + bX + cY normal?
Only when X and Y are JOINTLY normal (marginal normality alone is NOT sufficient)
15
New cards
Estimator unbiasedness definition and Bias formula
Unbiased if E[θ_hat] = θ. Bias = E[θ_hat] - θ
16
New cards
Sample mean properties: Var(X̄_n) and SE(X̄_n)
Var(X̄_n) = σ² / n, and SE(X̄_n) = σ / √n (Spread shrinks at rate √n)
17
New cards
Two-sided t-test statistic τ and 5% rejection rule
τ = |β_hat - β_0| / SE. Reject H0 if τ > 1.96; fail to reject if τ ≤ 1.96
18
New cards
95% Confidence Interval formula and interpretation
[β_hat - 1.96*SE, β_hat + 1.96*SE]. Ex-ante property: 95% of computed intervals across repeated samples contain true fixed parameter