View Single Post
  #6  
Old 10-28-2005, 10:46 PM
Izverg04 Izverg04 is offline
Member
 
Join Date: Mar 2004
Posts: 55
Default Re: Solving for standard deviation

[ QUOTE ]
If so, you can estimate all kinds of things regarding the risk per ROUND of betting.

[/ QUOTE ]
He doesn't want to calculate risk per ROUND of betting, he wants to calculate risk per BET.

He's got a dataset with 2 columns. Column1 has NBETS (bets put in on a round), Column2 has RESULT. He wants to use this dataset to calculate the variance on 1 bet, not 1 round.

A simplistic method to do this is to calculate Var(Column2)/Ave(Column1). This is wrong though (although not by much to be important in practice). To get the right answer, you also need to incorporate Var(Column1) and Cov(Column1,Column2) which is non-zero.

I'd have to spend a bit of time to give the OP the right answer, but I hope the problem is now made clear.
Reply With Quote