Distributionpair is a helper class for DiscretDistribution. More...
#include <qle/math/discretedistribution.hpp>
Public Member Functions | |
Distributionpair (Real x=0, Real y=0) | |
Public Attributes | |
Real | x_ |
Real | y_ |
Distributionpair is a helper class for DiscretDistribution.
The Distributionpair holds a single point of a one-domensional discrete distribution, i.e. coordinate x and ordinate (density) y.
Definition at line 43 of file discretedistribution.hpp.
Distributionpair | ( | Real | x = 0 , |
Real | y = 0 |
||
) |
Definition at line 45 of file discretedistribution.hpp.
Real x_ |
Definition at line 46 of file discretedistribution.hpp.
Real y_ |
Definition at line 46 of file discretedistribution.hpp.