What is the formula of the expected value of a geometric random variable?

2 Answers
Nov 19, 2015

If you have a geometric distribution with parameter =p, then the expected value or mean of the distribution is ...

Explanation:

expected value =1p

For example, if p=13, then the expected value is 3

hope that helped

Jan 11, 2018

E(X)=1/p

Explanation:

Where k is the number of trials that have elapsed, we see that the number of trials multiplied by the probability of the series ending at that trial is k(1p)k1p.

Note that (1p)k1p is the probability of k trials having elapsed, where p is the probability of the event occurring.

So, the expected value is given by the sum of all the possible trials occurring:

E(X)=k=1k(1p)k1p

E(X)=pk=1k(1p)k1

E(X)=p(1+2(1p)+3(1p)2+4(1p)3+)

In my view, the previous step and the following step are the trickiest bits of algebra in this whole process. Pay close attention to how the k can be rewritten into the infinite sum of infinite sums starting at ascending values.

E(X)=p(k=1(1p)k1+k=2(1p)k1+k=3(1p)k1+)

Note that 0<p<1, so we also have that 0<1p<1. Thus, we can use the sum of the infinite geometric series, i.e., that k=1rk1=11r.

E(X)=p(11(1p)+1p1(1p)+(1p)21(1p)+)

E(X)=1+(1p)+(1p)2+

Which is another geometric series:

E(X)=11(1p)

E(X)=1p

So, the expected number of trials is 1/p.