Lognormal Sampler. More...
#include <ql/experimental/math/hybridsimulatedannealingfunctors.hpp>
Public Member Functions | |
SamplerLogNormal (unsigned long seed=0) | |
SamplerLogNormal (const SamplerLogNormal &sampler) | |
void | operator() (Array &newPoint, const Array ¤tPoint, const Array &temp) const |
Lognormal Sampler.
Sample from lognormal distribution. This means that the parameter space must have support on the positve side of the real line only.