NormalDistribution Class Reference

#include <normaldistribution.hpp>

List of all members.


Detailed Description

Normal distribution function.

formula here ... Given x it returns its probability in a gaussian normal distribution. It provides the first derivative too.


Public Member Functions

 NormalDistribution (double average=0.0, double sigma=1.0)
double operator() (double x) const
double derivative (double x) const


The documentation for this class was generated from the following file:

QuantLib.org
QuantLib
Hosted by
SourceForge.net Logo
Documentation generated by
doxygen