Click or drag to resize
Accord.NET (logo)

BaumWelchLearningTDistributionComputeKsi Method

Computes the ksi matrix of probabilities for a given observation referenced by its index in the input training data.

Namespace:  Accord.Statistics.Models.Markov.Learning
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
protected override void ComputeKsi(
	int index,
	double[,] lnFwd,
	double[,] lnBwd
)
Request Example View Source

Parameters

index
Type: SystemInt32
The index of the observation in the input training data.
lnFwd
Type: SystemDouble
The matrix of forward probabilities for the observation.
lnBwd
Type: SystemDouble
The matrix of backward probabilities for the observation.
See Also