Hi all,
I have written a least squares regression algorithm based on the 2001 L-S paper. I have bench marked it with the very basic numerical example given in the paper.
My main concern is when comparing with the American option prices, L-S claimed to have used 100,000 paths (50,000 plus 50,000 antithetic) with 50 exercise points per year. I was wondering if anyone had conducted a speed test for the examples used?
My code struggles to execute this quickly even for a low number of sample paths (10,000). The actual path generation is fairly quick (~ seconds) but solving the matrices for the regression step at each point really kills the speed.
Many thanks,
Hob
I have written a least squares regression algorithm based on the 2001 L-S paper. I have bench marked it with the very basic numerical example given in the paper.
My main concern is when comparing with the American option prices, L-S claimed to have used 100,000 paths (50,000 plus 50,000 antithetic) with 50 exercise points per year. I was wondering if anyone had conducted a speed test for the examples used?
My code struggles to execute this quickly even for a low number of sample paths (10,000). The actual path generation is fairly quick (~ seconds) but solving the matrices for the regression step at each point really kills the speed.
Many thanks,
Hob