NOTECADDY Quick Q&A thread - Page 103
Page 103 of 143 FirstFirst ... 35393101102103104105113 ... LastLast
Results 1,021 to 1,030 of 1422
  1. #1021
    Banned
    Join Date
    Jul 2012
    Posts
    863

    Default

    Make a total hands definition per stake you play. Then make a composite definition with

    (NC."Definition1".BigBlindsPerHand*NC."Definition1 "*STAKE1) + (NC."Definition2".BigBlindsPerHand*NC."Definition2 "*STAKE2) etc...
    Last edited by HossendeHaai; 08-26-2014 at 06:30 PM.

  2. #1022
    Junior Member
    Join Date
    Feb 2010
    Posts
    20

    Default

    Quote Originally Posted by HossendeHaai View Post
    Make a total hands definition per stake you play. Then make a composite definition with

    (NC."Definition1".BigBlindsPerHand*NC."Definition1 ".Instances*STAKE1) + (NC."Definition2".BigBlindsPerHand*NC."Definition2 ".Instances*STAKE2) etc...
    Thanks, got it now. FYP in case anyone else needs it.

    While double checking that I found that the bb/100 stat I had made was giving the wrong number.

    The composite definition I'm using is NC."1_hu-hands-200".BigBlindsPerHand*100.

    The 1_hu-hands-200 definition is showing the same number of hands that I get when filtering for hu hands in my database. I tried reset/recreate notes and 2 different databases (containing different hand samples) and the bb/100 stat I get is wrong for nearly everyone I checked. It was right for 1 person with a sample size of 8 but wrong for others with a similar sample.

    So is the composite definition I made correct or is there a problem somewhere else?

  3. #1023
    Junior Member
    Join Date
    Jul 2008
    Posts
    26

    Default

    I try to do my first composite definition and I'm totally lost.


    Have example two stats:

    HEM."TOT Fold to Hero 3Bet" and would like only have players who have higher than 60%
    HEM."TOT Fold vs Resteal"

    Now I have tryed somethink like this HEM."TOT Fold to Hero 3Bet" >60 + HEM."TOT Fold vs Resteal" /2

    Is this even possible?

  4. #1024
    NoteCaddy sreticentv's Avatar
    Join Date
    Dec 2009
    Location
    No direction but to trust the final destination
    Posts
    6,481

    Default

    It's possible and the expression you pasted here should be valid but:

    -I don't know what you're actually trying to do
    -You're not saying what the result is and how it differs from your expectations

    I have to assume you want to see "TOT Fold to Hero 3Bet" for people who have greater than 60%? Or are you talking about sample? You can't filter by the sample of HM2 stats. You'd have to make note definitions to do that.

    I think it'd be more like

    ((HEM."TOT Fold to Hero 3Bet" >60) * HEM."TOT Fold to Hero 3Bet" >60) + ((HEM."TOT Fold to Hero 3Bet" <= 60) *HEM."TOT Fold vs Resteal")

    as >< expressions return 1 or 0
    NoteCaddy Manual | Coaching Packs | Blog
    NoteCaddy experts: a.k.aAlso, Catalyst_Kh, Derders, karstenkloss, scoobediah (NoteCaddy Edge)

  5. #1025
    Member
    Join Date
    Oct 2010
    Posts
    52

    Default

    Is it possible to make multiple stats from one note?

    For example make a Open Shove range note and then split into position stats>
    e.g. "open shove AK-2,AQ-2 EP 4/10 (40%)", then get the % for EP,MP,etc on HUD separetely?

  6. #1026
    NoteCaddy sreticentv's Avatar
    Join Date
    Dec 2009
    Location
    No direction but to trust the final destination
    Posts
    6,481

    Default

    Quote Originally Posted by seijistar View Post
    Is it possible to make multiple stats from one note?

    For example make a Open Shove range note and then split into position stats>
    e.g. "open shove AK-2,AQ-2 EP 4/10 (40%)", then get the % for EP,MP,etc on HUD separetely?
    No, you'd have to make stats separately for them to be added as HUD stats. You can use variables to make notes from a single definition but that won't work if you want them to be stats NoteCaddy Variables - Assaultware Wiki
    NoteCaddy Manual | Coaching Packs | Blog
    NoteCaddy experts: a.k.aAlso, Catalyst_Kh, Derders, karstenkloss, scoobediah (NoteCaddy Edge)

  7. #1027
    Member
    Join Date
    Oct 2010
    Posts
    52

    Default

    is there any documented filter order that could enhance NCs performance for processing hands?

    For example if I select hero position to be 3 from the BTN (UTG on a 6max table), if i I choose min. players on table to be 6 would that enhance performance knowing that it would cut out all 5/4/3/2 handed hands before the filter?

  8. #1028
    NoteCaddy sreticentv's Avatar
    Join Date
    Dec 2009
    Location
    No direction but to trust the final destination
    Posts
    6,481

    Default

    There's no documentation for it. Experts like the makers of NCE and AJA try different permutations and observe the results. It's not feasible to document for the amount of options that are available in definitions. The runtime value was removed recently as well since NC 2.5 attempts to process definitions with similar action sequences at the same time thereby making the value unreliable for individual definitions.
    NoteCaddy Manual | Coaching Packs | Blog
    NoteCaddy experts: a.k.aAlso, Catalyst_Kh, Derders, karstenkloss, scoobediah (NoteCaddy Edge)

  9. #1029
    Junior Member
    Join Date
    Jul 2008
    Posts
    26

    Default

    Quote Originally Posted by sreticentv View Post
    It's possible and the expression you pasted here should be valid but:

    -I don't know what you're actually trying to do
    -You're not saying what the result is and how it differs from your expectations

    I have to assume you want to see "TOT Fold to Hero 3Bet" for people who have greater than 60%? Or are you talking about sample? You can't filter by the sample of HM2 stats. You'd have to make note definitions to do that.

    I think it'd be more like

    ((HEM."TOT Fold to Hero 3Bet" >60) * HEM."TOT Fold to Hero 3Bet" >60) + ((HEM."TOT Fold to Hero 3Bet" <= 60) *HEM."TOT Fold vs Resteal")

    as >< expressions return 1 or 0


    Yes, I would like to have "greater than 60%". So I need to use note caddy definitions for them.

    I want to get avg from 3 stats and I suppose formula should be without (stat1 >60 + stat2 <50 + stat3>67) /3


    I have tested this with 2 note definition stats but don't get why I keep getting results like this.

    Replace: "stat1" with 53.0000
    Replace: "stat2" with 15.0000
    Expression: (53.0000 >40) + (15.0000) /2
    Expression:100
    Results: 8.50

    Now it seem to cound stat1 to 1 and not 53. Because stat1 is 53 and stat2 is 15 them avg would be 34, what I'm doing wrong?

  10. #1030
    Senior Member
    Join Date
    Jun 2013
    Posts
    579

    Default

    Clarify what you want to get in the first place.

    If you want the average, then what > and < comparisons are doing there? If you want to cut some ranges, then in which way average calculations are involved here?

    If you want to count average, count (NC."Stat1".inctances + NC."Stat2".inctances + NC."Stat3".inctances) / (NC."Stat1".opportunities + NC."Stat2".opportunities + NC."Stat3".opportunities) * 100 (to get XX%).

    Or you want to make different averages, depending on conditions?

Similar Threads

  1. Replies: 4
    Last Post: 06-18-2018, 10:15 PM
  2. 2 Quick Questions (Running it twice and NoteCaddy)
    By Harry81 in forum General Support
    Replies: 1
    Last Post: 04-21-2013, 07:13 PM
  3. Considering purchasing NoteCaddy....a quick Q.
    By antneye in forum NoteCaddy
    Replies: 4
    Last Post: 05-11-2012, 10:38 AM
  4. NoteCaddy thread
    By johncc in forum General Support
    Replies: 1
    Last Post: 08-29-2011, 10:13 AM
  5. Replies: 2604
    Last Post: 01-08-2010, 12:22 PM

Posting Permissions

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