pm_em.m
来自「隐马尔可夫工具箱」· M 代码 · 共 11 行
M
11 行
function [wght, rate, logl,postprob] = pm_em(count, wght, rate, Nit)%pm_em Estimates the parameters of a Poisson mixture using the EM algorithm.% Use: [wght,rate,logl,postprob] = pm_em(count,wght_0,rate_0,Nit)% where wght and rate are the estimated model parameters, logl% contains the log-likehood values for the successive% iterations and postprob the marginal posterior probabilities% at the last iteration.% H2M/cnt Toolbox, Version 2.0% Olivier Capp
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?