<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/">
	<channel>
		<title>Permutation counter design considerations</title>
		<link>/blogentry/187140</link>
		<atom:link href="https://www.lotterypost.com/rss/blogcomments/187140" rel="self" type="application/rss+xml" />
		<description>hypersoniq's Blog: Permutation counter design considerations</description>
		<dc:language>en-us</dc:language>
		<generator>Lottery Post RSS Generator</generator>
		<item>
			<title>Comment #1</title>
			<link>/blogentry/187140#c268385</link>
			<guid isPermaLink="true">/blogentry/187140#c268385</guid>
			<pubDate>Fri, 18 Oct 2024 17:38:13 GMT</pubDate>
			<dc:creator>hypersoniq</dc:creator>
			<description><![CDATA[<p>9 3 6</p>]]></description>
			<category>hypersoniq</category>
		</item>
		<item>
			<title>Original Blog Entry: Permutation counter design considerations</title>
			<link>/blogentry/187140</link>
			<guid isPermaLink="true">/blogentry/187140</guid>
			<pubDate>Fri, 18 Oct 2024 12:50:04 GMT</pubDate>
			<dc:creator>hypersoniq</dc:creator>
			<description><![CDATA[<p>As this project moves through the planning stages, it is important to have an idea of the following;<br /><br />1. Input. This will be the data structure that will be read into the script and stored in a certain configuration within the program that can be used as intended. Here it might be advantageous to use the list of tuples structure I have created for the vertical horizon project. There is a specific plus of already dealing with leading zero numbers, because 001 is not the same as 1.<br /><br />2. Processing. What do we want to do with the data?<br /><br />3. Output. This will be the list of ALL combos (1,000 for the pick 3 and 100,000 for the pick 5) followed by their straight hit count, their permutation hit count and their combined total past winnings, a dollar value based on the combined straight and box hits. It will print to the screen so I can be sure it is working, but will also write to a .csv file for further sorting and filtering using spreadsheet tools.<br /><br />Logic dictates that the highest dollar value is the best paying combo, and the top combos will change over time, so a betting strategy will need to be in place. I think this lends itself better to playing the combo for a week rather than a day, so the strategy is<br /><br />Pick 3 .50 straight / .50 box, total cost for a week is $14. Re run the program once per week to get a pick for the next week. Continue until a hit, then add in the pick 5, though here we will be looking specifically at the combos that have 5 unique digits so a box hit stays under the taxable claim form level. That cost at $1 straight and $1 box would be $28. Since 1 box hit on the pick 3 would be $40 or $80 (depending on if there was a pair in the top combo) the pick 5 play will wait until the pick 3 has a box hit.<br /><br />On a $40 box hit, the 5 will replace the 3, keeping the cost at $28 and holding the $12 to offset the cost of the next week&#x27;s pick 3.<br /><br />A box hit on the pick 5 with 5 unique numbers pays $75 less than a $500 pick 3 straight, no claim form required as it is less than $600. A win there opens up the possibility to play both the 3 and the 5 for a month and still have some profit left.<br /><br />So now that the input data structure is decided and I have an idea of what the output should be, I can focus on processing to get the project underway. This will entail counting directly and counting permutations. The process is far from being up and running, so if it turns out that the permutation functions in pandas works better than the functions in python, the data structure may also change a bit, but reading in rows across columns will be the input method. As this means my history .csv files do not require any additional modifications.<br /><br />Happy Coding!... &#x5b;&#xa0;<a href="/blogentry/187140">More</a>&#xa0;&#x5d;</p>]]></description>
			<category>Blog Entry</category>
			<category>hypersoniq</category>
			<wfw:comment>https://www.lotterypost.com/blogentry/187140</wfw:comment>
		</item>
	</channel>
</rss>

