Chapter 3: poisson stem plots
Chapter 3: poisson stem plots
symb=['ods'];
lambda=[2 6 14];
MS=[11 11.5 11.5];
figure; hold on
for L=1:length(lambda),
plot(0:30,ppdf([0:30],lambda(L)),'k--')
stem(0:30,ppdf([0:30],lambda(L)),['k' symb(L)],'MarkerFaceColor','k','MarkerSize',MS(L)), end