Click or drag to resize
Accord.NET (logo)

MetropolisHastingTGenerate Method

Generates a random observation from the current distribution.

Namespace:  Accord.Statistics.Distributions.Sampling
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public T[] Generate()
Request Example View Source

Return Value

Type: T
A random observation drawn from this distribution.

Implements

IRandomNumberGeneratorTGenerate
See Also