简单嗯从欧洲职业足球联盟 uni 实验室我要分享

simple hmm lab from epfl uni

matlab

关注次数: 169

下载次数: 1

文件大小: 145.88 kB

代码分类: 仿真计算

开发平台: matlab

下载需要积分: 2积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明:

genhmm 返回 2 维X (每行一个观察) 序列和一个状态序列 STATESEQ 来自马尔科夫模型与 N 国意味着手段和方差 VAR (作为首先存储在与空矩阵 N 元素列表 和最后元素,象征着该条目并退出国家) 和的过渡矩阵转换。 GENHMM(HMM) 或者,可以使用,嗯哪一个对象的窗体: HMM.means = 手段 ; HMM.vars = VAR ; HMM.trans = 转换


English Description:

genhmm returns a 2-dimensional  sequence X (one observation per row) and a state sequence STATESEQ drawn from a Markov model with N states having means MEANS and variances VARS (stored in N elements lists with empty matrices as first and last elements to symbolize the entry and exit states) and   transition matrix TRANSITIONS.  Alternately, GENHMM(HMM) can be used, where HMM is an object of the  form:      HMM.means = MEANS;      HMM.vars = VARS; Click the file on the left to start the preview,please !The preview only provides 20% of the code snippets, the complete code needs to be downloaded Loading Report


代码预览

epflhmm\compseq.m

epflhmm\data.mat

epflhmm\gendata.m

epflhmm\genhmm.m

epflhmm\lab2demo.m

epflhmm\labman2.pdf

epflhmm\logfwd.m

epflhmm\logvit.m

epflhmm\plotgaus.m

epflhmm\plotseq.m

epflhmm\plotseq2.m

epflhmm