moments moments::univariate_lognormal_fractional ( size_t  dimension,
size_t  num_points,
double  mu_g,
double  std_g,
double  start,
double  increment 
)

Function that generates fractional 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
start: Index ion which to start the sequence
increment: Increment to get the next index in the sequence
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