Bitcoin Forum
May 03, 2024, 12:32:30 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: A did a log linear fit, have at it  (Read 772 times)
Altoidnerd (OP)
Sr. Member
****
Offline Offline

Activity: 406
Merit: 251


http://altoidnerd.com


View Profile WWW
February 21, 2014, 07:27:56 AM
 #1

Fun with fitting!



Now...looking into the FUTURE!!!!



More graphs for lulz



And



grab the excel sheets on the article's page at altoidnerd.com

Do you even mine?
http://altoidnerd.com 
12gKRdrz7yy7erg5apUvSRGemypTUvBRuJ
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714739550
Hero Member
*
Offline Offline

Posts: 1714739550

View Profile Personal Message (Offline)

Ignore
1714739550
Reply with quote  #2

1714739550
Report to moderator
1714739550
Hero Member
*
Offline Offline

Posts: 1714739550

View Profile Personal Message (Offline)

Ignore
1714739550
Reply with quote  #2

1714739550
Report to moderator
Altoidnerd (OP)
Sr. Member
****
Offline Offline

Activity: 406
Merit: 251


http://altoidnerd.com


View Profile WWW
February 21, 2014, 07:32:26 AM
 #2

Reserved in case people want raw data not in the form of trojan risk excel file.

Do you even mine?
http://altoidnerd.com 
12gKRdrz7yy7erg5apUvSRGemypTUvBRuJ
Altoidnerd (OP)
Sr. Member
****
Offline Offline

Activity: 406
Merit: 251


http://altoidnerd.com


View Profile WWW
February 21, 2014, 08:15:02 AM
 #3

Oh and here is a power spectrum for periodicity - looks like some relevant peaks at 163 and 175 days:



I used Mathematica to create this.

I pasted the 893 numbers into input[1] in a notebook, and the output labeled each as Out[1], Out[2], ...  

Then I did

Code:
Price = Table[Out[k], {k, 1, 893}];

FFTPrice = Abs[Fourier[Price]]^2;

Length[FFTPrice]

returned

Code:
893

Then drop half of it (it's symmetrical and half is a copy...useless)

Code:
FFTHALF = Drop[FFTPrice, -446];

ListLinePlot[FFTHALF, ImageSize -> 1400, PlotRange -> {0, 12000}]


Do you even mine?
http://altoidnerd.com 
12gKRdrz7yy7erg5apUvSRGemypTUvBRuJ
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!