powered by
The Antithetic Variates is a method which decreases the approximation error by reducing the variance of the simulation result.
MontecarloAntitheticCalls(s0, k, t, r, vol, n)
stock price at time 0
strike price
time to maturity in years
annual interest rate
annual volatility
number of simulations
Price of the call
No details
"Option Pricing Using Different Techniques" by Degiorgi Elia, Milan Federico, Zaramella Davide, Stoeva Valerija (2019)
# NOT RUN { MontecarloAntitheticCalls(10,11,1,0.05,0.2,100) # 0.5749907 # }
Run the code above in your browser using DataLab