Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

creating replicating binary tree #21

Open
GoogleCodeExporter opened this issue Mar 20, 2015 · 0 comments
Open

creating replicating binary tree #21

GoogleCodeExporter opened this issue Mar 20, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

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 [email protected] on 9 Dec 2011 at 2:12

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant