Package jline.api.pfqn.nc
Class Pfqn_recalKt
-
- All Implemented Interfaces:
public final class Pfqn_recalKt
-
-
Method Summary
Modifier and Type Method Description final static Ret.pfqnNc
pfqn_recal(Matrix L, Matrix N)
RECAL method to compute the normalizing constant of a load-independent closed queueing network model final static Ret.pfqnNc
pfqn_recal(Matrix L, Matrix N, Matrix Z)
RECAL method to compute the normalizing constant of a load-independent closed queueing network model final static Ret.pfqnNc
pfqn_recal(Matrix L, Matrix N, Matrix Z, Matrix m0)
RECAL method to compute the normalizing constant of a load-independent closed queueing network model -
-
Method Detail
-
pfqn_recal
final static Ret.pfqnNc pfqn_recal(Matrix L, Matrix N)
RECAL method to compute the normalizing constant of a load-independent closed queueing network model
- Parameters:
L
-demands at all stations
N
-number of jobs for each class
- Returns:
normalizing constant (G), its logarithm (lG))
-
pfqn_recal
final static Ret.pfqnNc pfqn_recal(Matrix L, Matrix N, Matrix Z)
RECAL method to compute the normalizing constant of a load-independent closed queueing network model
- Parameters:
L
-demands at all stations
N
-number of jobs for each class
Z
-think time for each class
- Returns:
normalizing constant (G), its logarithm (lG))
-
pfqn_recal
final static Ret.pfqnNc pfqn_recal(Matrix L, Matrix N, Matrix Z, Matrix m0)
RECAL method to compute the normalizing constant of a load-independent closed queueing network model
- Parameters:
L
-demands at all stations
N
-number of jobs for each class
Z
-think time for each class
m0
-vector with multiplicities of each station
- Returns:
normalizing constant (G), its logarithm (lG))
-
-
-
-