Package jline.lib.smc

Class MG1_DecayKt

  • All Implemented Interfaces:

    
    public final class MG1_DecayKt
    
                        
    • 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 MG1DecayResult mg1_decay(Matrix A, Boolean computeEigenvector) Computes the decay rate of a recurrent M/G/1 type Markov chain and the left eigenvector corresponding to the Perron-Frobenius eigenvalue.
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • mg1_decay

         final static MG1DecayResult mg1_decay(Matrix A, Boolean computeEigenvector)

        Computes the decay rate of a recurrent M/G/1 type Markov chain and the left eigenvector corresponding to the Perron-Frobenius eigenvalue.

        Parameters:
        A - Block matrix A0 A1 A2 ...
        computeEigenvector - When true, also compute the left eigenvector uT
        Returns:

        MG1DecayResult containing eta and optionally uT (1 x m row vector)