pm_gen.m
来自「隐马尔可夫工具箱」· M 代码 · 共 10 行
M
10 行
function [count, label] = pm_gen(wght, rate, T)%pm_gen Simulates data from a Poisson mixture.% Use: [count,label] = pm_gen(wght,rate,T) where count is an% array of length T which contains the simulated data and% label contains the corresponding simulated mixture indicators.% Requires Matlab's Statistics toolbox or GNU Octave.% H2M/cnt Toolbox, Version 2.0% Olivier Capp
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?