|
From: David B. <db...@ic...> - 2009-02-21 02:26:07
|
Hey - More progress. Any reason that getCalibrationError would throw the
following upon compile:
"getCalibrationError": identifier not found
Where is this located? Here's the code from Klaus's DAX example:
Real calculated = std::fabs(getCalibrationError(options));
if (std::fabs(calculated - expectedValues[i]) > tolerance)
BOOST_ERROR("failed to calculated prices for derived Bates models"
<< "\n calculated: " << calculated
<< "\n expected: " << expectedValues[i]);
Best,
DB
--
View this message in context: http://www.nabble.com/Bates-Engine-for-American-Options-tp22094505p22131660.html
Sent from the quantlib-dev mailing list archive at Nabble.com.
|