aspcore.montecarlo
Functions for Monte Carlo integration
References
Functions
|
|
|
pointGenerator should return np array, [numPoints, numSpatialDimensions] func should return np array [funcDims, numPoints], where funcDims can be any number of dimensions (in a multidimensional array sense) |
|
Sample from a circularly symmetric complex Gaussian distribution with given mean and covariance matrix. |
|
Generate uniformly random points on the unit circle in R^3. |
|
Generate uniformly random points on the unit sphere. |