Package | Description |
---|---|
gov.sandia.cognition.statistics.montecarlo |
Provides Monte Carlo procedures for numerical integration and sampling.
|
Modifier and Type | Class and Description |
---|---|
class |
DirectSampler<DataType>
Sampler that generates samples directly from a target distribution.
|
class |
ImportanceSampler<DataType>
Importance sampling is a technique for estimating properties of
a target distribution, while only having samples generated from an
"importance" distribution rather than the target distribution.
|