Code covered by the BSD License
-
C=HestonCall(St,K,r,T,vt,kap,...
-
[cost]=costf2(x)
-
fj=CF_SVj(xt,vt,tau,mu,a,uj,b...
-
hestoncalibrationexample.m
-
View all files
Heston Model Calibration and Simulation
by Moeti Ncube
18 Nov 2010
(Updated 15 Jun 2011)
Calibrated the Heston Model to market Option prices
|
Watch this File
|
| File Information |
| Description |
This code calibrates the heston model to any dataset of the form
of the marketdata.txt file.
Provides analytical heston and MCMC heston pricing of Option
To see an example, run the hestoncalibrationexample.m code |
| MATLAB release |
MATLAB 7.8 (R2009a)
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Updates |
| 15 Jun 2011 |
Corrected volatility simulation to following:
vhes(j+1)=vhes(j)*exp(((kappa*(theta - vhes(j))-0.5*vsigma^2)*dt)/vhes(j) + vsigma*(1/sqrt(vhes(j)))*sqrt(dt)*r2); |
|
Contact us at files@mathworks.com