hmm_fb.m

来自「隐马尔可夫工具箱」· M 代码 · 共 11 行

M
11
字号
function [alpha, beta, logl, dens] = hmm_fb (X, A, pi0, mu, Sigma, QUIET)%hmm_fb    Implements the forward-backward recursions (with scaling).%	Use: [alpha,beta,logl,dens] = hmm_fb(X,A,pi0,mu,Sigma) where%	alpha and beta are the forward and backward variables and logl%	is the log-likelihood). dens contains the values of all%	gaussian densities for each time index (usefull for the%	estimation of the transition probabilities).% H2M Toolbox, Version 2.0% Olivier Capp

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?