-
|
Hi all, I am not sure if my results are ok, but I got a large difference between the methods we have to use (Numerical Integration and Monte Carlo Simulation) when I calculated the option's price. I got around 5 and 90 respectively. Someone else got large differences? I am not sure if it could happen, or if the results should be more similar between them. Thanks in advance |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
|
Typically, the results of monte carlo and numnerical integration for calculating the value of a call option should be similar (up to a small simulation error). Ideally, it would be helpful if you could share some insights into how you computed the call option value using each method. |
Beta Was this translation helpful? Give feedback.
I integrate over the Log-Normal PDF using
from scipy.integrate import quad.PS: 90 sounds better than 5.