Package jline.api.mam
Class Aph_convseqKt
-
- All Implemented Interfaces:
public final class Aph_convseqKt
-
-
Method Summary
-
-
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
-
-
-
-