Package jline.lib.smc

Class GIM1_RKt

  • All Implemented Interfaces:

    
    public final class GIM1_RKt
    
                        
    • 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 gim1_R(Matrix A, GIM1ROptions options) Computes the R matrix for a GI/M/1-type Markov chain.
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • gim1_R

         final static Matrix gim1_R(Matrix A, GIM1ROptions options)

        Computes the R matrix for a GI/M/1-type Markov chain.

        R is the minimal nonnegative solution to: R = A0 + RA1 + R^2A2 + ... + R^max*A_max

        Parameters:
        A - Block matrix A0 A1 A2 ...
        options - Solver options
        Returns:

        R matrix