开发者

Looking for an implemenentation of binomial tree in c++

开发者 https://www.devze.com 2022-12-11 09:47 出处:网络
If anyone can point me into direction where i can find an easy to understand impl. of binomial tree, that would be very helpful. thx

If anyone can point me into direction where i can find an easy to understand impl. of binomial tree, that would be very helpful. thx

tree should look like in this article: http://software.intel.com/en-us/articles/high-performance-computing-w开发者_开发技巧ith-binomial-option-pricing-part-1/


I have used this example in the past to develop a project that required us to use a binomial tree model, however, this example is in C#.

http://www.codeproject.com/KB/recipes/binomialtree.aspx

0

精彩评论

暂无评论...
验证码 换一张
取 消