Package jline.api.mam

Class Aph_convseqKt

    • 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 Pair<Matrix, Matrix> aph_convseq(List<Pair<Matrix, Matrix>> aphParams) Performs sequential convolution of multiple APH distributions.
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • aph_convseq

         final static Pair<Matrix, Matrix> aph_convseq(List<Pair<Matrix, Matrix>> aphParams)

        Performs sequential convolution of multiple APH distributions.

        This function takes a list of APH distributions (each represented by their initial probability vector alpha and generator matrix T) and convolves them sequentially using the aph_simplify function with pattern=1 (sequence).

        Parameters:
        aphParams - List of (alpha, T) pairs representing APH distributions to convolve
        Returns:

        A Pair of (alpha, T) representing the convolved APH distribution