Package jline.api.mam

Class Aph_rand

java.lang.Object
jline.api.mam.Aph_rand

public final class Aph_rand extends Object
  • Method Details

    • aph_rand

      public static MatrixCell aph_rand(int K)
      Generates a random Acyclic Phase-type (APH) distribution with K phases.
      Parameters:
      K - the number of phases
      Returns:
      a MatrixCell representing the random APH distribution
    • aph_rand

      public static MatrixCell aph_rand()
      Generates a random Acyclic Phase-type (APH) distribution with 2 phases.