Package jline.lib.smc
Class MG1_FIKt
-
- All Implemented Interfaces:
public final class MG1_FIKt
-
-
Method Summary
Modifier and Type Method Description final static Matrixmg1_fi(Matrix A, MG1FIOptions options)Functional Iterations for M/G/1-Type Markov Chains. -
-
Method Detail
-
mg1_fi
final static Matrix mg1_fi(Matrix A, MG1FIOptions options)
Functional Iterations for M/G/1-Type Markov Chains.
Computes the minimal nonnegative solution to the matrix equation G = A0 + A1G + A2G^2 + ... + A_max*G^max
- Parameters:
A- Block matrix A0 A1 A2 ...options- Solver options- Returns:
G matrix (minimal nonnegative solution)
-
-
-
-