No BSD License  

Highlights from
An Introduction to Stochastic Processes

image thumbnail
[z]=e135(x,y)
function [z]=e135(x,y)
%
%  The Laplace transform of  q(x)
%  fo  M/H2/1  queue
%
s=x+y*i; mu1=1.44721360; mu2=.55278640; p1=0.72360680; p2=1-p1;
lm=.8; ES=1;
up=s*(s+mu1+mu2-(p1*mu1)-(p2*mu2)); dm=(s+mu1)*(s+mu2); x=up/dm;
up=(lm*ES)-(lm/s)*x; dm=s-(lm*x); qs=up/dm; z=real(qs);

Contact us at files@mathworks.com