Probability, Mathematical Statistics, Stochastic Processes
randomservices.org
Probability, Mathematical Statistics, Stochastic Processes
1–10 of 14 posts
Re: Probability, Mathematical Statistics, Stochastic Processes
#2Re: Probability, Mathematical Statistics, Stochastic Processes
#3On a side note, randomservices.org is a great resource. Used it as a reference often through my statistics undergrad.
Re: Probability, Mathematical Statistics, Stochastic Processes
#4Fun fact to get you started, Nakamoto suggested in the original Bitcoin paper that blocks would be added to the Bitcoin blockchain according to a homogenous Poisson process (spoiler alert: it's definitely not).
Re: Probability, Mathematical Statistics, Stochastic Processes
#5To the programmer, developer or casual visitor looking at this and wondering whether it's worth the time and effort to dig into this, it is. Most of what's covered here can be understood with undergrad calculus, and will give you a solid basis for understanding and modelling random phenomena you may encounter in your studies, work or hobby. Fun fact to get you started, Nakamoto suggested in the original Bitcoin paper…
Care to elaborate why it’s not a Poisson process?
Re: Probability, Mathematical Statistics, Stochastic Processes
#6To the programmer, developer or casual visitor looking at this and wondering whether it's worth the time and effort to dig into this, it is. Most of what's covered here can be understood with undergrad calculus, and will give you a solid basis for understanding and modelling random phenomena you may encounter in your studies, work or hobby. Fun fact to get you started, Nakamoto suggested in the original Bitcoin paper…
> Fun fact to get you started, Nakamoto suggested in the original Bitcoin paper that blocks would be added to the Bitcoin blockchain according to a homogenous Poisson process (spoiler alert: it's definitely not). Care to elaborate why it’s not a Poisson process?
Re: Probability, Mathematical Statistics, Stochastic Processes
#7To the programmer, developer or casual visitor looking at this and wondering whether it's worth the time and effort to dig into this, it is. Most of what's covered here can be understood with undergrad calculus, and will give you a solid basis for understanding and modelling random phenomena you may encounter in your studies, work or hobby. Fun fact to get you started, Nakamoto suggested in the original Bitcoin paper…
> Fun fact to get you started, Nakamoto suggested in the original Bitcoin paper that blocks would be added to the Bitcoin blockchain according to a homogenous Poisson process (spoiler alert: it's definitely not). Care to elaborate why it’s not a Poisson process?
Re: Probability, Mathematical Statistics, Stochastic Processes
#8As a resource, I reckon it'd be pretty hard to beat as its range of subject matter is about as comprehensive as most would ever want.
That said, each topic is covered extensively and in depth which may be a problem for someone who is approaching a new aspect of the subject for the first time or who just wants a general overview of the subject. (Some of the topics I thought I was reasonably familiar with set me back a little with the sheer death of detail.)
Re: Probability, Mathematical Statistics, Stochastic Processes
#9Earlier quoted context omitted.
> Fun fact to get you started, Nakamoto suggested in the original Bitcoin paper that blocks would be added to the Bitcoin blockchain according to a homogenous Poisson process (spoiler alert: it's definitely not). Care to elaborate why it’s not a Poisson process?
It's definitely not a homogenous Poisson process, mainly because of the random changes to mining difficulty and propagation delays. There's a good paper here looking at block arrival times and fitting some different models - https://arxiv.org/pdf/1801.07447.pdf
Also, Figure 7 seems to show very little change in mean block inter-arrival time.
In fairness the authors say, "Performing the Lilliefors test on the LR data rejects the null hypothesis that block mining intervals are exponentially distributed, at a significance level of α= 0.05." But this isn't physics. We want to know how useful the approximation is, and whether there is a similarly tractable one with better predictive power.