Funzione generatrice dei momenti
Famiglia parametrica = insieme di f. di densità caratterizzate da θ.
- Funzione Generatrice dei Momenti
- Famiglie di Locazione e di Scala
- Exponential Families
- Distribuzione Gamma
- Distribuzione Chi-Quadro
- Distrib. T-Student
- Distrib. F-Fisher e Cauchy
- Convergenza (Slutsky's Theorem)
- Likelihood Function
- Sufficient Statistic
- Factorization Criterion
- Lehman-Scheffe
- Ancillary Statistic
- Regular Exp Family
- Basu Theorem
- Complete Statistic
Famiglia parametrica = insieme di f. di densità caratterizzate da ϑ.
Formule da ricordare
FX(x) = ∑xi ≤ x fX(xi)
fX(xi) = FX(xi) - limx → xi FX(x)
FX(x) = ∫-∞x fX(u) du
fX(x) = d/dx FX(x)
FX,Y(x,y) = ∫-∞x ∫-∞y fX,Y(u,v) dv du
fX,Y(x,y) = ∂2/∂x ∂y FX,Y(x,y)
E[X] =
- ∑x=-∞+∞ x fX(x)
- ∫-∞+∞ x fX(x) dx
Distribuzioni discrete e continue
-
Bernoulli (θ)
fX(x; θ) = θx(1-θ)1-x -
Binomiale (θ1, θ2)
fX(x; θ) = C(θ1, x) θ2x(1-θ2)θ1-x -
Geometrico (θ)
fX(x; θ) = (1-θ)x θ -
Poisson (θ)
fX(x; θ) = e-θ θx/x! -
Uniform (θ1, θ2)
fx(x; θ) = 1/(θ2-θ1) -
Normal (θ1, θ2)
fx(x; θ) = e-(x-θ1)²/2θ2 / √2πθ2 -
Exponential (θ)
fx(x; θ) = 1/θ e-x/θ
Exponential family
fx(x; θ) = h(x) exp(∑j=1c Cj(θ)tj - a(θ))
Distribuzioni marginali e condizionali
- Marginale discreto: fx(x) = ∑Y fx,y(x,y)
- Marginale continuo: fx(x) = ∫ℝ fx,y(x,y) dy
- Condizionale: fx|y(x|y) = fx,y(x,y)/fy(y)
Covarianza e correlazione
Covarianza: cov[X,Y] = E[XY] - E[X]E[Y]
Correlazione: ρx,y = cov(X,Y)/(√Var(x) Var(y))
Derivate e regole di derivazione
- D 0 = 0
- D x = 1
- D xα = αxα-1 con α ∈ N - {0}, α ∈ R, x > 0
- D √x = 1/2√x con x > 0
- D ax = ax ln a a>0
- D ex = ex
- D logax = 1/x ln a, x > a, a > 0 ∧ a ≠ 1
- D 1/x = -1/x2 con x > 0
Regole di Derivazione:
D[k f(x)] = k f'(x)
D[f(x) + g(x)] = f'(x) + g'(x)
D[f(x) g(x)] = f'(x)g(x) + f(x) g'(x)
D[1/f(x)] = -f'(x)/f2(x)
D[f(x)/g(x)] = [f'(x)g(x) - f(x)g'(x)]/g2(x)
D[f(g(x))] = f'(z) · g'(x) con z = g(x)
D[f-1(y)] = 1/f'(x) con x = f-1(y)
D[f(x) · g(x) · z(x)] = f'(x)g(x)z(x) + f(x)g'(x)z(x) + f(x)g(x)z'(x)
D sen x = cos x
D cos x = -sen x
D tg(x) = 1/cos2x = 1 + tg2(x)
D cotg(x) = -1/sen2x = -(1 + cotg2x)
Distribuzione normale
X ∼ N(μ, σ2), μ ∈ ℝ, σ2 > 0
fX(x) = 1/√2πσ2 exp{ -((x-μ)²/2σ2) }, x ∈ ℝ
68% - 95% - 99.7%
Example: X ∼ N(μ, σ2) P(X > μ+2σ) ≈ 0.025
Theorem: X ∼ N(μ, σ2) ⇔ (x-μ)/σ ∼ N(0,1)
Example: X ∼ N(3,16) ⇒ (x-3)/4 ∼ N(0,1)
Distribuzione gamma
γ ~ Gamma(α, β)
fx(x) = βα/r(α) yα-1 e-βy, y > 0, α, β > 0
CASO α = 1: P(Y|α = 1, β) = y-1 e-βy = e-βy
CASO α = 2: P(Y|α = 2, β) = y e-βy