<?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>Planning for edge cases when coding.</title>
		<link>/blogentry/189527</link>
		<atom:link href="https://www.lotterypost.com/rss/blogcomments/189527" rel="self" type="application/rss+xml" />
		<description>hypersoniq's Blog: Planning for edge cases when coding.</description>
		<dc:language>en-us</dc:language>
		<generator>Lottery Post RSS Generator</generator>
		<item>
			<title>Comment #2</title>
			<link>/blogentry/189527#c273213</link>
			<guid isPermaLink="true">/blogentry/189527#c273213</guid>
			<pubDate>Wed, 19 Feb 2025 01:28:18 GMT</pubDate>
			<dc:creator>hypersoniq</dc:creator>
			<description><![CDATA[<p>The code functions properly! Now to see if the interpretation of the output can lead to a win...</p>]]></description>
			<category>hypersoniq</category>
		</item>
		<item>
			<title>Comment #1</title>
			<link>/blogentry/189527#c273204</link>
			<guid isPermaLink="true">/blogentry/189527#c273204</guid>
			<pubDate>Tue, 18 Feb 2025 19:01:46 GMT</pubDate>
			<dc:creator>hypersoniq</dc:creator>
			<description><![CDATA[<p>Also, for the classification output of the Y draws in a program that operates on a &#x22;per column&#x22; basis, the obvious choice is to capture the output in Y lists, appending each to the appropriate list and just printing the series of lists...&#x3c;br /&#x3e;Since it is still unclear what constitutes membership in hot or cold, the percentages can also be passed as arguments to the main function, which allows additional flexibility. Now a call would look like&#x3c;br /&#x3e;shortTermTrend(35,7,12,8)&#x3c;br /&#x3e;Where the inputs... &#x5b;&#xa0;<a href="/blogentry/189527#c273204">More</a>&#xa0;&#x5d;</p>]]></description>
			<category>hypersoniq</category>
		</item>
		<item>
			<title>Original Blog Entry: Planning for edge cases when coding.</title>
			<link>/blogentry/189527</link>
			<guid isPermaLink="true">/blogentry/189527</guid>
			<pubDate>Tue, 18 Feb 2025 13:53:45 GMT</pubDate>
			<dc:creator>hypersoniq</dc:creator>
			<description><![CDATA[<p>As I am getting ready to start coding the hot/cold script, I realize that after seeing these distributions before, there is a real possibility of numbers at a boundary (such as the 3rd hot number and the first neutral number) having the same frequency. For example, in X draws a 4 is drawn in a column 6 times, but a 7 is also drawn 6 times... if the 4 is H3 and the 7 is N1 then the hot/neutral designators don&#x27;t really apply...<br /><br />In this situation, I wonder if it would be best to grow the neutral zone for that situation, which would result in H1, H2, N1 ... N5, C1, C2, C3. Likewise for the barrier of N and C...<br /><br />The other solution would be to calculate the percentage, such that a number needs to be greater than it&#x27;s expectancy of 10% of the draws to be classified as HOT, and below it&#x27;s expectancy of 10% to be counted as COLD.<br /><br />Maybe H would be = 12%, C would be =8% and all others default to neutral... This solution could also completely cut a category if none of the hots or colds reach their respective thresholds.<br /><br />This is definitely a programming life cycle thing, spend weeks planning so the relatively small amount of time spent coding has the best chance of success... programs can complete because they are free of syntax errors, but the results may not be useful if there were any semantic errors that you fail to plan for...... &#x5b;&#xa0;<a href="/blogentry/189527">More</a>&#xa0;&#x5d;</p>]]></description>
			<category>Blog Entry</category>
			<category>hypersoniq</category>
			<wfw:comment>https://www.lotterypost.com/blogentry/189527</wfw:comment>
		</item>
	</channel>
</rss>

