Package jline.api.sn

Class SnHasBurstyArrival

java.lang.Object
jline.api.sn.SnHasBurstyArrival

public final class SnHasBurstyArrival extends Object
Detects whether a network has a bursty (non-renewal) external arrival process.

Returns true if any Source station has an arrival process with autocorrelated inter-arrival times (a non-renewal Markovian arrival process such as an MMPP/MAP), as opposed to a renewal process (Poisson, or any i.i.d. renewal process such as Erlang/HyperExp/Coxian/APH). Detection is exact: a MAP with matrices (D0,D1) is renewal iff D1 equals its rank-one renewal form t0*pie, where t0 = -D0*e and pie is the embedded stationary vector; any departure signals correlation between inter-arrival times.

Since:
LINE 3.0
  • Method Details

    • snHasBurstyArrival

      public static boolean snHasBurstyArrival(NetworkStruct sn)
      Parameters:
      sn - the NetworkStruct object for the queueing network model
      Returns:
      true if some external arrival process is non-renewal (bursty)