Numerical Methods in Finance with C++: Mastering Mathematical Finance
Autor Maciej J. Capiński, Tomasz Zastawniaken Limba Engleză Paperback – aug 2012
Toate formatele și edițiile | Preț | Express |
---|---|---|
Paperback (1) | 287.37 lei 3-5 săpt. | +17.49 lei 7-13 zile |
Cambridge University Press – aug 2012 | 287.37 lei 3-5 săpt. | +17.49 lei 7-13 zile |
Hardback (1) | 460.24 lei 6-8 săpt. | |
Cambridge University Press – aug 2012 | 460.24 lei 6-8 săpt. |
Din seria Mastering Mathematical Finance
- Preț: 287.67 lei
- Preț: 313.47 lei
- Preț: 313.47 lei
- Preț: 312.48 lei
- Preț: 312.48 lei
- Preț: 312.48 lei
- 11% Preț: 522.31 lei
Preț: 287.37 lei
Nou
Puncte Express: 431
Preț estimativ în valută:
55.00€ • 57.20$ • 46.09£
55.00€ • 57.20$ • 46.09£
Carte disponibilă
Livrare economică 20 februarie-06 martie
Livrare express 06-12 februarie pentru 27.48 lei
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9780521177160
ISBN-10: 0521177162
Pagini: 175
Ilustrații: 15 b/w illus. 45 exercises
Dimensiuni: 152 x 227 x 11 mm
Greutate: 0.32 kg
Ediția:New.
Editura: Cambridge University Press
Colecția Cambridge University Press
Seria Mastering Mathematical Finance
Locul publicării:Cambridge, United Kingdom
ISBN-10: 0521177162
Pagini: 175
Ilustrații: 15 b/w illus. 45 exercises
Dimensiuni: 152 x 227 x 11 mm
Greutate: 0.32 kg
Ediția:New.
Editura: Cambridge University Press
Colecția Cambridge University Press
Seria Mastering Mathematical Finance
Locul publicării:Cambridge, United Kingdom
Cuprins
Preface; 1. Binomial pricer; 2. Binomial pricer revisited; 3. American options; 4. Nonlinear solvers; 5. Monte Carlo methods; 6. Finite difference methods; Index.
Recenzii
"This book leads the reader directly into the heart of C++ programming technique without too much fuss. And in so doing, the reader also learns some very important and fundamental methods in options pricing. I highly recommend this little gem of a book."
Professor Michael K. Ong, IIT Stuart School of Business
"I find the monograph to be an excellent integration of the object-oriented concepts of C++ and the classical numerical techniques used in quantitative finance. Throughout the book, there is an introduction to the numerical technique to be used, along with the need for such a method from the prospective of financial mathematics. After this discussion, the C++ source code that implements the technique is not only given but also annotated to highlight or to clarify reasons for the use of certain object-oriented constructs. As the authors comment, there are some source files which are not listed but are available from the publisher's web site.
The monograph is an exceptional book for demonstrating the implementation of the various aspects of C++ in a very concrete fashion. There is substance given to C++ concepts that are introduced in basic programming courses but seldom framed in a realistic setting. The reader, however, should have some familiarity with C++ and mathematical finance, prior to reading the monograph. The book is not intended to be an introduction to either object-oriented C++ or mathematical finance. With such a background, the style and the content of the book make for an informative experience."
Professor Sherman Wong, City University of New York
Professor Michael K. Ong, IIT Stuart School of Business
"I find the monograph to be an excellent integration of the object-oriented concepts of C++ and the classical numerical techniques used in quantitative finance. Throughout the book, there is an introduction to the numerical technique to be used, along with the need for such a method from the prospective of financial mathematics. After this discussion, the C++ source code that implements the technique is not only given but also annotated to highlight or to clarify reasons for the use of certain object-oriented constructs. As the authors comment, there are some source files which are not listed but are available from the publisher's web site.
The monograph is an exceptional book for demonstrating the implementation of the various aspects of C++ in a very concrete fashion. There is substance given to C++ concepts that are introduced in basic programming courses but seldom framed in a realistic setting. The reader, however, should have some familiarity with C++ and mathematical finance, prior to reading the monograph. The book is not intended to be an introduction to either object-oriented C++ or mathematical finance. With such a background, the style and the content of the book make for an informative experience."
Professor Sherman Wong, City University of New York
Notă biografică
Descriere
This book provides aspiring quant developers with the numerical techniques and programming skills needed in quantitative finance. No programming background required.