Package jline.api.pfqn.nc
Class Pfqn_comomrm_msKt
-
- All Implemented Interfaces:
public final class Pfqn_comomrm_msKt
-
-
Method Summary
Modifier and Type Method Description final static Ret.pfqnComomrmMspfqn_comomrm_ms(Matrix L, Matrix N, Matrix Z, Integer m, Integer S)Compute the normalizing constant of a multiserver repairman model using CoMoM final static Ret.pfqnComomrmMspfqn_comomrm_ms(Matrix L, Matrix N, Matrix Z, Integer S)Compute the normalizing constant of a multiserver repairman model using CoMoM -
-
Method Detail
-
pfqn_comomrm_ms
@JvmOverloads() final static Ret.pfqnComomrmMs pfqn_comomrm_ms(Matrix L, Matrix N, Matrix Z, Integer m, Integer S)
Compute the normalizing constant of a multiserver repairman model using CoMoM
- Parameters:
L-demands at all stations (1 x R, single station only)
N-number of jobs for each class (1 x R)
Z-think time for each class (1 x R)
m-replication factor (default: 1)
S-number of servers at the queueing station
- Returns:
normalizing constant G, log normalizing constant lG, and state probabilities
-
pfqn_comomrm_ms
@JvmOverloads() final static Ret.pfqnComomrmMs pfqn_comomrm_ms(Matrix L, Matrix N, Matrix Z, Integer S)
Compute the normalizing constant of a multiserver repairman model using CoMoM
- Parameters:
L-demands at all stations (1 x R, single station only)
N-number of jobs for each class (1 x R)
Z-think time for each class (1 x R)
S-number of servers at the queueing station
- Returns:
normalizing constant G, log normalizing constant lG, and state probabilities
-
-
-
-