This is the random number generator I use for most of my programs. download
Sampling Correlated Asset Paths
•December 30, 2011 • Leave a CommentThe following is C++ written code which generates correlated price paths for a user defined amount of assets. download
Cholesky decomposition algorithm in C++
•December 23, 2011 • Leave a CommentThe Cholesky decomposition algorithm in C++ is now available. download
Matrix operations in C++
•December 19, 2011 • Leave a CommentThe C++ implementation of the following matrix operations are now available: matrix addition/subtration/multiplication, matrix-vector multiplication, distance between two vectors, determinant, transpose. download
Numerical differentiation in C++
•December 18, 2011 • Leave a CommentNumerical differentiation algorithms in C++ using 5 point stencil formulas are now available. download
Monte Carlo Integration in C++
•December 18, 2011 • Leave a CommentCode for Monte Carlo method for the approximation of integrals in one, two, and three dimensions is now available. download
Gaussian Copula in C++
•January 25, 2011 • Leave a CommentA model that captures the joint behavior of two random variables using the Gaussian Copula. download
Numerical Integrator in C++
•January 25, 2011 • Leave a CommentEuropean Option pricer (C++)
•March 14, 2010 • Leave a CommentThis is a Black Scholes C++ implementation for pricing a European option on a dividend paying stock. download
Asian Option pricer (C++)
•March 9, 2010 • Leave a CommentThis is an object-oriented version of the Asian option pricing model I made in MATLAB. download
