Package jline.api.mam

Class Mmpp_rand

java.lang.Object
jline.api.mam.Mmpp_rand

public final class Mmpp_rand extends Object
  • Method Details

    • mmpp_rand

      public static MatrixCell mmpp_rand(int K)
      Generates a random Markov Modulated Poisson Process (MMPP) with K states.
      Parameters:
      K - the number of states
      Returns:
      a MatrixCell representing the random MMPP transition matrices
    • mmpp_rand

      public static MatrixCell mmpp_rand()
      Generates a random Markov Modulated Poisson Process (MMPP) with 2 states.
      Returns:
      a MatrixCell representing the random MMPP transition matrices