Author

Topic: Logistic Growth Curves to BTC/USD (Read 1521 times)

hero member
Activity: 840
Merit: 1000
October 07, 2012, 09:27:38 AM
#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.
hero member
Activity: 840
Merit: 1000
October 07, 2012, 09:24:29 AM
#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://bitcointalksearch.org/topic/so-what-does-this-chart-mean-for-bitcoin-113725

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 ).

member
Activity: 112
Merit: 10
October 06, 2012, 06: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.
hero member
Activity: 728
Merit: 500
October 06, 2012, 04: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.
Jump to: