Bitcoin Forum
May 26, 2024, 02:34:20 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Poll
Question: *IF* the price follows a logistic curve how long until it will plateau?
1 year - 3 (13%)
3 years - 4 (17.4%)
10 years - 12 (52.2%)
20 years - 4 (17.4%)
Total Voters: 23

Pages: [1]
  Print  
Author Topic: Logistic Growth Curves to BTC/USD  (Read 1501 times)
bb113 (OP)
Hero Member
*****
Offline Offline

Activity: 728
Merit: 500


View Profile
October 06, 2012, 09:52:40 PM
 #1

I want to fit this simple curve to the bitcoin price history and forecast into the future using a mcmc script I have:
Code:
y = a/(1+exp((b - x)/c ) ) + sigma
a=asymptote
b=Time to half max
c=Rate constant (time between 37% and 63% max)
sigma= Average Residual deviation from curve (due to bubbles, etc)

So how long out should I forecast? How much will the price deviate from its "true value" on average over that time (eg $10 dollars)

I realize this is a very simple model but it is superior to the exponential curves everyone likes.
pretendo
Member
**
Offline Offline

Activity: 112
Merit: 10



View Profile
October 06, 2012, 11:26:07 PM
 #2

Theoretically price will be immanentized at a difference, equal to the market interest rate (time value) if that is what you're asking.
mobodick
Hero Member
*****
Offline Offline

Activity: 840
Merit: 1000



View Profile
October 07, 2012, 02:24:29 PM
 #3

I want to fit this simple curve to the bitcoin price history and forecast into the future using a mcmc script I have:
Code:
y = a/(1+exp((b - x)/c ) ) + sigma
a=asymptote
b=Time to half max
c=Rate constant (time between 37% and 63% max)
sigma= Average Residual deviation from curve (due to bubbles, etc)

So how long out should I forecast? How much will the price deviate from its "true value" on average over that time (eg $10 dollars)

I realize this is a very simple model but it is superior to the exponential curves everyone likes.

Seems like i beat you to it Wink
https://bitcointalk.org/index.php?topic=113725.0

But what i did was slightly simpler. I didn't break down the formula as much as you did.
I noticed a pattern and projected a simple y=x^1/z curve against it.
z was somewhere between 1 and 2 and if i remember correctly it was about 1.8 (but it may have been 1.3, it was very late that night Smiley ).

mobodick
Hero Member
*****
Offline Offline

Activity: 840
Merit: 1000



View Profile
October 07, 2012, 02:27:38 PM
 #4

I want to fit this simple curve to the bitcoin price history and forecast into the future using a mcmc script I have:
Code:
y = a/(1+exp((b - x)/c ) ) + sigma
a=asymptote
b=Time to half max
c=Rate constant (time between 37% and 63% max)
sigma= Average Residual deviation from curve (due to bubbles, etc)

So how long out should I forecast? How much will the price deviate from its "true value" on average over that time (eg $10 dollars)

I realize this is a very simple model but it is superior to the exponential curves everyone likes.

Also, i think that a formula like yours cannot predict the mean price.
Bitcoin seems realy weird in this respect as all the action seems to be projected on top of a curve and not around it.
Mean price and top price would require more complex formulas.
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!