Package jline.api.mam
Class Mmap_embeddedKt
-
- All Implemented Interfaces:
public final class Mmap_embeddedKt
-
-
Method Summary
Modifier and Type Method Description final static Matrixmmap_embedded(MatrixCell mmap)Computes the embedded chain of an MMAP. -
-
Method Detail
-
mmap_embedded
final static Matrix mmap_embedded(MatrixCell mmap)
Computes the embedded chain of an MMAP. The embedded chain represents the transition probabilities between states when arrivals occur.
- Parameters:
mmap- The MMAP process- Returns:
Embedded chain transition matrix
-
-
-
-