Class BusyPeriodExample

java.lang.Object
jline.examples.java.advanced.BusyPeriodExample

public class BusyPeriodExample extends Object
Busy period of a subnetwork, exactly and by simulation. The busy period of order n for a set of stations is the time from the instant a job entering the set finds n-1 jobs in it up to the next instant when fewer than n remain. For large n it is a heavy-traffic period of the subnetwork, so the whole family describes how long congestion of a given depth persists. Pfqn_busyp evaluates the mean value analysis of H. Daduna, "Busy Periods for Subnetworks in Stochastic Networks: Mean Value Analysis", J. ACM 35(3), 1988, from the normalizing constants of the subnetwork and of its complement. SolverLDES.getAvgBusyPeriod(int[], int, int) measures the same quantity along the simulated sample path, for a set of stations and optionally for a single class.
  • Constructor Details

    • BusyPeriodExample

      public BusyPeriodExample()
  • Method Details

    • main

      public static void main(String[] args)