Package examples.running
Class JSLBatchingDemos
- java.lang.Object
-
- examples.running.JSLBatchingDemos
-
public class JSLBatchingDemos extends java.lang.Object
Illustrates performing a batch means analysis
-
-
Constructor Summary
Constructors Constructor Description JSLBatchingDemos()
-
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.
-
-
-
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.
-
-