Serving the Quantitative Finance Community

 
User avatar
Seagull77
Topic Author
Posts: 0
Joined: December 6th, 2004, 1:38 am

Will Log transformations improve the accuracy of monte carlo simulations ?

August 4th, 2005, 4:53 am

I am faced with the following question and my choices are down to (b) and (d). Not too sure whether the use of pseudo-numbers will improve the accuracy of monte carlo as my understanding is that pseudo will only help to achieve a certain level of accuracy faster as compared to random numbers. I am wondering anyone has any experience on how log transformations (i.e. x= LnS) will help to improve the accuracy of monte carlo ? Please advise. Thank you.Which is NOT a method for improving the accuracy of Monte Carlo simulations.(a) Antithetic variance reduction.(b) Log-transformations.(c) The use of control variates.(d) The use of pseudo-numbers.
 
User avatar
wahoo2000
Posts: 0
Joined: June 3rd, 2005, 12:16 pm

Will Log transformations improve the accuracy of monte carlo simulations ?

August 4th, 2005, 10:35 am

Where are you using the log transformation? It is not immediately clear to me why you woud expect any improvement in convergence... Also I can't make sense of this sentence: "Not too sure whether the use of pseudo-numbers will improve the accuracy of monte carlo as my understanding is that pseudo will only help to achieve a certain level of accuracy faster as compared to random numbers." Unless your simulation is converging to the wrong value (in which case it is all garbage), then I don't understand the distinction you draw between "improv[ing] the accuracy of monte carlo" and "achiev[ing] a certain level of accuracy faster".
 
User avatar
mj
Posts: 12
Joined: December 20th, 2001, 12:32 pm

Will Log transformations improve the accuracy of monte carlo simulations ?

August 5th, 2005, 12:47 pm

we can distinguish between discretization bias and lack of convergence, i.e. converging to the wrong number, and not having done enough pathsmoving to log space will fix the first but not make much difference to the second.