Click or drag to resize
Accord.NET (logo)

HiddenMarkovModelTDistributionGenerate Method (Int32)

Generates a random vector of observations from the model.

Namespace:  Accord.Statistics.Models.Markov
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public Array Generate(
	int samples
)
Request Example View Source

Parameters

samples
Type: SystemInt32
The number of samples to generate.

Return Value

Type: Array
A random vector of observations drawn from the model.
See Also