The programs in the directory ift6561/java/examples09/ are mostly the programs that have been used for the numerical illustrations in the examples of the book "Stochastic Simulation". All are in Java with SSJ. -- Pierre L'Ecuyer =================================================== Chapter 1. Introduction. Example 1.4, stochastic activity networks: san13.java san13Dist.java san13chart.tex Example 1.5, reliability for stochastic networks: san13connect.java Example 1.6, Hashing: Collision.java CollisionPoisson.java Example 1.7, Asian option: AsianOption.java AsianGBM.java TestAsianOptionGBM0.java TestAsianOptionGBM0Hist.java asianchart.tex Example 1.28, reliability for stochastic networks: san13connectCMC1.java Digital shift for Fig. 1.13: DigitalShift.java QMC and RQMC examples with Asian option, in section 1.4.3: TestAsianOptionGBM2.java Making the plots for Examples 1.38 and 1.40 (IS): ISChart1.java Example 1.41, small barrier option: Sum2BarrierIS.java Example 1.45, ruin probability: RuinIS.java Section 1.8, single queue: See examples in SSJ user's guide. Section 1.9: call center example: CallCenter.java Example 1.46, san with CRNs: San13DistCRN.java Example 1.47, call center with CRNs: CallCenterCRN.java Exercise 1.4, implementation of the SWB generator: MathematicaSWB.java Some predefined procedures to make experiments with MC and RQMC: MonteCarloModel.java MonteCarloExperiment.java RQMCExperiment.java ==================================================