Package jline.lib.smc
Class MG1_ETAQA
java.lang.Object
jline.lib.smc.MG1_ETAQA
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classResult of ETAQA computation containing aggregated probabilities. -
Method Summary
Modifier and TypeMethodDescriptionstatic MatrixComputes the G matrix for M/G/1-type Markov chains.static Matrixmg1_pi_etaqa(Matrix B, Matrix A) static Matrixmg1_pi_etaqa(Matrix B, Matrix A, Matrix G) static Matrixmg1_pi_etaqa(Matrix B, Matrix A, Matrix G, Matrix C0) Computes the aggregated stationary probability vector for an M/G/1-type Markov chain using the ETAQA method.static doublemg1_qlen_etaqa(Matrix B, Matrix A, Matrix pi, int n) Computes the n-th moment of queue length using ETAQA.
-
Method Details
-
mg1_pi_etaqa
Computes the aggregated stationary probability vector for an M/G/1-type Markov chain using the ETAQA method. -
mg1_pi_etaqa
-
mg1_pi_etaqa
-
mg1_g_etaqa
Computes the G matrix for M/G/1-type Markov chains. -
mg1_qlen_etaqa
Computes the n-th moment of queue length using ETAQA.
-