Package jline.api.mam

Class Mmpp_randKt

  • All Implemented Interfaces:

    
    public final class Mmpp_randKt
    
                        
    • 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 MatrixCell mmpp_rand(Integer K) Generates a random Markov Modulated Poisson Process (MMPP) with K states.
      final static MatrixCell mmpp_rand() Generates a random Markov Modulated Poisson Process (MMPP) with 2 states.
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • mmpp_rand

         final static MatrixCell mmpp_rand(Integer K)

        Generates a random Markov Modulated Poisson Process (MMPP) with K states.

        This function creates a random MMPP by generating random D0 and D1 matrices, where D1 is constrained to be diagonal (characteristic of MMPPs).

        Parameters:
        K - the number of states
        Returns:

        a MatrixCell representing the random MMPP transition matrices

      • mmpp_rand

         final static MatrixCell mmpp_rand()

        Generates a random Markov Modulated Poisson Process (MMPP) with 2 states.

        Returns:

        a MatrixCell representing the random MMPP transition matrices