Package jline.lib.smc
Class GIM1_RKt
-
- All Implemented Interfaces:
public final class GIM1_RKt
-
-
Method Summary
Modifier and Type Method Description final static Matrixgim1_R(Matrix A, GIM1ROptions options)Computes the R matrix for a GI/M/1-type Markov chain. -
-
Method Detail
-
gim1_R
final static Matrix gim1_R(Matrix A, GIM1ROptions options)
Computes the R matrix for a GI/M/1-type Markov chain.
R is the minimal nonnegative solution to: R = A0 + RA1 + R^2A2 + ... + R^max*A_max
- Parameters:
A- Block matrix A0 A1 A2 ...options- Solver options- Returns:
R matrix
-
-
-
-