No BSD License  

Highlights from
An Introduction to Stochastic Processes

image thumbnail
[y]=e129pgf(z)
function [y]=e129pgf(z)
%
%  pgf of Example 1.2.9
%
p=0.6; q=1-p; up=(p^2)*(z^2); down=(1-q*z-p*q*z^2); y=up/down;
y=real(y);

Contact us at files@mathworks.com