Is there a way to calculate expected value from probabilistic data?

In summary, the conversation discussed a python simulation of 1,000 games of toss with 50/50 odds and 100,000 consecutive flips. The result showed a normal distribution around the starting balance of 1000, with an average value of 1000. However, when a stop-loss was introduced at a lower balance, there was still no net profit. The participants then discussed the possibility of an inclined stop-loss leading to a change in expected value, but it was determined that this would only reduce the variance and not increase the expected value.
  • #1
Feynstein100
162
16
So I ran a python simulation of 1,000 games of toss (50/50 odds) where each game consists of 100,000 consecutive flips. The result was this:
Simple cointoss.png

1000 is our starting balance and as expected, there's a nice normal distribution around it. I also calculated the average value after all the games and it was around 1000, again, as expected.

However, then it occurred to me that the expected profit/loss is zero because our graph here represents all possibilities (almost but it's a representative sample so bear with me) and the graph is symmetric about the starting balance i.e. there are just as many outcomes above the starting value as there are under it. Hence, on average, there's no gain/loss.

So I thought, what if that weren't true? What if we made the graph asymmetric? If we quit once we reached a balance of, say, 980, the graph would look something like this:
stoploss.png

Idk if you guys are familiar with daytrading terms but in case you aren't, this is called a stop-loss, i.e. a thing that prevents you from losing more money than the level you set it at. Anyway, since this graph is clearly asymmetric, I expected more outcomes to be above 1000 than below it. This should've led to a clear profit over the long run. And yet, even when I did 100,000 flips with the stop loss, the average outcome was still around 1000. I'm at a loss as to why that happened. From a purely geometrical point of view, there should've been a net profit.

The graph seems to be following a y = sqrt(x) curve both above and below the starting balance. I assumed the profit/loss would simply be the area under the curves. Profit for the part above 1000 and loss for the part below 1000. Without the stop-loss, these two areas would be equal and cancel each other out, thus no net profit/loss. But with the lower area now restricted because of the stop loss, shouldn't there be more area above and hence a profit? What am I missing here? Is it perhaps incorrect to calculate profit/loss this way?
 
Mathematics news on Phys.org
  • #2
That picture has a *lot* of lines that hit 980 and then flatline. So your distribution of final values is not normal, and has a huge spike at 980.

You just can't see it in your visualization.
 
  • Like
Likes Hornbein and Vanadium 50
  • #3
Office_Shredder said:
That picture has a *lot* of lines that hit 980 and then flatline. So your distribution of final values is not normal, and has a huge spike at 980.

You just can't see it in your visualization.
I didn't realize that. Thanks for your helpful reply. I have a further question. What if we instead made the stop-loss inclined and parallel to the upper boundary of the curve, which represents the most favourable outcome, I think? That way, there won't be a huge spike at 980, it will keep increasing with the no. of flips. That should lead to a profit eventually, right?
 
  • #4
I don't know what you mean by upper boundary of the curve. If your stop loss is over 1000 it will trigger before you get to take your first step.

In general a stop loss cannot increase your expected value. The total expected value is the sum of the expected values of each step, and you aren't doing anything to change the expected value of any step. You just reduce the variance.
 
  • Like
Likes scottdave
  • #5
Office_Shredder said:
I don't know what you mean by upper boundary of the curve. If your stop loss is over 1000 it will trigger before you get to take your first step.

In general a stop loss cannot increase your expected value. The total expected value is the sum of the expected values of each step, and you aren't doing anything to change the expected value of any step. You just reduce the variance.
stoploss_new.png

This is what I had in mind: an inclined stop-loss instead of a horizontal one. I somehow feel like this should lead to some change. Maybe it's my intuition from quantum mechanics but I kind of see a similar pattern here. A particle takes all possible paths until it's observed, right? But if we restrict some of those paths, we should get something like the Casimir effect? Idk 😅
 
  • Skeptical
Likes scottdave
  • #6
Feynstein100 said:
So I ran a python simulation of 1,000 games of toss (50/50 odds) where each game consists of 100,000 consecutive flips. The result was this:
View attachment 314169
1000 is our starting balance and as expected, there's a nice normal distribution around it. I also calculated the average value after all the games and it was around 1000, again, as expected.

However, then it occurred to me that the expected profit/loss is zero because our graph here represents all possibilities (almost but it's a representative sample so bear with me) and the graph is symmetric about the starting balance i.e. there are just as many outcomes above the starting value as there are under it. Hence, on average, there's no gain/loss.

So I thought, what if that weren't true? What if we made the graph asymmetric? If we quit once we reached a balance of, say, 980, the graph would look something like this:
View attachment 314170
Idk if you guys are familiar with daytrading terms but in case you aren't, this is called a stop-loss, i.e. a thing that prevents you from losing more money than the level you set it at. Anyway, since this graph is clearly asymmetric, I expected more outcomes to be above 1000 than below it. This should've led to a clear profit over the long run. And yet, even when I did 100,000 flips with the stop loss, the average outcome was still around 1000. I'm at a loss as to why that happened. From a purely geometrical point of view, there should've been a net profit.

The graph seems to be following a y = sqrt(x) curve both above and below the starting balance. I assumed the profit/loss would simply be the area under the curves. Profit for the part above 1000 and loss for the part below 1000. Without the stop-loss, these two areas would be equal and cancel each other out, thus no net profit/loss. But with the lower area now restricted because of the stop loss, shouldn't there be more area above and hence a profit? What am I missing here? Is it perhaps incorrect to calculate profit/loss this way?
the graph follows a curve on the order of sqrt(x) because the variance of this model is p(1-p) = 0.25, as the standard deviation is the square root of the variance, the spread of outcomes increases with the square root of x, so the standard deviation at x=1000 is 500 and what you see at that point, as expected, is almost all the outcomes within 2 standard deviations (+-1000)

The coin flip is a martingale, meaning the expected value at x equals the value at x, nothing you can do with stop losses changes this. Think about it - why should it be possible to change a bet with a zero expected gain to a positive one with some trading rule? people peddle this BS all the time in financial markets, but it does not work. Stop losses, for example, do not add value to trading stocks
 
  • #7
If you are interested in calculating an expectation of some function of this process, then you get into option pricing. For example, say I offer to let you play this game with a guarantee that you cannot lose more than 10% of your initial stake, what is the expected value (or fair value you would pay) for that?
 
  • Informative
Likes scottdave
  • #8
Office_Shredder said:
In general a stop loss cannot increase your expected value.
@Feynstein100 ,do you understand why?

This protects you from when you are at 980 and eventually reach 960. But what happens when you are at 980 and it will eventually reach 1020?
 
  • Like
Likes scottdave
  • #9
Vanadium 50 said:
@Feynstein100 ,do you understand why?

This protects you from when you are at 980 and eventually reach 960. But what happens when you are at 980 and it will eventually reach 1020?
I still don't get it. Let me put it this way: With a stop-loss, you can theoretically make infinite money but you can only lose a certain amount. Over time, shouldn't this lead to a net profit? What's wrong with this line of thinking?
 
  • #10
BWV said:
the graph follows a curve on the order of sqrt(x) because the variance of this model is p(1-p) = 0.25, as the standard deviation is the square root of the variance
Wow, I didn't know that. Thanks so much! This explains a lot. With this knowledge, perhaps I can phrase my argument better. Apparently all a stop-loss does is reduce the variance/standard deviation and my postulate is that the expected value is a function of standard deviation.
If that is true, when the standard deviation changes, the expected value must change as well.
I see two possible alternatives:
1. The expected value is NOT a function of standard deviation and thus changes in the latter have no influence on the former.
2. The expected value is indeed a function of standard deviation but NOT ONLY standard deviation. There are also other variables at play and when the s.d. changes, the other variables change in such a way that the expected value is unchanged.
One of these 3 possibilities has to be true, right? So I guess the question is, which one is it?
 
  • #11
The expected value is not a function of standard deviation.
 
  • #12
Feynstein100 said:
I still don't get it. Let me put it this way: With a stop-loss, you can theoretically make infinite money but you can only lose a certain amount. Over time, shouldn't this lead to a net profit? What's wrong with this line of thinking?
Whenever you sell at a loss, you guarantee a loss. There is no longer a possibility of doing better.

You have probability zero of making infinite money.

But to me the best explanation is that the math tells you so. Or you can do a computer simulation that will tell you so. There is no trading rule that will increase your expectation. It seems to me the fiscal equivalent of a perpetual motion machine.

Also common are trading rules that produce many small gains and a few big losses. Such schemes were responsible for the bankruptcy of Long Term Capital Management and others.

A federal government that will cover those big losses due to the "too big to fail" doctrine will however increase one's expectation.
 
  • #13
Hornbein said:
There is no trading rule that will increase your expectation. It seems to me the fiscal equivalent of a perpetual motion machine.

Actually there is one (at least mathematically) - the martingale (the origin of the statistical term), where you double the bet after each loss. Problem is it requires an infinite bankroll

https://en.m.wikipedia.org/wiki/Martingale_(betting_system)
 
  • Like
Likes jbergman
  • #14
BWV said:
Actually there is one (at least mathematically) - the martingale (the origin of the statistical term), where you double the bet after each loss. Problem is it requires an infinite bankroll

https://en.m.wikipedia.org/wiki/Martingale_(betting_system)
As my professor said, "nobody in his right mind would bet everything he had to play this game."
 
  • Like
Likes BWV
  • #15
The other interesting variant is the St Petersburg paradox, a game with an infinite expectation that no one would pay more than about $40 to play
 
  • Like
Likes jbergman
  • #16
Hornbein said:
The expected value is not a function of standard deviation.
@BWV Could you confirm this?
 
  • #17
Feynstein100 said:
@BWV Could you confirm this?
Correct the variance / standard deviation does not impact the expectation - say instead of doubling / losing your money the payoff is 2x, so on a $1 bet you win/lose $2. The expectation is still 0.5(2)+0.5*(-2) = 0. But the standard deviation has doubled:
var=E(X^2)-E(X)^2. = 4 so the standard deviation is 2
 
  • Like
Likes Feynstein100
  • #18
Feynstein100 said:
I didn't realize that. Thanks for your helpful reply. I have a further question. What if we instead made the stop-loss inclined and parallel to the upper boundary of the curve, which represents the most favourable outcome, I think? That way, there won't be a huge spike at 980, it will keep increasing with the no. of flips. That should lead to a profit eventually, right?
There is no way to sum up a [possibly truncated based on prior results] finite series of bets, each with expectation zero and wind up with anything but an expectation of zero.
 
  • #19
@Feynstein100 you don't need to do any maths to see that the stop loss does not change the expected value if returns are symmetrical, you just need to look at the symmetry. Think about the expected value of the investments you sell at 980.

Once you have thought this through, see if you can predict what a stop loss will do in a rising market, then run a simulation.
 
  • #20
Pro poker players often do things to reduce standard deviation. This lessens their vulnerability to a run of bad luck, which they say WILL happen anyway. I think these bets also reduce their expectation, but they say it's worth it.
 
  • #21
Hornbein said:
It seems to me the fiscal equivalent of a perpetual motion machine.
I noticed that too. It's similar to the conservation of energy. The expectation value is always constant, no matter what you do. However, isn't conservation of energy result from time symmetry, as proved by Nöther? And in the scale of GR, where time symmetry is no longer valid, conservation of energy is no longer valid either?
Perhaps we could do something similar to expectation value. If it is indeed conserved, does that mean there's a corresponding symmetry somewhere?
 
  • #22
Feynstein100 said:
Perhaps we could do something similar to expectation value. If it is indeed conserved, does that mean there's a corresponding symmetry somewhere?
Yes, and if you follow my suggestions in post #19 you should be able to see where.
 
Last edited:
  • #23
Also in the real world, stock prices can gap down with stop losses providing no protection. NFLX, for example, closed at $349 on April 19 then opened at $245 the following morning
 
  • #24
Feynstein100 said:
And yet, even when I did 100,000 flips with the stop loss, the average outcome was still around 1000. I'm at a loss as to why that happened. From a purely geometrical point of view, there should've been a net profit.
...
But with the lower area now restricted because of the stop loss, shouldn't there be more area above and hence a profit? What am I missing here? Is it perhaps incorrect to calculate profit/loss this way?
CORRECTION: THIS IS WRONG: Yes, it looks like the average profit should be significantly higher. I don't see any description of how you are calculating the average profit, but I assume that it is a simple part of the simulation. IMO, there must be an error in it.
Is it possible that the graph is deceptive and the part that is modified is a much smaller percentage than it appears to be?

Thanks @Office_Shredder ! I stand corrected. My intuition misguided me.
The way I see this now is that any simulation that was stopped by a stop-loss at 980 would have an expected result of 980 if it was allowed to continue. So the expected result does not change by stopping them.
 
Last edited:
  • #25
The average profit should not be higher @FactChecker the graph they put in the original post is a terrible way of visualizing what is going on.
 
  • Like
Likes FactChecker and jbriggs444
  • #26
Crude drawing to reprise what @Office_Shredder pointed out in #2. (Very crude).

1663522074826.png

You would be integrating outcome times probability density. Plus a contribution for the discrete probability spike at the stop loss point.

That spike is not a probability density. It is a probability.

I think that the stop loss shifts the "mode" (the high point) on the probability density function (PDF) slightly to the right. But it leaves the expected value unchanged due to the contribution of the new spike.
 
Last edited:
  • Like
Likes Feynstein100
  • #27
Office_Shredder said:
The average profit should not be higher @FactChecker the graph they put in the original post is a terrible way of visualizing what is going on.
Thanks! I stand corrected. My intuition misguided me.
The way I see this now is that any simulation that was stopped by a stop-loss at 980 would have an expected result of 980 if it was allowed to continue. So the expected result does not change by stopping them at 980.
 
  • Like
Likes jbriggs444
  • #29
FactChecker said:
Thanks! I stand corrected. My intuition misguided me.
The way I see this now is that any simulation that was stopped by a stop-loss at 980 would have an expected result of 980 if it was allowed to continue. So the expected result does not change by stopping them at 980.
Er, yes. Am I on mute? :wink:
 
  • #30
pbuk said:
Er, yes. Am I on mute? :wink:
Sorry, I saw your post #19 but I missed the point of it.
 
  • Like
Likes pbuk
  • #31
Once you understand that adding these stops doesn't change your expected value, you can do a very cool computation.

Suppose I sell if it goes down to 980, or up to 1060. What's the probability it hits 980 first?

Hint: if the probability is p, compute your expected value. What does it have to equal?
 
  • #32
Office_Shredder said:
The average profit should not be higher @FactChecker the graph they put in the original post is a terrible way of visualizing what is going on.
That's a bit strong lol. Graphs are useful as long as you know what they represent. My original graph was meant to represent the possible paths followed by a game of consecutive coin flips. It's literally what's going on. It was never meant to represent the number of heads and tails you got. Although, the other graph sounds interesting too. I'll see if I can change my code to draw that graph too.
 
  • #33
Office_Shredder said:
Once you understand that adding these stops doesn't change your expected value, you can do a very cool computation.

Suppose I sell if it goes down to 980, or up to 1060. What's the probability it hits 980 first?

Hint: if the probability is p, compute your expected value. What does it have to equal?
Hmm that's an interesting question. My intuition says that both outcomes are equally likely i.e. p = 1-p = 0.5
So, the expectation value would be
1020 * 0.5 - 980 * 0.5 = 20
Which shouldn't be possible because I feel like the expectation value should still be zero. There must be an error here somewhere 😅
Edit: changed 1060 to 1020 because 1060 isn't equally likely as 980, 1020 is.
Edit2: My formula for expectation value was wrong. The actual formula is just the sum of each outcome multiplied by its probability. Which gives us
1020 * 0.5 + 980 * 0.5 = 1000
As expected 😁
 
Last edited:
  • #34
Feynstein100 said:
Hmm that's an interesting question. My intuition says that both outcomes are equally likely i.e. p = 1-p = 0.5
So, the expectation value would be
1020 * 0.5 - 980 * 0.5 = 20
Which shouldn't be possible because I feel like the expectation value should still be zero. There must be an error here somewhere 😅
Edit: changed 1060 to 1020 because 1060 isn't equally likely as 980, 1020 is.
You are subtracting when you should be adding.
 
  • #35
jbriggs444 said:
You are subtracting when you should be adding.
Damn, dude. You beat me to the punch by a millisecond 😂😂
 

Similar threads

  • Calculus and Beyond Homework Help
Replies
8
Views
1K
  • Quantum Physics
Replies
7
Views
2K
  • Calculus and Beyond Homework Help
Replies
1
Views
2K
Replies
47
Views
599
  • Precalculus Mathematics Homework Help
Replies
2
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
9
Views
6K
  • Set Theory, Logic, Probability, Statistics
Replies
2
Views
2K
  • Set Theory, Logic, Probability, Statistics
Replies
4
Views
8K
Back
Top