Package jline.api.mam

Class Dmap_pieKt

  • All Implemented Interfaces:

    
    public final class Dmap_pieKt
    
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final static Matrix dmap_pie(Matrix D0, Matrix D1) Computes the stationary vector at arrival epochs of a discrete-time MAP.
      final static Matrix dmap_pie(MatrixCell DMAP)
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • dmap_pie

         final static Matrix dmap_pie(Matrix D0, Matrix D1)

        Computes the stationary vector at arrival epochs of a discrete-time MAP.

        The embedded chain is P = (I - D0)^{-1} * D1, and the stationary vector pi satisfies pi * P = pi, pi * e = 1.