public static interface MonteCarloIntegrator.FunctionNdSampler
Modifier and Type | Method and Description |
---|---|
int |
getSize()
Size of the output
|
void |
sample(VectorNd v,
VectorNd p)
Produces an Nd-function sample, with associated importance probability
weights.
|