Geometric Distribution

Geometric Distribution:

Repeat Bernoulli trail infinite times(because we do not know how many times to repeat it)

Experiment: Tossing fair coin.

Interested in: The number of tosses until we see the first head.

Random number= {1,2,3.....infinite}


Geometric distribution is useful in any situation involving "waiting time".

i.e.)continuously doing a trial & want to know that after certain time will get success.


Assumption:

  • Independent trial (success/failure in one trail does not affect the outcome of other trails)
  • Identical (Probability of success 'p' in each trail is same)


SITUATION:

Hawker selling belts outside a subway station, what is the chance that the first belt will be sold after 5th person passes by?

[i.e.)first 4 trail - Failure, 5th trail - Success]

=>(1-p)*(1-p)*(1-p)*(1-p)*p

=>(1-p)^4*p


Probability mass distribution of geometric random variable px(x) -> fully specify in terms parameter "p".

where p be the probability of success.


In general geometric distribution formulae:

(1-p)^(x-1)*p


Geometric distribution falls Left to Right always irrespective of "p"

consider 25 random values:

if p=0.2

No alt text provided for this image






if p=0.5 if p=0.9

No alt text provided for this image


Dhanvanthir K

Senior Engineer I - Data Analytics

3 年

Great work?? keep doing well.

要查看或添加评论,请登录

Monika Balakrishnan的更多文章

  • Homoscedasticity Vs Heteroscedasticity

    Homoscedasticity Vs Heteroscedasticity

    Homoscedasticity If residuals are equally distributed it is called Homoscedasticity.[ Residuals is simply the error…

  • Binomial distribution

    Binomial distribution

    Repeat a Bernoulli trail n times. Each trail has only two outcomes (success/failure).

    2 条评论

社区洞察

其他会员也浏览了