moments moments::generalized_beta ( size_t  dimension,
size_t  num_points,
double  b1,
double  b2,
double  b3 
)

Function that generates moments of the univariate generalized beta distribution.

Parameters:
dimension: Dimension of the problem
num_points: Number of quadrature points
b1: First shape parameter of beta pdf
b2: Second shape parameter of beta pdf
b3: Scale parameter
Returns:
moments : Moments of generalized beta distribution This pdf has bounded support [0, b3]. Works only for the univariate case.
 All Classes Files Functions Variables Typedefs Friends Defines