STAT 411 – Complete Formula and Concept Reference (Ch. 1-11)

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

1/47

flashcard set

Earn XP

Description and Tags

A comprehensive set of vocabulary flashcards covering fundamental probability rules, key distributions, estimation, hypothesis testing, regression, and essential calculus rules from STAT 411 Chapters 1–11.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

48 Terms

1
New cards

Sample Space

The set of all possible outcomes of an experiment.

2
New cards

Probability Rules

Fundamental properties: P(A) ≥ 0 and P(S) = 1, where S is the sample space.

3
New cards

Addition Rule

For any events A and B, P(A ∪ B) = P(A)+P(B)−P(A ∩ B).

4
New cards

Multiplication Rule (Independent)

If A and B are independent, P(A ∩ B) = P(A)·P(B).

5
New cards

Conditional Probability

The probability of A given B: P(A|B) = P(A ∩ B)/P(B).

6
New cards

Bayes’ Theorem

P(A|B) = [P(B|A)·P(A)]/P(B), reverses conditional probabilities.

7
New cards

Permutations (nPr)

Ordered selections: nPr = n!/(n−r)!.

8
New cards

Combinations (nCr)

Unordered selections: nCr = n!/[r!(n−r)!].

9
New cards

Expected Value E(X)

Long-run mean: Σx·P(x) for discrete X.

10
New cards

Variance Var(X)

Measure of spread: E(X²) − [E(X)]².

11
New cards

Binomial Distribution

Discrete model for number of successes: P(X=k)=nCk p^k (1−p)^(n-k)

12
New cards

Binomial Mean

E(X)=np for Binomial(n,p).

13
New cards

Binomial Variance

Var(X)=np(1−p) for Binomial(n,p).

14
New cards

Poisson Distribution

Counts rare events: P(X=k)=λ^k e^{−λ}/k!.

15
New cards

Poisson Mean & Variance

Both equal λ.

16
New cards

Exponential Distribution

Continuous model for waiting time with rate λ.

17
New cards

Exponential PDF

f(x)=λe^{−λx}, x≥0.

18
New cards

Exponential CDF (Tail)

P(X> x)=e^{−λx}.

19
New cards

Exponential Mean

E(X)=1/λ.

20
New cards

Exponential Variance

Var(X)=1/λ².

21
New cards

Joint PDF f(x,y)

Function giving probability density for pair (X,Y).

22
New cards

Marginal Distribution

Distribution of one variable found by integrating the joint PDF over the other variable.

23
New cards

Independence (Joint)

X and Y independent if f(x,y)=fX(x)·fY(y).

24
New cards

Covariance Cov(X,Y)

E[XY] − E[X]E[Y], measures joint variability.

25
New cards

Correlation ρ

Cov(X,Y)/(σX·σY), standardized measure of linear association.

26
New cards

Confidence Interval for Mean (σ known)

x̄ ± z*·(σ/√n).

27
New cards

Confidence Interval for Mean (σ unknown)

x̄ ± t*·(s/√n).

28
New cards

Confidence Interval for Proportion

p̂ ± z*·√[p̂(1−p̂)/n].

29
New cards

z-test for Mean

(x̄−μ)/(σ/√n), tests population mean with known σ.

30
New cards

t-test for Mean

(x̄−μ)/(s/√n), tests mean when σ unknown.

31
New cards

Proportion z-test

(p̂−p₀)/√[p₀(1−p₀)/n], tests single proportion.

32
New cards

P-value

Probability of observing data as extreme as sample under H₀.

33
New cards

Critical Value Rule

Reject H₀ if test statistic falls in rejection region defined by α.

34
New cards

Two-sample t-test (Unpooled)

t=(x̄₁−x̄₂)/√(s₁²/n₁+s₂²/n₂), unequal variances.

35
New cards

Pooled t-test

Uses pooled variance S_p² and assumes equal variances.

36
New cards

Paired t-test

t=d̄/(s_d/√n), analyzes matched pairs differences.

37
New cards

Two-proportion z-test

z=(p̂₁−p̂₂)/√[p̂(1−p̂)(1/n₁+1/n₂)], where p̂ is pooled proportion.

38
New cards

Simple Linear Regression Model

Y=β₀+β₁X+ε, relates a response to a predictor.

39
New cards

Least Squares Slope β̂₁

β̂₁=Sxy/Sxx, minimizes sum of squared errors.

40
New cards

Least Squares Intercept β̂₀

β̂₀=ȳ−β̂₁x̄.

41
New cards

Coefficient of Determination R²

Proportion of variation explained: SSR/SST.

42
New cards

t-test for Slope

t=β̂₁/SE(β̂₁), tests if β₁=0.

43
New cards

Power Rule (Integration)

∫x^n dx = x^{n+1}/(n+1)+C for n≠−1.

44
New cards

Log Integration Rule

∫x^{−1}dx=ln|x|+C.

45
New cards

Linear Function Integration

∫(ax+b)^n dx=(ax+b)^{n+1}/[a(n+1)]+C.

46
New cards

Exponential Integration

∫e^{ax}dx=(1/a)e^{ax}+C.

47
New cards

Central Limit Theorem (CLT)

For large n, x̄≈N(μ,σ/√n) regardless of population distribution.

48
New cards

Standard Error (SE)

Estimated standard deviation of a statistic, e.g., σ/√n or s/√n.