moments moments::beta ( size_t  dimension,
size_t  num_points,
double  b1,
double  b2 
)

Function that generates moments of the univariate 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
Returns:
moments : Moments of beta distribution This pdf has bounded [0,1]. Works only for the univariate case.
 All Classes Files Functions Variables Typedefs Friends Defines