

Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
With a summary of statistic, you can understand a little of it
Typology: Summaries
1 / 2
This page cannot be seen from the preview
Don't miss anything!


Sample Space: Ω; Event: A ⊆Ω Basic Laws:
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)]²
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 σ²)
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 * σ / ε)²
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:
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