Package jline.api.mam
Class Map2mmppKt
-
- All Implemented Interfaces:
public final class Map2mmppKt
-
-
Method Summary
-
-
Method Detail
-
map2mmpp
final static Pair<Matrix, Matrix> map2mmpp(Array<Matrix> MAP)
Convert a MAP to MMPP format by extracting generator matrix Q and rate matrix LAMBDA.
- Parameters:
MAP
- Input MAP as Array<Matrix> where MAP0 = D0 and MAP1 = D1- Returns:
Pair<Matrix, Matrix> containing (Q, LAMBDA) where: Q = D0 + D1 (generator matrix) LAMBDA = D1 (rate matrix)
-
-
-
-