No BSD License  

Highlights from
An Introduction to Stochastic Processes

image thumbnail
[lm]=e236(t)
function [lm]=e236(t)
%
%  Generate the arrival rate for Example 2.3.6
%
a1=8.924; b1=-1.584; b2=7.897; b3=-10.434; b4=4.293; 
d1=1.51; d2=3.02; d3=4.53; d4=6.04; 
lm=a1+b1*cos(pi*t/d1)+b2*sin(pi*t/d2)+b3*cos(pi*t/d3)+b4*cos(pi*t/d4);

Contact us at files@mathworks.com