Package jline.api.mam

Class LdqbdResult

  • All Implemented Interfaces:

    
    public final class LdqbdResult
    
                        

    Result of LDQBD solver containing rate matrices and stationary distribution.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final List<Matrix> R
      private final Matrix pi
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final List<Matrix> getR() Cell array of rate matrices R^(1), R^(2), ...
      final Matrix getPi() Stationary distribution vector pi_0, pi_1, ...
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getR

         final List<Matrix> getR()

        Cell array of rate matrices R^(1), R^(2), ..., R^(N)

      • getPi

         final Matrix getPi()

        Stationary distribution vector pi_0, pi_1, ..., pi_N