lol, so a rehash
Canceler said:
I would start with
this thread, which seems like it was active only a couple months ago, but is actually two years old, WTF?
lol, thanks as always, Canceler
but yeah, two years old, good reason i guess for not being able to remember how to do it, but hazily suspecting it had something to do with taking a square root before adding....
edit: (geesh, yeah two years, took that much time to realize how much i care about standard deviation)
:whip:
some stuff you can just add, like i think EV is additive, other stuff, like standard deviation, errhh a bit trickier, lol
so this looks key here to me:
Yes. First of all, there's a question of how you're calculating SD to begin with. If you're playing on a computer which is tracking your results by hand, that's probably okay. SD(total) = sqrt(SD(1)^2 + SD(2)^2 + SD(3)^2).
But more often, SD is calculated from session wins, which means you calculate SD(total) = sqrt((ActualWin(1)-ExpectedWin(1))^2 + (ActualWin(2)-ExpectedWin(2))^2 + ... (ActualWin(n)-ExpectedWin(n))^2).