Package jline.lib.smc
Class GIM1_R
java.lang.Object
jline.lib.smc.GIM1_R
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classOptions for GIM1_R solver -
Method Summary
-
Method Details
-
gim1_R
-
gim1_R
Computes the R matrix for a GI/M/1-type Markov chain. -
gim1_R_dual
R of a GI/M/1-type chain through the G of its DUAL. Port of GIM1_R.m for Dual 'A', 'R', 'B' and Algor 'FI', 'CR'. There is no cyclic reduction for R directly, so the chain is transposed into an M/G/1-type one whose G carries the same information: the Ramaswami dual for a transient chain, the Bright dual (which also rescales block i by eta^(i-1), eta the caudal characteristic) for a positive recurrent one. 'A' picks between them by the drift, and R comes back by the inverse similarity, times eta in the Bright case. This is what GIM1_R_ETAQA asks for. The `gim1_R` above iterates on R itself, which is a DIFFERENT algorithm, and is kept for its own callers.
-