Algorithms
As I am learning about algorithms using a couple resources, I am saving the things I have found interesting or useful in this repository.
As I am learning about algorithms using a couple resources, I am saving the things I have found interesting or useful in this repository.
Following my coursework in Fixed Incomes and Asset-Backed Securities, I regrouped most commonly used methods in this repository. utils.py allows to perform c...
Following my coursework in Time Series Analysis, I regrouped most commonly used methods in a repository. The file olsregr.py implements fundamental methods f...
My binomial option pricing repository allows to price various options using Binomial trees, the Black-Scholes formula, or a combination thereof. For example,...
When I enrolled in University of Pennsylvania’s CIS110, I chose to think of an implementation of the 2048 game for my final project.