Search

Search the Lottery Post blogs for the keyword(s) you specify

BlogsResults 11 - 15 of 15 for Excel + frequency. (0.00 seconds)

Interesting idea when displaying the pick 3 data...
So, the concept is known as multi-level sorting. It is in spreadsheets under sort where you can apply a sort criteria, then apply a second sort criteria, such as the then by fields in Microsoft Excel. As it stands now, my display is sorted by the digits 0 through 9, so I have to go back to the left column to see which digit the output is describing. These are buffered in a list so that when the function is done, it can display the rows side by side....
Sep 26, 2025, 2:03 pm - hypersoniq

Some ideas for the Markov Chain Follower back test
So what is it that would be useful to count? The obvious is did the numbers at the top of the transition distribution list ALL match the next draw? , secondary would be if ANY of the numbers matched. This means there are 2 scopes to check... the per column scope, and the combined column scope (whole draw). Which scope the script is in determines the output timing. Setting per column variables to capture the data that can then be resolved at the top level across...
Feb 2, 2026, 9:35 am - hypersoniq

What about tweaking parameters?
I am considering a python script for the pick 3 type games that can take variable parameter input to adjust the settings. Something like a scan of X number of draws to determine hot, neutral and cold, and then look out Y future draws to determine the composition from the hot/neutral/cold group. Such that running the formula displayComposition(30,10) Would take the last X+Y draws (in this case 40), grab the frequency distribution of the X (30)...
Feb 12, 2025, 2:07 pm - hypersoniq

New projects need corny project names, so...
I have begun planning of Vertical Horizon ... This is the combo frequency analysis program. It will be using the vertical follower analysis from Follower Foundry as the seed combo. Some early file read systems to put it in the correct data structure were successful. Initializing the list as history = [ ] creates the main list, and when reading in the rows, Row_x = history.append() Creates an addressable combo entry....
Sep 8, 2024, 4:03 pm - hypersoniq

dynamic pick 3/4 filtering
what if we were to take a system of filtering, such as High/Low or Vtracs and custom-tailor the filter grid to the state's data? now that I see the binary truth tables for H/L, v-trac and O/E in excel, I see the basic structure of dividing the 1000 possible combos into an 8x125 grid... the same exact process for all 3 filters, it's just that the number values change... so what if we whip up a hybrid frequency/announcer chart? taking the draw history of a state...
Dec 6, 2005, 10:03 am - hypersoniq

Page 2 of 2