ido / bnt-old

Automatically exported from code.google.com/p/bnt
0 stars 1 forks source link

creating replicating binary tree #21

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I'm curious whether it is possible to create a replicating binary tree using 
BNT.

to be exact: V(n+1)= 2*V(n) or 
                   = 0.5*V(n) 
where the probability of each event is (say) 50%. 
with an arbitrary number of steps n (so the complete state space is unknown)

What version of the product are you using? On what operating system?
the most recent version, on matlab 2011b, windows 7

Thanks in advance.

Original issue reported on code.google.com by thijsvkr...@gmail.com on 9 Dec 2011 at 2:12