Resumen de Las Distribuciones de Probabilidad
Resumen de Las Distribuciones de Probabilidad
Resumen de Las Distribuciones de Probabilidad
∑ =POISSON(x;λ;acumulado)
λ λ
Poisson =BINOM.CRIT(λ/0,001;0,001;aleatorio())
k: cantidad éxito
Uniforme =ALEATORIO.ENTRE(a;b)
=((x-a+1)/(b+1-a))
discreta
b= valor máximo
a= valor mínimo
Uniforme
=((x-a)/(b-a)) =a+(b-a)*ALEATORIO()
continua
b= valor máximo
a= valor mínimo
√
=DISTR.NORM(x;μ;σ;acumulado) = μ+
Normal μ σ
σ*DISTR.NORM.ESTAND.INV(ALEATORIO())
=DISTR.GAMMA(x;β; α;acumulado)
Gamma αβ αβ2
=DISTR.EXP(x;1/λ;acumulado)
Exponencial
=DIST.WEIBULL(x;β;α;acumulado)
Weibull ( ) ( ) { ( ) ( ) } =α*-LN(1-ALEATORIO())^(1/β)
α: escala
β: forma
√ =DISTR.LOG.NORM(x;μ;σ) =EXP(μ+
Lognormal ( )
σ*DISTR.NORM.ESTAND.INV(ALEATORIO()))
si a ≤ X ≤ b = b + (a+ALEATORIO()*(c-a)-
si a ≤ X ≤ b b)*MAX(ALEATORIO();ALEATORIO())
Triangular
si b ≤ X ≤ c [ ] √
Si b ≤ X ≤ c
Siendo a<b<c