Paul Willmot on quantitative finance

  • Thread starter Thread starter Tsotne
  • Start date Start date
Joined
1/13/11
Messages
1,362
Points
93
I'm about to go through these 3 books:

Amazon.com: Paul Wilmott on Quantitative Finance 3 Volume Set (2nd Edition) (9780470018705): Paul Wilmott: Books

Anyone tried already? Any opinions? Seems the great collection of books covering many aspects of quantitative finance. The only thing is that in the 3rd part, where the numerical methods are discussed he uses VBA codes. I'd actually prefer it to be in C++ or C# or java (any C-based language) and almost everyone who I talk with says the same. VBA is kind of ineffective in mathematical simulations problems.
 
As an Amazon Associate we earn from qualifying purchases.
I'd actually prefer it to be in C++ or C# or java (any C-based language) and almost everyone who I talk with says the same. VBA is kind of ineffective in mathematical simulations problems.

Completely agree. I have defined some simulations algorithms in C++ and its much more effective in the same manner as Willmot uses and much faster in the same method construction. But you can easily translate the VBA code into the C++ code. The methodology is the same, just the syntax is different.
 
Actually, I did do a translation for a good % of the book's VBA, don't know what happened to it, will hunt it down....
 
Back
Top