"Root mean squared deviation of Blackjack"
I'm not sure what you're looking for here, but I'll try to help you out a with a few comments.
If all we need is the Standard Deviation per hand, we can get a good idea from the numbers in table 85 of Wong's PBJ, since the square root of Variance is the Standard Deviation. We see in table 85 the Variance of a single hand of Blackjack ranges from 1.20 to 1.32 (this can actually vary more with rarely found rules), so the Standard Deviation of a single hand of Blackjack will range from approximately 1.1 to 1.15.
Now to calculate the SD over a number of hands, we simply equate Variance * sqrt(n), where n is the number of hands played. So for 500 hands:
1.1 * 22.36 = 24.596
1.15 * 22.36 = 25.714
We see we can expect a swing of up to 24.6 to 25.7 units in one Standard Deviation, which will occur 68.3% of the time. We will see swings of up to double that, an additional 26.7% of the time, and see swings of up to 3 SD's an additional 4.7% of the time on top of that. This tells us that, for our example, we will lose more than 73.8 to 77.1 units, less than .3% of the time.
It's important to note, that like the even money Kelly equation (ev*BR) used by some, this method maybe sufficient for Wong in/Wong out players, but will undoubtedly underestimate the Risk of the play-all Bankroll.
As the Mayor stated a sim really is necessary to get an accurate figure, but I'm sure we can at least get in the ballpark.
Another method is to DIVIDE the SD by the square root of hands played, to get SD in a percentage. For our previous example:
1.1 / 22.36 = 4.919%
1.15 / 22.36 = 5.143%
We could then multiply this with our total action to equal the amount of $$$ in one SD swing. As zg suggested we would need frequency of advantage (or more ideally, frequency of True Count) distributions for the game in question, so we could calculate the frequencies of each of our bet sizes in order to sum to our total action per the 500 hands. This figure would be our $SD$/500 hands (Standard Deviation in cash, per 500 hands), and we could multiply this number by the square root of the number of 500 hand sessions played to compute the SD for any number of sessions played.
Forgive me if I have made any stupid mistakes...it is wayyy past my bedtime |-)
ANS