|
moments moments::univariate_gaussian_raw |
( |
size_t |
dimension, |
|
|
size_t |
num_points, |
|
|
double |
mu, |
|
|
double |
std_dev |
|
) |
| |
Function that generates raw moments of the univariate normal (Gaussian) distribution.
- Parameters:
-
dimension | : Dimension of the problem |
num_points | : Number of quadrature points |
mu | : Mean of the lognormal distribution |
std_dev | : Standard deviation of the lognormal distribution |
- Returns:
- moments : Raw moments of the normal distribution This pdf has unbounded support (-infinity, infinity). Works only for the univariate case.
|