QuantLib_GaussHermiteIntegration

Langue: en

Autres versions - même langue

Version: 383265 (fedora - 01/12/10)

Section: 3 (Bibliothèques de fonctions)

NAME

QuantLib::GaussHermiteIntegration -

generalized Gauss-Hermite integration

SYNOPSIS


#include <ql/math/integrals/gaussianquadratures.hpp>

Inherits QuantLib::GaussianQuadrature.

Public Member Functions


GaussHermiteIntegration (Size n, Real mu=0.0)

Detailed Description

generalized Gauss-Hermite integration

This class performs a 1-dimensional Gauss-Hermite integration. [ int_{-inf}^{inf} f(x) mathrm{d}x ] The weighting function is [ w(x;mu)=|x|^{2mu} \xp{-x*x} ] and [ mu > -0.5 ]

Author

Generated automatically by Doxygen for QuantLib from the source code.