Direct link to the YouTube channel: https://www.youtube.com/@finmath6357
An important part of the lecture are coding assignments. These assignments feature autograding using automated unit tests
This is just a warm up to make you familiar with the assignments.
github.com/qntlb/numerical-methods-quadraticequation-exerciseThis is just a warm up to make you familiar with the assignments.
github.com/qntlb/numerical-methods-summation-exerciseIn this assignment you should implement a multi-dimensional integration rule using a) the Monte-Carlo method and b) the Simpson's rule.
github.com/qntlb/numerical-methods-montecarlointegration-exerciseIn this assignment you should implement a Monte-Carlo valuation of an Asian option, using variance reduction via a Control Variate, assuming a Black-Scholes models.
A control variate is model-dependent, so this Monte-Carlo valuation will lose its genericallity. This is a big disadvantage.
github.com/qntlb/numerical-methods-controlvariate-exercisePlease send feedback or questions to email@christian-fries.de - thank you.