Home
last modified time | relevance | path

Searched refs:thisErrorInSds (Results 1 – 1 of 1) sorted by relevance

/dports/finance/quantlib/QuantLib-1.20/test-suite/
H A Dmarketmodel.cpp4135 …Real thisErrorInSds = thisError / (standardErrors[i][i]+1E-6); // silly to penalize for tiny stan… in testPathwiseMarketVegas() local
4137 if (fabs(thisErrorInSds) > 4) in testPathwiseMarketVegas()
4149 Real thisErrorInSds = thisError / (standardErrors[i][j]+1E-6); in testPathwiseMarketVegas() local
4151 if (fabs(thisErrorInSds) > 3.5) in testPathwiseMarketVegas()
4304 …Real thisErrorInSds = thisError / (standardErrors[i][i+swaptions.size()]+1E-6); // silly to penal… in testPathwiseMarketVegas() local
4306 if (fabs(thisErrorInSds) > 4) in testPathwiseMarketVegas()
4308 …ize()] << " Analytic cap vega:" << analyticVegas[i] << " Error in sds:" << thisErrorInSds << "\n"); in testPathwiseMarketVegas()
4321 Real thisErrorInSds = thisError / (standardErrors[i][j]+1E-6); in testPathwiseMarketVegas() local
4323 if (fabs(thisErrorInSds) > 3.5) in testPathwiseMarketVegas()