A Short Question About CLT And Excel

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • VideoReview
    SBR High Roller
    • 12-14-07
    • 107

    #1
    A Short Question About CLT And Excel
    Currently, to quickly determine the approximate probabilty of winning (or losing) any amount of money over any amount of bets (assuming I am always betting to win 1 unit), I use the following formula in Excel:

    p = 1 - NORMSDIST((Total Won - Total Bet)/SQRT(Total Bet))

    The above equation assumes that my edge is 0. Is there anyway to modify it for different edges? For example, if I have a system that I think might have a 5% edge, I might like to know the probability of the results in a different sample assuming this 5% edge and not an edge of zero.
  • Ganchrow
    SBR Hall of Famer
    • 08-28-05
    • 5011

    #2
    See this post on how to calculate the variance of a wager ik

    In short it's:
    σ2k = (dk - Ek - 1) * (Ek + 1) * B2k

    where σ2k is the variance on the kth bet,
    dk is the decimal odds on the kth bet,
    Ek is the percent edge of the kth, and
    Bk is the size of the kth bet.

    To calculate the total variance of N independent bets you'd just sum the individual variances of each separate bet.
    σ2TOTAL = ΣNi=1 { (di - Ei - 1) * (Ei + 1) * B2i }
    Taking the square root would then give you the standard deviation

    Then to determine the p-value in Excel using the CLT you'd just take:
    p-value = 1-NORMSDIST((Total Realized $ Return - Σ{Bi * Ei})/σTOTAL)

    In other words, the CLT is allowing you to assume that the random variable (Realized Return - Expected Return) / (Standard Dev) is normally distributed with a mean of zero and standard deviation of 1. This assumption becomes increasingly more accurate as number of bets increases. With a smaller sample the t-distribution is probably a better approximation.
    Comment
    SBR Contests
    Collapse
    Top-Rated US Sportsbooks
    Collapse
    Working...