No BSD License  

Highlights from
An Introduction to Stochastic Processes

image thumbnail
[X]=e645_c
function [X]=e645_c
%
%  The main calling program for Example 6.4.5
%
tx=[0]; qx=[1];
for t=1:1:150
tx=[tx t];
q=invt_laq('e645_b',t); qx=[qx q];
end
ns=length(tx); X=zeros(ns,2); X(:,1)=tx'; X(:,2)=qx';

Contact us at files@mathworks.com