Class Mam_svc_mixture.Result

java.lang.Object
jline.solvers.mam.handlers.Mam_svc_mixture.Result
Enclosing class:
Mam_svc_mixture

public static final class Mam_svc_mixture.Result extends Object
The mixture, kept as its two blocks plus the aggregated arrival process.
  • Field Details

    • alpha

      public final Matrix alpha
      1 x n, the arrival-weighted initial probability row.
    • T

      public final Matrix T
      n x n, the block-diagonal subgenerator.
    • Dsum

      public final Matrix Dsum
      sum_k D_arr(k+1), the aggregate arrival matrix.
    • lambdaClass

      public final double[] lambdaClass
      Per-class arrival rates lambda_k.
  • Method Details

    • toServiceLaw

      public QsysServiceLaw toServiceLaw()
      The mixture as a service law descriptor.