Learn Before
Relation

Characteristics of Bernoulli Distribution

When we talk about a distribution, there are some things we might be interested in: We assume this Bernoulli Distribution has a probabilty p, for n=1 ("success") and 1-p for n=0("failure") N is the number of trails

  1. Probability density function: P(N)=pN(1p)1NP(N)=p^{N} *(1-p)^{1-N}
  2. Expectation: E(X)=p1+(1p)0=pE(X)=p*1+(1-p)*0=p
  3. Variance: α=E[X2]E[X]2=pp2α=E[X^{2}]-E[X]^{2}=p-p^{2}

0

4

Updated 2021-05-23

Tags

Data Science