Click or drag to resize
Accord.NET (logo)

HiddenMarkovModelTDistributionEvaluate Method (Array, Int32)

Calculates the log-likelihood that this model has generated the given observation sequence along the given state path.

Namespace:  Accord.Statistics.Models.Markov
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public double Evaluate(
	Array observations,
	int[] path
)
Request Example View Source

Parameters

observations
Type: SystemArray
A sequence of observations.
path
Type: SystemInt32
A sequence of states.

Return Value

Type: Double
The log-likelihood that the given sequence of observations has been generated by this model along the given sequence of states.
See Also