moments moments::univariate_lognormal ( size_t  dimension,
size_t  num_points,
double  mu_g,
double  std_g 
)

Function that generates moments of the univariate lognormal distribution.

Parameters:
dimension: Dimension of the problem
num_points: Number of quadrature points
mu_g: Geometric mean of the lognormal distribution
std_g: Geometric standard deviation of the lognormal distribution
Returns:
moments : Moments of the lognormal distribution This pdf has unbounded support [0, infinity). Works only for the univariate case.
 All Classes Files Functions Variables Typedefs Friends Defines