Introduction - If you have any usage issues, please Google them yourself
Description:
Matlab examples for a seminar in stochastic simulation:
http://www.math.uu.se/~ikaj/courses/matlab/
###############
Installation:
After decompressing, run stsimpath.m in the main directory.
Alternatively, you may add to your startup.m:
addpath( path_to_stsim\bbm , ...
path_to_stsim\counting , ...
path_to_stsim\ranvar , ...
path_to_stsim\rtree, ...
path_to_stsim\service , ...
path_to_stsim\stproc , ...
path_to_stsim\teletraffic , ...
path_to_stsim\waxman )
Any suggestions or comments are welcome.