home *** CD-ROM | disk | FTP | other *** search
/ Explore the World of Soft…e: Engineering & Science / Explore_the_World_of_Software_Engineering_and_Science_HRS_Software_1998.iso / programs / statistc / onque10.exe / READ.ME < prev   
Text File  |  1993-09-22  |  10KB  |  260 lines

  1.  ______________________________________________________________________________
  2.  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  3.  
  4.                                     On Queue
  5.  
  6.             The Queueing Analysis, Simulation and Animation Program
  7.  
  8.                                 By Victor Elias
  9.  
  10.  ______________________________________________________________________________
  11.  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  12.  
  13.  
  14.  
  15.  .................................Introduction.................................
  16.  On Queue - The Queueing Analysis, Simulation and Animation Program - is
  17.  designed to make learning fun. Introductory queuing analysis is taught through
  18.  animation. Simulation is observed as "happy customers" arrive for service and
  19.  depart. Unlike any other program for queueing analysis, On Queue uses user
  20.  supplied random variables, simulates and animates the activity, and provides a
  21.  full post simulation report, and optimization analysis. On Queue also has
  22.  "word problem" solving capability in its integrated queueing equation solver.
  23.  ..............................................................................
  24.  
  25.  ............................. System Requirements.............................
  26.  IBM or compatible computer
  27.  256k of ram
  28.  CGA or better monitor (others not tested) set to standard 80wide x 25high.
  29.  Device driver - Ansi.sys
  30.  (Install Ansi.sys by including a line, such as, device=c:\dos\ansi.sys
  31.  in the config.sys file. See your DOS manual for more instructions.)
  32.  ..............................................................................
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  .................Queueing Analysis, Simulation and Animation..................
  50.  FEATURES COMMON TO ALL MODELS_________________________________________________
  51.  
  52.  User definable Arrival Rate (random or non-random)
  53.  User definable Service Rate for each server (random or non-random)
  54.  User definable Population sample size
  55.  Animation of each customer arrival, service, departure and delay in queue
  56.  Variable animation speed for process analysis
  57.  Print out of time of each customer arrival, service, departure and delay in
  58.     queue
  59.  Post Simulation Report summarizing the actual patterns of behavior observed
  60.     in each model
  61.  Arrival distribution graph(s) and Chi-Square Goodness of Fit Test(s) for
  62.  Poisson Distribution
  63.  Service Distribution graph(s) and Chi-Square Goodness of Fit Test(s) for
  64.  Exponential Distribution
  65.  Automatic class range determination and resizing & text mode graphics
  66.  Comprehensive sample of each model - ready to run
  67.  Context sensitive help
  68.  ______________________________________________________________________________
  69.  
  70.  
  71.  
  72.  
  73.  FEATURES______________________________________________________________________
  74.  
  75.  Single Server Single Stage - M/M/1
  76.     Post Simulation Report
  77.        Arrival rate
  78.        Service rate
  79.        Server utilization rate
  80.        Longest service time
  81.        Shortest service time
  82.        Maximum size of queue
  83.        Interarrival time sample variance
  84.        Interarrival time sample standard deviation
  85.        Optimal service rate
  86.     Projected Steady State Server Statistics :
  87.        Arrival Rate . . . . . . . . . LAMBDA
  88.        Service Rate . . . . . . . . . MU
  89.        Server Utilization . . . . . . RHO
  90.        Length in system . . . . . . . . . Ls
  91.        Length in queue. . . . . . . . . . Lq
  92.        Length in busy queue . . . . . . . Lb
  93.        Wait in system . . . . . . . . . . . . Ws
  94.        Wait in queue. . . . . . . . . . . . . Wq
  95.        Wait in busy queue . . . . . . . . . . Wb
  96.        Variance of length in system . . . . . . . Vls
  97.        Standard Deviation, of length in system. . sqrt(Vls)
  98.        Variance of wait in system . . . . . . . . . . Vws
  99.        Standard Deviation of wait in system . . . . . sqrt(Vws)
  100.        Probability of no arrivals to system . . . . . . . Po
  101.        Probability of busy system . . . . . . . . . . . . Pb
  102.  
  103.  Multiple Servers in Series
  104.     Independent queues for each server
  105.     Post Simulation Report
  106.        Arrival rate for each server
  107.        Service rate for each server
  108.        Server utilization rate for each server
  109.        Longest service time for each server
  110.        Shortest service time for each server
  111.        Average service rate
  112.        Average server utilization
  113.        Maximum size of queue for each server
  114.        Backlog server identification for process analysis & optimization
  115.        Interarrival time sample standard deviation
  116.        Interarrival time sample variance
  117.  
  118.  
  119.  
  120.  
  121.  Multiple Servers in Parallel - M/M/c
  122.     Shared queue for both servers
  123.     Post Simulation Report
  124.        Arrival rate
  125.        Service rate - for each server
  126.        Combined service rate and average service rate
  127.        Server utilization rate - for each server
  128.        Average server utilization rate
  129.        Longest service time for each server
  130.        Shortest service time for each server
  131.        Longest wait in the queue
  132.        Maximum size of queue
  133.        Number of customers sent through the queue
  134.        Arrival rate sample variance
  135.        Arrival rate sample standard deviation
  136.        Optimal number of servers
  137.     Projected Steady State Server Statistics :
  138.        Arrival Rate . . . . . . . . . LAMBDA
  139.        Service Rate . . . . . . . . . MU
  140.        Server Utilization . . . . . . RHO
  141.        Length in system . . . . . . . . . Ls
  142.        Length in queue. . . . . . . . . . Lq
  143.        Length in busy queue . . . . . . . Lb
  144.        Wait in system . . . . . . . . . . . . Ws
  145.        Wait in queue. . . . . . . . . . . . . Wq
  146.        Wait in busy queue . . . . . . . . . . Wb
  147.        Variance of length in system . . . . . . . Vls
  148.        Standard Deviation, of length in system. . sqrt(Vls)
  149.        Variance of wait in system . . . . . . . . . . Vws
  150.        Standard Deviation of wait in system . . . . . sqrt(Vws)
  151.        Probability of no arrivals to system . . . . . . . Po
  152.        Probability of busy system . . . . . . . . . . . . Pb
  153.     Economic Service Optimization
  154.        Analysis of total cost of service for up to twenty servers.
  155.  ______________________________________________________________________________
  156.  ..............................................................................
  157.  
  158.  
  159.  
  160.  
  161.  
  162.  
  163.  
  164.  
  165.  
  166.  
  167.  
  168.  
  169.  .............................Solving Other Models.............................
  170.  FEATURES______________________________________________________________________
  171.  
  172.     Solves M/M/1 queuing problems
  173.        Poisson arrivals with exponential service time & a single server
  174.        (steady state)
  175.     Solves M/M/c queuing problems
  176.        Poisson arrivals with exponential service time & multiple servers
  177.        in parallel (steady state)
  178.     Calculates, for as many as seventy-seven servers:
  179.        Arrival rate
  180.        Service rate
  181.        Traffic intensity
  182.        Expected number of customers in the system
  183.        Expected number of customers in the queue
  184.        Expected number of customers in the queue for a busy system
  185.        Expected time in the system
  186.        Expected time in the queue
  187.        Expected time in the queue for a busy system
  188.        Variance of number of customers in the system
  189.        Standard Deviation of number of customers in the system
  190.        Variance of time in the system
  191.        Standard Deviation of time in the system
  192.        Probability of an idle system, Customer loss ratio
  193.        Economic Service Optimization
  194.       Analysis of total cost of service for up to twenty servers.
  195.  ______________________________________________________________________________
  196.  ..............................................................................
  197.  
  198.  
  199.  
  200.  
  201.  
  202.  
  203.  
  204.  
  205.  
  206.  
  207.  
  208.  
  209.  
  210.  
  211.  
  212.  
  213.  
  214.  
  215.  
  216.  
  217.  .................................Registration.................................
  218.  
  219.  On Queue is distributed as "shareware." Please feel free to copy this
  220.  shareware edition for anyone who may be interested in trying it out. This
  221.  "read.me" file must accompany the "OnQ.exe" and "Question.txt" files and
  222.  comprises the set of On Queue software. The author accepts no responsibility
  223.  for the consequenses of your use of this program. Since On Queue was
  224.  designed, primarily, as a teaching tool, students and teachers should
  225.  register this program as soon as it is used. If you use On Queue, even for a
  226.  homework assignment, you are required to pay the registration fee. Thank you
  227.  for helping me to learn queueing analysis, simulation, animation and
  228.  programming by supporting the On Queue program through the shareware concept.
  229.  
  230.  I am planning to complete several enhancements to On Queue. Such as:
  231.     1) Automatic random number generation.
  232.     2) Monte Carlo Simulation.
  233.     3) Extended Distribution analysis.
  234.     4) Extended Economic analysis and optimization.
  235.     5) Extensions of the current models - more stages & more servers.
  236.     6) File operations to save random numbers and reports.
  237.     7) An integrated employee scheduling application.
  238.     8) A guide to Statistical Quality Control, using On Queue, for service
  239.        industries.
  240.  
  241.  The registration fee of $20.00 is appreciated.
  242.  For an additional $5.00 I will send you either an enhanced version of
  243.  On Queue, which is capable of modeling 50 or more customer arrivals, or I
  244.  will send you the most current shareware version of On Queue. I will also
  245.  send you the On Queue User's Guide, with a listing of standard queueing
  246.  formulas and their useage in On Queue, and solutions to questions in the On
  247.  Queue Question Set. Instructors may request a copy of the Test Bank, with
  248.  transparency masters, to accompany On Queue, for $5.00. Current copies of the
  249.  shareware version of On Queue are available for $5.00. Add $0.50 if
  250.  requesting 3.5" disks.
  251.  (California residents please include sales tax.)
  252.  
  253.                   Victor Elias
  254.                   P.O. Box 1154
  255.                   El Granada, CA 94018
  256.  
  257.  If you have any suggestions or comments I'd be glad to hear from you.
  258.  Copyright 1993 Victor Elias, all rights reserved
  259.  ______________________________________________________________________________
  260.  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~