Knowledge Base
From Quantitative Finance
This section is a potpourri of tips, tricks, recipes and, in some cases, essays on finance, mathematics, and programming. Unlike Resources and Reading List, these are my original contributions unless otherwise stated.
Contents |
[edit]
Finance
[edit]
Fundamentals
[edit]
Foreign Exchange
[edit]
Mathematics
[edit]
Programming
[edit]
Software Engineering
- Object-Oriented Design Heuristics — Arthur J. Riel's object-oriented design heuristics.
[edit]
C++
- General — a collection of C++ tips, tricks, recipes, and general wisdom.
- Effective C++
- More Effective C++
- Effective STL
- Boost.Python Step by Step — my tutorial on Boost.Python, a Boost C++ library for building hybrid systems in Python and C++. Historically, much of the code in scientific computing and quantitative finance is written in C++. But it is generally far more convenient to deal with high-level languages, such as Python. Boost.Python attempts to bridge this gap by facilitating the creation of Python wrappers for C++.
[edit]
C#
- General — a collection of C# tips, tricks, recipes, and general wisdom.
- User defined functions and add-ins in Excel
[edit]
Java
- General — a collection of Java tips, tricks, recipes, and general wisdom.
- Effective Java
[edit]
Python
- General — a collection of Python tips, tricks, recipes, and general wisdom.
- Boost.Python Step by Step — my tutorial on Boost.Python, a Boost C++ library for building hybrid systems in Python and C++. Historically, much of the code in scientific computing and quantitative finance is written in C++. But it is generally far more convenient to deal with high-level languages, such as Python. Boost.Python attempts to bridge this gap by facilitating the creation of Python wrappers for C++.
[edit]
MATLAB
- General — a collection of MATLAB tips, tricks, recipes, and general wisdom.
[edit]
VBA and Excel
- General VBA and Excel — a collection of VBA and Excel tips, tricks, recipes, and general wisdom.
- User defined functions and add-ins in Excel
[edit]
Unix
- General — a collection of Unix tips, tricks, recipes, and general wisdom.
[edit]
Windows
[edit]
Tools
[edit]
