June 17th, 2008, 10:16 am
Hi AllI am pricing simple vanilla option using non-recombining binomial tree. We get 2^i nodes at ith time step. Depending upon computational strength of computer, it becomes almost impossible to compute after certain step due to high number of nodes. Like we get 1024 nodes at 10th time step. Proceeding from these many nodes is computationally not viable.So to reduce the number of nodes I am picking some nodes randomly. Please suggest what other things can be tried?