Package jline.api.mam

Class LdqbdResult

java.lang.Object
jline.api.mam.LdqbdResult

public final class LdqbdResult extends Object
Result of LDQBD solver containing rate matrices and stationary distribution.
  • Constructor Details

  • Method Details

    • getR

      public List<Matrix> getR()
    • getPi

      public Matrix getPi()
    • getPiCells

      public List<Matrix> getPiCells()
      Per-level stationary vectors, still resolved by phase. getPi() is their row sums. A caller that needs a phase-conditional quantity -- the mean of something that depends on the phase and not only on the level -- cannot recover it from the aggregated vector and must read these.
      Returns:
      one row vector per level, or null when the solver took the scalar fast path and there are no phases to resolve
    • component1

      public List<Matrix> component1()
    • component2

      public Matrix component2()