Quote:
|
Originally Posted by turtle0747
Hello HalfBee
I need a little help. Can you tell me what this means? I need to get a little help on what I am looking at. These are just some examples of my first SKIPS.
65565 2 <2>0
56665 4 <0>4
56655 4 <0>4
55656 4 <4>0
65555 4 <2>2
1 66565 X
2 66555
3 56665
4 66666
5 56665
|
The first part is:
SkipPattern (65565)
How many times it showed up (2)
The Under/Over SkipSum (<2>0) meaning it was always under skip sum
The second part is:
BallNumber (1)
Current Pattern for that number (66565)
Whether it was in the last draw (X) or nothing if it wasn't drawn
I should also add the Over/Under indicator to the copy routine as it might be important (not sure yet)
You have something interesting here I'll point out...
Both these number have the same skip patterns...
3 56665
5 56665
Now above it you see this pattern has shown up 4 times
56665 4 <0>4
And every time it was Over the skip sum value when it hit (would expect this with three 6s in the pattern). If for example 3 was indicated as Under skip sum then you could eliminate it.
I keep trying to find some way of getting the patterns to stand out. Usually what I end up with when I copy the number list is:
Numbers with patterns that share a pattern with no other number
Numbers with patterns that share the same pattern with 2, 3, or 4 other numbers
Like above where you have two numbers sharing the same pattern, you either select/eliminate them as a group or decide if one of them doesn't fit and use the other. I was hoping the Over/Under would help, it does sometimes but it's a tricky call.