Uses of Class
dev.nm.stat.hmm.ForwardBackwardProcedure
-
Packages that use ForwardBackwardProcedure Package Description dev.nm.stat.hmm.discrete -
-
Uses of ForwardBackwardProcedure in dev.nm.stat.hmm.discrete
Methods in dev.nm.stat.hmm.discrete with parameters of type ForwardBackwardProcedure Modifier and Type Method Description static Matrix[]
BaumWelch. xi(HiddenMarkovModel model, int[] observations, ForwardBackwardProcedure fb)
Gets the ξ matrices, where for 1 ≤ t ≤ T - 1, the t-th entry of ξ is an (N * N) matrix, for which the (i, j)-th entry is ξt(i, j).
-