Class ResultCTMCMargAggr

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

public class ResultCTMCMargAggr extends SolverResult
Result class for CTMC Marginal Aggregated solver. Contains the marginal probabilities, steady-state distribution, runtime, and filename.
  • Constructor Details

    • ResultCTMCMargAggr

      public ResultCTMCMargAggr(Matrix Pnir, Matrix pi, double runtime, String fname)
  • Method Details

    • getPnir

      public Matrix getPnir()
      Get the marginal probabilities at stations
      Returns:
      Matrix of marginal probabilities (1 x nstations)
    • getPi

      public Matrix getPi()
      Get the steady-state distribution
      Returns:
      Column vector of steady-state probabilities
    • getRuntime

      public double getRuntime()
      Get the computation runtime
      Returns:
      Runtime in seconds
    • getFname

      public String getFname()
      Get the workspace filename
      Returns:
      Filename where workspace was saved, or empty string if not saved