Summary of statistic, Summaries of Mathematics

With a summary of statistic, you can understand a little of it

Typology: Summaries

2023/2024

Uploaded on 05/13/2025

ttp-2
ttp-2 🇭🇰

3 documents

1 / 2

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
Summary of Probability and Statistics
I. Probability
Sample Space: Ω; Event: A
Basic Laws:
- 0 ≤ P(A) ≤ 1, P(Ω) = 1
- P(A ) = 1 - P(A)
- P(A B) = P(A) + P(B) - P(A ∩ B)
Conditional Probability: P(A|B) = P(A ∩ B)/P(B)
Independence: P(A ∩ B) = P(A)P(B)
Law of Total Probability: P(A) = P(A|Bi)P(Bi)Σ
II. Random Variables and Distributions
Discrete: Probability Mass Function (PMF): f(x) = P(X = x)
Continuous: Probability Density Function (PDF): f(x) ≥ 0, ∫f(x)dx = 1
Cumulative Distribution Function (CDF): F(x) = P(X ≤ x)
Mean: E(X) = xP(x) (discrete), ∫x f(x) dx (continuous)Σ
Variance: Var(X) = E(X²) - [E(X)]²
III. Special Distributions
Binomial: B(n, p): P(X = k) = C(n,k)p^k(1-p)^(n-k); E(X) = np, Var(X) = np(1-p)
Poisson: P( ): P(X = k) = ^k * e^(- ) / k!; E(X) = Var(X) = λ λ λ λ
Uniform U(a,b): f(x) = 1/(b-a); E(X) = (a+b)/2, Var(X) = (b-a)^2/12
Exponential Exp( ): f(x) = e^(- x); E(X) = 1/ , Var(X) = 1/ ²λ λ λ λ λ
Normal N( , ²): f(x) = (1/√(2 ²)) e^(-(x- )²/2 ²)μ σ πσ μ σ
IV. Confidence Intervals
Known : CI = xA ± z /2 * /√nσ α σ
pf2

Partial preview of the text

Download Summary of statistic and more Summaries Mathematics in PDF only on Docsity!

Summary of Probability and Statistics

I. Probability

Sample Space: Ω; Event: A ⊆Ω Basic Laws:

  • 0 ≤ P(A) ≤ 1, P(Ω) = 1
  • P(A ) = 1 - P(A)ᶜ
  • P(A ∪B) = P(A) + P(B) - P(A ∩ B) Conditional Probability: P(A|B) = P(A ∩ B)/P(B) Independence: P(A ∩ B) = P(A)P(B) Law of Total Probability: P(A) = ΣP(A|Bi)P(Bi)

II. Random Variables and Distributions

Discrete: Probability Mass Function (PMF): f(x) = P(X = x) Continuous: Probability Density Function (PDF): f(x) ≥ 0, ∫f(x)dx = 1 Cumulative Distribution Function (CDF): F(x) = P(X ≤ x) Mean: E(X) = ΣxP(x) (discrete), ∫x f(x) dx (continuous) Variance: Var(X) = E(X²) - [E(X)]²

III. Special Distributions

Binomial: B(n, p): P(X = k) = C(n,k)p^k(1-p)^(n-k); E(X) = np, Var(X) = np(1-p) Poisson: P( ): P(X = k) =λ λ^k * e^(- ) / k!; E(X) = Var(X) = λ λ Uniform U(a,b): f(x) = 1/(b-a); E(X) = (a+b)/2, Var(X) = (b-a)^2/ Exponential Exp( ): f(x) =λ λe^(- x); E(X) = 1/ , Var(X) = 1/ ² λ λ λ Normal N( μ σ, ²): f(x) = (1/√(2 πσ²)) e^(-(x- μ)²/2 σ²)

IV. Confidence Intervals

Known σ: CI = xA ± z α/2 * σ/√n

Unknown σ: CI = xA ± t α/2,n-1 * s/√n Proportion: CI = pD ± z α/2 * sqrt(pD(1-pD)/n) Sample size for margin of error ε: n ≥ (z α/2 * σ / ε)²

V. Hypothesis Testing

Null hypothesis H , Alternative H₀ ₁ Test statistic z = (xA - μ₀)/( σ/√n) or t = ( xA - μ₀)/(s/√n) Reject H ₀ if test stat ∈Rejection Region or p-value <α Errors:

  • Type I: Reject H ₀ when true ( α)
  • Type II: Fail to reject H ₀ when false ( β) Power = 1 - β

VI. Linear Regression

Model: Y = α + βX + ε Estimates: b = Sxy / Sxx; a = yA - b xA Sxx = Σ(xi - xA)²; Sxy = Σ(xi - xA)(yi - yA) Confidence interval for β: b ± t α/2,n-2 * SEb SEb = sqrt(SSE / ((n-2) * Sxx)); R² = SSR / SST