Standard Normal Random Variable Generator in C++

•December 30, 2011 • Leave a Comment

This is the random number generator I use for most of my programs. download

Sampling Correlated Asset Paths

•December 30, 2011 • Leave a Comment

The 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 Comment

The Cholesky decomposition algorithm in C++ is now available. download

Matrix operations in C++

•December 19, 2011 • Leave a Comment

The 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 Comment

Numerical differentiation algorithms in C++ using 5 point stencil formulas are now available. download

Monte Carlo Integration in C++

•December 18, 2011 • Leave a Comment

Code 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 Comment

A model that captures the joint behavior of two random variables using the Gaussian Copula. download

Numerical Integrator in C++

•January 25, 2011 • Leave a Comment

An approximation of integrals of one, two, and three variables.

European Option pricer (C++)

•March 14, 2010 • Leave a Comment

This 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 Comment

This is an object-oriented version of the Asian option pricing model I made in MATLAB. download

 
Follow

Get every new post delivered to your Inbox.