Distribuciones Discretas Distribuciones Continuas
Distribuciones Discretas
ECUACIONES DISTRIBUCIÓN POISSON Definición de distribución X ∼ P o i s s o n ( λ ) X\sim\mathrm{Poisson}\left(\lambda\right) X ∼ Poisson ( λ ) Dominio de distribución x ∈ N ≡ { 0 , 1 , 2 , … } x\in\mathbb{N}\equiv \left\{0,1,2,\dots\right\} x ∈ N ≡ { 0 , 1 , 2 , … } Dominio y restricciones de parámetros λ ∈ R + \lambda\in\mathbb{R}^{+} λ ∈ R + Función de distribución acumulada F X ( x ) = e − λ ∑ i = 0 x λ i i ! = 1 − γ ( x + 1 , λ ) x ! = 1 − P ( x − 1 , λ ) F_{X}\left(x\right)=e^{-\lambda} \sum_{i=0}^{x} \frac{\lambda^i}{i!}=1-\frac{\gamma(x+1, \lambda)}{x!}=1-P(x-1,\lambda) F X ( x ) = e − λ ∑ i = 0 x i ! λ i = 1 − x ! γ ( x + 1 , λ ) = 1 − P ( x − 1 , λ ) Función de masa de Probabilidad f X ( x ) = λ x e − λ x ! f_{X}\left(x\right)=\frac{\lambda^x e^{-\lambda}}{x!} f X ( x ) = x ! λ x e − λ Función de punto percentil F X − 1 ( u ) = arg min x ∣ F X ( x ) − u ∣ F^{-1}_{X}\left(u\right)=\arg\min_{x}\left| F_{X}\left(x\right)-u \right| F X − 1 ( u ) = arg min x ∣ F X ( x ) − u ∣ Momentos centrados paramétricos E [ X k ] = μ k ′ = ∑ x = 0 ∞ x k f X ( x ) E[X^k]=\mu'_{k}=\sum_{x=0}^{\infty}x^{k}f_{X}\left(x\right) E [ X k ] = μ k ′ = ∑ x = 0 ∞ x k f X ( x ) Media paramétrica M e a n ( X ) = μ 1 ′ = λ \mathrm{Mean}(X)=\mu'_{1}=\lambda Mean ( X ) = μ 1 ′ = λ Varianza paramétrica V a r i a n c e ( X ) = ( μ 2 ′ − μ 1 ′ 2 ) = λ \mathrm{Variance}(X)=(\mu'_{2}-\mu'^{2}_{1})=\lambda Variance ( X ) = ( μ 2 ′ − μ 1 ′ 2 ) = λ Coeficiente de asimetría paramétrico S k e w n e s s ( X ) = μ 3 ′ − 3 μ 2 ′ μ 1 ′ + 2 μ 1 ′ 3 ( μ 2 ′ − μ 1 ′ 2 ) 1.5 = λ − 1 / 2 \mathrm{Skewness}(X)=\frac{\mu'_{3}-3\mu'_{2}\mu'_{1}+2\mu'^{3}_{1}}{(\mu'_{2}-\mu'^{2}_{1})^{1.5}}=\lambda^{-1/2} Skewness ( X ) = ( μ 2 ′ − μ 1 ′ 2 ) 1.5 μ 3 ′ − 3 μ 2 ′ μ 1 ′ + 2 μ 1 ′ 3 = λ − 1/2 Curtosis paramétrica K u r t o s i s ( X ) = μ 4 ′ − 4 μ 1 ′ μ 3 ′ + 6 μ 1 ′ 2 μ 2 ′ − 3 μ 1 ′ 4 ( μ 2 ′ − μ 1 ′ 2 ) 2 = 3 + λ − 1 \mathrm{Kurtosis}(X)=\frac{\mu'_{4}-4\mu'_{1}\mu'_{3}+6\mu'^{2}_{1}\mu'_{2}-3\mu'^{4}_{1}}{(\mu'_{2}-\mu'^{2}_{1})^{2}}=3+\lambda^{-1} Kurtosis ( X ) = ( μ 2 ′ − μ 1 ′ 2 ) 2 μ 4 ′ − 4 μ 1 ′ μ 3 ′ + 6 μ 1 ′ 2 μ 2 ′ − 3 μ 1 ′ 4 = 3 + λ − 1 Mediana paramétrica M e d i a n ( X ) = ⌊ λ + 1 / 3 − 0.02 / λ ⌋ \mathrm{Median}(X)=\lfloor\lambda+1/3-0.02/\lambda\rfloor Median ( X ) = ⌊ λ + 1/3 − 0.02/ λ ⌋ Moda paramétrica M o d e ( X ) = ⌊ λ ⌋ \mathrm{Mode}(X)=\lfloor\lambda\rfloor Mode ( X ) = ⌊ λ ⌋ Información y definiciones adicionales Computing an analytic expression for the inverse of the cumulative distribution function is not feasible. However, it is possible to calculate the Percentile Point Function by approximating it to the nearest integer. \text{Computing an analytic expression for the inverse of the cumulative distribution function} \\ \text{is not feasible. However, it is possible to calculate the Percentile Point Function by} \\ \text{approximating it to the nearest integer.} Computing an analytic expression for the inverse of the cumulative distribution function is not feasible. However, it is possible to calculate the Percentile Point Function by approximating it to the nearest integer. u : Uniform[0,1] random varible u:\text{Uniform[0,1] random varible} u : Uniform[0,1] random varible ⌊ x ⌋ : Floor function \lfloor{x}\rfloor: \text{Floor function} ⌊ x ⌋ : Floor function P ( a , x ) = γ ( a , x ) Γ ( a ) : Regularized lower incomplete gamma function P\left(a,x \right)=\frac{\gamma(a,x)}{\Gamma(a)}:\text{Regularized lower incomplete gamma function} P ( a , x ) = Γ ( a ) γ ( a , x ) : Regularized lower incomplete gamma function γ ( a , x ) : Lower incomplete Gamma function \gamma\left(a,x \right):\text{Lower incomplete Gamma function} γ ( a , x ) : Lower incomplete Gamma function