mathf.hpp File Reference
#include <oh/libraryobject.hpp>
#include <ql/math/distributions/normaldistribution.hpp>
Include dependency graph for mathf.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 QuantLibAddin
 

Functions

double QuantLibAddin::normDist (double x, double mean, double stdDev, bool cumulative)
 
double QuantLibAddin::normSDist (double x)
 
double QuantLibAddin::normInv (double prob, double mean, double stdDev)
 
double QuantLibAddin::normSInv (double prob)