Package jline.api.mam

Class Aph_randKt

  • All Implemented Interfaces:

    
    public final class Aph_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 aph_rand(Integer K) Generates a random Acyclic Phase-type (APH) distribution with K phases.
      final static MatrixCell aph_rand() Generates a random Acyclic Phase-type (APH) distribution with 2 phases.
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • aph_rand

         final static MatrixCell aph_rand(Integer K)

        Generates a random Acyclic Phase-type (APH) distribution with K phases.

        An APH distribution is a special case of a phase-type distribution where the underlying Markov chain has an acyclic structure (no cycles). This function generates a random APH by creating matrices with the appropriate structure.

        Parameters:
        K - the number of phases
        Returns:

        a MatrixCell representing the random APH distribution

      • aph_rand

         final static MatrixCell aph_rand()

        Generates a random Acyclic Phase-type (APH) distribution with 2 phases.

        Returns:

        a MatrixCell representing the random APH distribution