Tagged Questions
8
votes
3answers
421 views
Implementing a Fast Fourier Transform for Option Pricing
So, I'm in need of some tips regarding a small project I'm doing. My goal is an implementation of a Fast Fourier Transform algorithm (FFT) which can be applied to the pricing of options.
First ...