Understanding Stochastic Calculus and Expected Value Formulas

AI Thread Summary
The discussion centers on the expected values associated with a series of coin tosses, where heads yield $1 and tails result in a loss of $1. The expected value of the random variable R_i, representing the outcome of each toss, is calculated to be zero due to equal probabilities of heads and tails. The total winnings S_i after i tosses also has an expected value of zero, while the expected value of S_i squared equals i, reflecting the cumulative variance of the outcomes. The random variable R_i is identified as a Bernoulli Random Variable, with outcomes of 1 and -1, leading to the conclusion that, over time, the average winnings will balance out to zero. This understanding of expected value and variance is crucial in stochastic calculus.
courtrigrad
Messages
1,236
Reaction score
2
Hello all

If you throw a head I give you $1. If you throw a tail you give me $1. If R_i is the random amount ($1 or -$1) you make on the ith toss then why is: E[R_i] = 0, E[R^2_i]=1, E[R_iR_j] = 0? If S_i = \sum^i_{j=1} R_j which represents the total amount of money you have won up to and including the ith toss, then why does E[S_i] = 0, E[S_i^2] = E[R_1^2 + 2R_1R_2 + ...] = i? I know that if there had been five tosses already then E[S_6|R_1,...,R_5] = S_5

Any help is appreciated

Thanks
 
Physics news on Phys.org
I know that Expected Value is defined as: E[X] = \sum_x f(x)P(x) for a discrete variable.
 
courtrigrad said:
I know that Expected Value is defined as: E[X] = \sum_x f(x)P(x) for a discrete variable.

Right, and Ri is what is called (in my probability theory class I'm taking anyways) a Bernoulli Random Variable. There are only two possible outcomes: success, or failure, usually denoted by 1 or 0 respectively. However, since Ri represents the winnings, and they are -1 for tails, the expectation, given your definition is (letting H denote a heads and T a tails):

E[X] = \sum_x xp(x) = 1\cdot P(H) -1 \cdot P(T) = 1/2 - 1/2 = 0

The expectation can be interpreted as the average value (ie the value expected over time) that the random variable takes on. For a random variable that can only take on the values 1 and -1, what is the average? Since both outcomes have equal weighting (p = 1-p = 1/2), on average you'd expect no net winnings, since the chances of getting a dollar are about equal to that of having to pay up. I hope this gets you started. Now consider the other cases: what is Ri squared? Well, what is 1^2? What is (-1)^2?
ETC...
 
TL;DR Summary: I came across this question from a Sri Lankan A-level textbook. Question - An ice cube with a length of 10 cm is immersed in water at 0 °C. An observer observes the ice cube from the water, and it seems to be 7.75 cm long. If the refractive index of water is 4/3, find the height of the ice cube immersed in the water. I could not understand how the apparent height of the ice cube in the water depends on the height of the ice cube immersed in the water. Does anyone have an...
Thread 'Variable mass system : water sprayed into a moving container'
Starting with the mass considerations #m(t)# is mass of water #M_{c}# mass of container and #M(t)# mass of total system $$M(t) = M_{C} + m(t)$$ $$\Rightarrow \frac{dM(t)}{dt} = \frac{dm(t)}{dt}$$ $$P_i = Mv + u \, dm$$ $$P_f = (M + dm)(v + dv)$$ $$\Delta P = M \, dv + (v - u) \, dm$$ $$F = \frac{dP}{dt} = M \frac{dv}{dt} + (v - u) \frac{dm}{dt}$$ $$F = u \frac{dm}{dt} = \rho A u^2$$ from conservation of momentum , the cannon recoils with the same force which it applies. $$\quad \frac{dm}{dt}...
Back
Top