Class Solver_ba_snc_analyzer.Envelopes

java.lang.Object
jline.solvers.ba.analyzers.Solver_ba_snc_analyzer.Envelopes
Enclosing class:
Solver_ba_snc_analyzer

public static final class Solver_ba_snc_analyzer.Envelopes extends Object
The per-pair envelopes the analyzer built, kept so that the quantile accessors can read the tail without a second pass over the network.
  • Field Details

    • arv

      public final Map<Long,SncEnvelope> arv
      Arrival envelope of each (station, class) pair that carries traffic.
    • srv

      public final Map<Long,SncEnvelope> srv
      Service envelope of the same pairs, cross traffic already removed.
    • lam

      public final Map<Long,Double> lam
      Exact arrival rate of each pair.
    • mu

      public final Map<Long,Double> mu
      Service rate of each pair.
    • M

      public int M
      Number of stations of the model.
    • K

      public int K
      Number of classes of the model.
  • Constructor Details

    • Envelopes

      public Envelopes()
  • Method Details

    • key

      public long key(int i, int r)
      Parameters:
      i - station index @param r class index @return the map key