Package jline.api.mam

Class Qbd_R_logredKt

    • 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 qbd_R_logred(Matrix B, Matrix L, Matrix F, Integer iterMax) Compute R matrix using logarithmic reduction method for QBD processes
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • qbd_R_logred

         final static Matrix qbd_R_logred(Matrix B, Matrix L, Matrix F, Integer iterMax)

        Compute R matrix using logarithmic reduction method for QBD processes

        Parameters:
        B - Backward matrix
        L - Local matrix
        F - Forward matrix
        iterMax - Maximum number of iterations (default: 100000)
        Returns:

        R matrix