What is the Expected Value in a Probabilistic Computing Scenario?

  • Context: Graduate 
  • Thread starter Thread starter TaPaKaH
  • Start date Start date
  • Tags Tags
    Computing Expectation
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 1K views
TaPaKaH
Messages
51
Reaction score
0
Assume we have a number ##S_0##. For ##i=1..n## define$$S_i=\begin{cases}(1+b)S_{i-1}\text{ with probability }p\\(1+a)S_{i-1}\text{ with probability }1-p\end{cases}$$.
What is the expected value of ##S_n##?
 
Physics news on Phys.org
Let c = p(1+b) + (1-p)(1+a)

E(Si) = cE(Si-1)

So E(Sn) = cnS0