Search result 1 of rebalance:
This is where various calculations and/or conditionals have been performed on the skip values of the
ball/pairs/trips and the results displayed in that column.
Note:
When I refer to ball, I mean either ball, pair or trip.
When I refer to Percentage, I imply the percentage probability of that ball been drawn.
Median - One type of average, found by arranging the values in order and then selecting the
one in the middle
Mode - An average found by determining the most frequent value in a group of values.
MaxVal - The skip cycle with the highest value for that ball.
Last Drawn - The value of the current skip cycle for that ball.
N+x>=H - The percentage based on the formula, # of times current skip value has occurred before it
turned.
ReBalance - An indication whether the ball will rebalance itself.
Median Due - The current skip cycle value - skip median.
Simple - A simple percentage calculation based off 'N+x>=H' only relating to that ball.
Basic - The same calculation as above but taking the high value only of all the balls into
account.
Detailed - The same calculation as above but taking all the balls' info into account.
Rebal Perc - The percentage the ball rebalanced itself under such circumstances.
Double Hit Perc - The percentage that the ball has hit twice in a row.
Double <= Medn - The percentage that the ball has hit when the current and second skip have been
below the median.
Hit M Hit Perc - The percentage that the ball has had a hit, skip value, then hit again. I just look for
hit/skip/hit, not the skip value.
Rebal Median - As per jokerh1977's discussion, merging with Sprinkbok's in-betweeners, (url
reference given below).
N+x>=H Weighted - A percentage calculation based off 'N+x>=H'.
Below Median - An indication of the ball being below the median count.