NormalizedGaussianSampler

fun interface NormalizedGaussianSampler : BlockingDoubleSampler

Marker interface for a sampler that generates values from an N(0,1) Gaussian distribution.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract override fun sample(generator: RandomGenerator): BlockingDoubleChain

Generates a chain of samples.

Inheritors

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Sources

Link copied to clipboard