|
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
)
Public Function Evaluate (
observations As Array,
path As Integer()
) As Double
Request Example
View SourceParameters
- 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