Package jline.api.pfqn.nc
Class Pfqn_comomrm_origKt
-
- All Implemented Interfaces:
public final class Pfqn_comomrm_origKt
-
-
Method Summary
Modifier and Type Method Description final static Doublepfqn_comomrm_orig(Matrix L, Matrix N, Matrix Z, Double atol)Compute the log normalizing constant of a repairman model using original CoMoM final static Doublepfqn_comomrm_orig(Matrix L, Matrix N, Matrix Z)Compute the log normalizing constant of a repairman model using original CoMoM -
-
Method Detail
-
pfqn_comomrm_orig
@JvmOverloads() final static Double pfqn_comomrm_orig(Matrix L, Matrix N, Matrix Z, Double atol)
Compute the log normalizing constant of a repairman model using original 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)
atol-absolute numerical tolerance
- Returns:
logarithm of the normalizing constant
-
pfqn_comomrm_orig
@JvmOverloads() final static Double pfqn_comomrm_orig(Matrix L, Matrix N, Matrix Z)
Compute the log normalizing constant of a repairman model using original 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)
- Returns:
logarithm of the normalizing constant
-
-
-
-