Class CTMCResult

java.lang.Object
jline.solvers.SolverResult
jline.solvers.ctmc.CTMCResult

public class CTMCResult extends SolverResult
  • Field Details

    • solver

      public String solver
    • prob

      public CTMCResult.Prob prob
    • space

      public Matrix space
    • infGen

      public Matrix infGen
    • spaceAggr

      public Matrix spaceAggr
    • pi

      public Matrix pi
      Stationary distribution over the state space the analyzer solved on, and the generator and state spaces it is indexed by. On a reducible chain the analyzer restricts to the component supporting pi, so infGenWork/spaceWork/ spaceAggrWork are a subset of the rows of infGen/space/spaceAggr; on an irreducible chain they are the same rows. They are one triple: a consumer adopts all three or none, never a mix, or pi and the generator disagree on what a row index means.
    • spaceWork

      public Matrix spaceWork
    • spaceAggrWork

      public Matrix spaceAggrWork
    • infGenWork

      public Matrix infGenWork
    • nodeSpace

      public Map<StatefulNode,Matrix> nodeSpace
    • eventFilt

      public MatrixCell eventFilt
    • Tran

      public CTMCResult.TRAN Tran
    • solverSpecific

      public Matrix solverSpecific
    • tranProb

      public CTMCResult.TranProbResult tranProb
    • tranProbAggr

      public CTMCResult.TranProbAggrResult tranProbAggr
    • tranProbSys

      public CTMCResult.TranProbSysResult tranProbSys
    • tranProbSysAggr

      public CTMCResult.TranProbSysAggrResult tranProbSysAggr
  • Constructor Details

    • CTMCResult

      public CTMCResult()
  • Method Details

    • reset

      public void reset()
      Description copied from class: SolverResult
      Resets all stored results to null and runtime to zero.
      Overrides:
      reset in class SolverResult