Class JSLBatchingDemos


  • public class JSLBatchingDemos
    extends java.lang.Object
    Illustrates performing a batch means analysis
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void batchingASingleResponse()
      Shows how to batch a single response by creating a single batching element.
      static void main​(java.lang.String[] args)  
      static void runBatchingExample()
      Creates a single StatisticalBatchingElement for the simulation.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • JSLBatchingDemos

        public JSLBatchingDemos()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
        Parameters:
        args - the command line arguments
      • runBatchingExample

        public static void runBatchingExample()
        Creates a single StatisticalBatchingElement for the simulation. This causes all responses within the simulation to be batched. This uses the default settings for the batching. A StatisticalReporter is created after the simulation to report the batch results. Using the name of a response variable, specific batch results/data can be accessed.
      • batchingASingleResponse

        public static void batchingASingleResponse()
        Shows how to batch a single response by creating a single batching element.