Standard deviation for adjusted BB/100
Results 1 to 8 of 8
  1. #1
    Member
    Join Date
    Sep 2008
    Posts
    45

    Default Standard deviation for adjusted BB/100

    How can I have the standard deviation for the adjusted winrate ?

    TY

  2. #2
    Tech Support Manager morny's Avatar
    Join Date
    Jul 2008
    Location
    Ireland
    Posts
    20,888

    Default

    Escalated to Roy, hell respond here asap
    --------------------------------------------------------------------------------------------------------------------
    We welcome any feedback on any solutions we provide, this helps us to provide better quality solutions in the future.

  3. #3
    Member
    Join Date
    Sep 2008
    Posts
    45

    Default

    plz, he can't be that hard ??

  4. #4
    Junior Member
    Join Date
    Jul 2008
    Posts
    13

    Default

    u want the equation?

  5. #5
    Member
    Join Date
    Sep 2008
    Posts
    45

    Default

    I'd like to know how to add this stat to a report. I guess it's a custom stat and all we have to do is to find the standard deviation formula and replace all the winrate by the adjusted winrate. But I don't know how to do everything.

  6. #6
    Member
    Join Date
    Jan 2009
    Posts
    45

    Default

    By 'adjusted winrate', do you mean EV adjusted? Sklansky Bucks?

    If so, then this should be EV StdDev bigblinds:

    &lt;Stat GroupName="Default" ColumnName="EVStdDevbigblind" ValueExpressions="10*stddev((case when EV.SklanskyBucks <> 0 then EV.SklanskyBucks else ph.NetAmountWon end)/GT.BigBlind) as EVStdDevbigblinds; 1 as DenomOfOne;" Evaluate="EVStdDevbigblinds/DenomOfOne" ColumnHeader="EV Std Dev\nbb" ColumnFormat="0.00" ColumnWidth="*" Tooltip="EV Standard Deviation" /&gt;
    Last edited by nofolmholdm; 03-12-2009 at 08:12 PM.

  7. #7
    Member
    Join Date
    Sep 2008
    Posts
    45

    Default

    I'd like to have in terms of big bets (EV adjusted), not big blinds. I guess I just have to divide the number by two ?
    Thank you btw

  8. #8
    Member
    Join Date
    Jan 2009
    Posts
    45

    Default

    Quote Originally Posted by Rodolphe2005 View Post
    I'd like to have in terms of big bets (EV adjusted), not big blinds. I guess I just have to divide the number by two ?
    Thank you btw :)
    Haven't tested it, but this may work.


    &lt;Stat GroupName="Default" ColumnName="EVStdDevbigbet" ValueExpressions="10*stddev((case when EV.SklanskyBucks <> 0 then EV.SklanskyBucks else ph.NetAmountWon end)/GT.BigBlind) as EVStdDevbigblinds; 2 as DenomOfTwo;" Evaluate="EVStdDevbigblinds/DenomOfTwo" ColumnHeader="EV Std Dev\nBB" ColumnFormat="0.00" ColumnWidth="*" Tooltip="EV Standard Deviation" /&gt;

Similar Threads

  1. Replies: 16
    Last Post: 02-10-2011, 07:44 PM
  2. EV BB/100 Standard Deviation
    By LanceFire in forum Manager General
    Replies: 0
    Last Post: 02-02-2009, 10:39 AM
  3. How to calculate Standard Deviation?
    By deusdeorum in forum Manager General
    Replies: 2
    Last Post: 12-31-2008, 08:38 PM
  4. Standard Deviation
    By malfaire in forum Manager General
    Replies: 4
    Last Post: 09-10-2008, 11:25 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •