hmmdiscf.m

来自「Mathematical Methods by Moor n Stiling.」· M 代码 · 共 13 行

M
13
字号
function f = hmmdiscf(y,f,s)
%
% Compute the pmf value for a discrete distribution
%
% function f = hmmdiscf(f)
% 
% y = output value
% f = output distribution
% s = state

% Copyright 1999 by Todd K. Moon

f = f{2}(y,s);

⌨️ 快捷键说明

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