Financial Numerical Recipes in C++
✍ Scribed by Degaard Bernt Arne.
- Tongue
- English
- Category
- Library
No coin nor oath required. For personal study only.
✦ Synopsis
Degaard Bernt Arne - Financial Numerical Recipes in C++. Загрузка вместе с примерами и программными кодами , 2007
В книге дано полное программное обеспечение на языке C++ фактически всех разделов финансовой математики: от вычисления сложных процентов до расчетов экзотических опционов, моделей расчета кредитных рисков и сложных приемов моделирования временной структуры дисконта. Кроме того много примеров и программные коды прилагаются.
To implement the algorithms in a computer language I choose C++. My students keep asking why anybody would want to use such a backwoods computer language, they think a spreadsheet can solve all the worlds problems. I have some experience with alternative systems for computing, and no matter what, in the end you end up being frustrated with higher end languages, such as Matlab og Gauss (Not to mention the straitjacket which is is a spreadsheet. ) and going back to implementation in a standard language. In my experience with empirical finance I have come to realize that nothing beats knowledge a real computer language. This used to be FORTRAN, then C, and now it is C++ . All example algorithms are therefore coded in C++. I do acknowledge that matrix tools like Matlab are very good for rapid prototyping and compact calculations, and will in addition to C++ in places also illustrate the use of Matlab.
The current manscript therefore has various intented audiences. Primarily it is for students of finance who desires to see a complete discussion and implementation of some formula. But the manuscript is also useful for students of finance who wants to learn C++, and for computer scientists who want to understand about the finance algorithms they are asked to implent and embed into their programs.
In doing the implementation I have tried to be as generic as possible in terms of the C++ used, but I have taken advantage of a some of the possibilities the language provides in terms of abstraction and modularization. This will also serve as a lesson in why a real computer language is useful. For example I have encapsulated the term structure of interest rate as an example of the use of classes.
✦ Subjects
Финансово-экономические дисциплины;Финансовая математика
📜 SIMILAR VOLUMES
(без места издания), (интернет-издание), 2003. 262p.<div class="bb-sep"></div>Книга содержит алгоритмы и программы на языке С++ для решения финансовых задач, таких, как оценивание опционов, бондов, фьючерсов, варрантов и т.п., оптимизация портфеля, расчёт рисков и т.п. К книге приложены тексты прогр
The Numerical Recipes Code CD-ROM contains, in a single omnibus edition, all the source code for the routines and examples from: Numerical Recipes in Fortran 77: The Art of Scientific Computing (Second Edition), Numerical Recipes in Fortran 90: The Art of Parallel Scientific Computing, Numerical Rec