Bitcoin Forum
May 14, 2024, 12:28:32 AM *
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 773 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
1715646512
Hero Member
*
Offline Offline

Posts: 1715646512

View Profile Personal Message (Offline)

Ignore
1715646512
Reply with quote  #2

1715646512
Report to moderator
1715646512
Hero Member
*
Offline Offline

Posts: 1715646512

View Profile Personal Message (Offline)

Ignore
1715646512
Reply with quote  #2

1715646512
Report to moderator
The grue lurks in the darkest places of the earth. Its favorite diet is adventurers, but its insatiable appetite is tempered by its fear of light. No grue has ever been seen by the light of day, and few have survived its fearsome jaws to tell the tale.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715646512
Hero Member
*
Offline Offline

Posts: 1715646512

View Profile Personal Message (Offline)

Ignore
1715646512
Reply with quote  #2

1715646512
Report to moderator
1715646512
Hero Member
*
Offline Offline

Posts: 1715646512

View Profile Personal Message (Offline)

Ignore
1715646512
Reply with quote  #2

1715646512
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!