NormalizedGaussianSampler
Marker interface for a sampler that generates values from an N(0,1) Gaussian distribution.
Types
Functions
Link copied to clipboard
abstract override fun sample(generator: RandomGenerator): BlockingDoubleChain
Content copied to clipboard
Generates a chain of samples.