Package jline.api.mam

Class Mmap_count_lambdaKt

    • 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 mmap_count_lambda(MatrixCell mmap) Computes the arrival rate vector of the counting process for the given Marked MAP (MMAP).
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • mmap_count_lambda

         final static Matrix mmap_count_lambda(MatrixCell mmap)

        Computes the arrival rate vector of the counting process for the given Marked MAP (MMAP).

        This method calculates the arrival rates for each job class in the MMAP. The arrival rate for each class is determined by multiplying the stationary distribution of the underlying Markov chain (computed by map_piq) with the corresponding marking matrix and summing the elements. The result is a vector of arrival rates, one for each job class.

        Parameters:
        mmap - the Marked MAP represented by a MatrixCell
        Returns:

        a matrix (vector) with the arrival rate for each job class