<?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>Relativistic Market Regression Excel Examination</title>
		<link>https://blogs.lotterypost.com/jadelottery/2014/7/relativistic-market-regression-excel-examinat.htm</link>
		<atom:link href="https://www.lotterypost.com/rss/blogcomments/92523" rel="self" type="application/rss+xml" />
		<description>JADELottery's Blog: Relativistic Market Regression Excel Examination</description>
		<dc:language>en-us</dc:language>
		<generator>Lottery Post RSS Generator</generator>
		<item>
			<title>Original Blog Entry: Relativistic Market Regression Excel Examination</title>
			<link>https://blogs.lotterypost.com/jadelottery/2014/7/relativistic-market-regression-excel-examinat.htm</link>
			<guid isPermaLink="true">https://blogs.lotterypost.com/jadelottery/2014/7/relativistic-market-regression-excel-examinat.htm</guid>
			<pubDate>Sat, 26 Jul 2014 18:47:04 GMT</pubDate>
			<dc:creator>JADELottery</dc:creator>
			<description><![CDATA[<p>You can download our Excel sheet with the Relativistic Market Data and Regression measurements at our FTP site.<br /><br />ftp://www.jadexcode.com/Excel/S P-NAS-DOW-1971-02-05-to-Present-2.xlsm<br /><br />If you don&#x27;t want to run the Macro Enabled file, here are the two functions we added to get the job done.<br /><br />______________________________________________________________________________________________________________<br /><br />Function LineSlope(theRange As Range) As Double<br /><br />Dim n, y_sum, y_avg, xy_sum, xy_avg As Double<br /><br />n = theRange.Rows.Count: y_sum = 0: xy_sum = 0<br /><br />On Error GoTo errorexit<br /><br />If (n 2) Or (theRange.Columns.Count 1) Then<br /><br />LineSlope = -4.94065645841247E-324<br /><br />Else<br /><br />For a = 1 To n<br /><br />y_sum = y_sum + theRange.Cells(a, 1)<br /><br />xy_sum = xy_sum + a * theRange.Cells(a, 1)<br /><br />Next a<br /><br />y_avg = y_sum / n: xy_avg = xy_sum / n<br /><br />LineSlope = (12 * xy_avg - 6 * (n + 1) * y_avg) / ((n - 1) * (n + 1))<br /><br />End If<br /><br />Exit Function<br /><br />errorexit:<br /><br />LineSlope = -4.94065645841247E-324<br /><br />End Function<br /><br />______________________________________________________________________________________________________________<br /><br />Function LineCorr(theRange As Range) As Double<br /><br />Dim n, y_sum, y_avg, yy_sum, yy_avg, xy_sum, xy_avg As Double<br /><br />n = theRange.Rows.Count: y_sum = 0: yy_sum = 0: xy_sum = 0<br /><br />On Error GoTo errorexit<br /><br />If (n 2) Or (theRange.Columns.Count 1) Then<br /><br />LineCorr = -4.94065645841247E-324<br /><br />Else<br /><br />For a = 1 To n<br /><br />y_sum = y_sum + theRange.Cells(a, 1)<br /><br />yy_sum = yy_sum + theRange.Cells(a, 1) * theRange.Cells(a, 1)<br /><br />xy_sum = xy_sum + a * theRange.Cells(a, 1)<br /><br />Next a<br /><br />y_avg = y_sum / n: yy_avg = yy_sum / n: xy_avg = xy_sum / n<br /><br />LineCorr = 3 * (2 * xy_avg - (n + 1) * y_avg) * (2 * xy_avg - (n + 1) * y_avg) / ((n - 1) * (n + 1) * (yy_avg - y_avg * y_avg))<br /><br />End If<br /><br />Exit Function<br /><br />errorexit:<br /><br />LineCorr = -4.94065645841247E-324<br /><br />End Function<br /><br />______________________________________________________________________________________________________________<br /><br />... &#x5b;&#xa0;<a href="https://blogs.lotterypost.com/jadelottery/2014/7/relativistic-market-regression-excel-examinat.htm">More</a>&#xa0;&#x5d;</p>]]></description>
			<category>Blog Entry</category>
			<category>JADELottery</category>
			<wfw:comment>https://www.lotterypost.com/blogentry/92523</wfw:comment>
		</item>
	</channel>
</rss>

