poisson_rnd.m
来自「基于RBMCDA (Rao-Blackwellized Monte Carlo 」· M 代码 · 共 22 行
M
22 行
%POISSON_RND Draws random samples from a Poisson distribution.%% Syntax:% X = poisson_rnd(lambda,N)%% In:% lambda - Rate parameter of the distribution% N - Number of samples (default 1)%% Out:% X - 1xN vector of samples% % Description:% Draw values of from a Poisson distribution.%% See also:% GAMMA_RND, GAMMA_PDF% History:% 13.02.2008 The first official version.%% Copyright (C) 2003 Simo S鋜kk
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?