Class QsysMapG1kResult

java.lang.Object
jline.api.qsys.QsysMapG1kResult
All Implemented Interfaces:
Serializable

public final class QsysMapG1kResult extends Object implements Serializable
Return value of Qsys_mapg1k, mirroring the MATLAB result struct of qsys_mapg1k.m field for field.
See Also:
  • Field Details

    • p0

      public double p0
      P(buffer empty).
    • pK

      public double pK
      P(buffer full).
    • throughput

      public double throughput
      Aggregate departure rate [pkts/s].
    • lossProbability

      public double lossProbability
      1 - throughput/lambda.
    • lambda

      public double lambda
      Aggregate MAP arrival rate.
    • meanServiceTime

      public double meanServiceTime
      E[service time].
    • utilization

      public double utilization
      1 - p0.
    • rho

      public double rho
      Offered load lambda*S.
    • meanQueueLength

      public double meanQueueLength
      E[number in system].
    • nmax

      public int nmax
      Uniformization order used.
    • countingResidual

      public double countingResidual
      |1 - sum_n c_n| at the truncation.
    • sigma

      public Matrix sigma
      Stationary law of the embedded chain, 1 x K*M.
    • pKvec

      public Matrix pKvec
      1 x M, P(level = K, phase j), summing to pK.
    • p0vec

      public Matrix p0vec
      1 x M, P(level = 0, phase j), summing to p0.
    • plevel

      public Matrix plevel
      1 x (K+1), P(level = l), l = 0..K.
    • analyzer

      public String analyzer
      Name of the analyzer that produced this result.
  • Constructor Details

    • QsysMapG1kResult

      public QsysMapG1kResult()