Class ResultCTMCMargAggr

  • All Implemented Interfaces:

    
    public class ResultCTMCMargAggr
    extends SolverResult
                        

    Result class for CTMC Marginal Aggregated solver. Contains the marginal probabilities, steady-state distribution, runtime, and filename.

    • Constructor Detail

      • ResultCTMCMargAggr

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

      • getPi

         Matrix getPi()

        Get the steady-state distribution

        Returns:

        Column vector of steady-state probabilities

      • getRuntime

         double getRuntime()

        Get the computation runtime

        Returns:

        Runtime in seconds

      • getFname

         String getFname()

        Get the workspace filename

        Returns:

        Filename where workspace was saved, or empty string if not saved

      • getPnir

         Matrix getPnir()

        Get the marginal probabilities at stations

        Returns:

        Matrix of marginal probabilities (1 x nstations)