Package jline.api.pfqn.nc
Class Pfqn_mmint2_gausslaguerreKt
-
- All Implemented Interfaces:
public final class Pfqn_mmint2_gausslaguerreKt
-
-
Method Summary
Modifier and Type Method Description final static Ret.pfqnNcpfqn_mmint2_gausslaguerre(Matrix L, Matrix N, Matrix Z, Integer m)Compute the normalizing constant of a repairmen model using Gauss-Laguerre integration final static Ret.pfqnNcpfqn_mmint2_gausslaguerre(Matrix L, Matrix N, Matrix Z)Compute the normalizing constant of a repairmen model using Gauss-Laguerre integration -
-
Method Detail
-
pfqn_mmint2_gausslaguerre
@JvmOverloads() final static Ret.pfqnNc pfqn_mmint2_gausslaguerre(Matrix L, Matrix N, Matrix Z, Integer m)
Compute the normalizing constant of a repairmen model using Gauss-Laguerre integration
- Parameters:
L-demands at all stations (1 x R)
N-number of jobs for each class (1 x R)
Z-think times (1 x R)
m-replication factor (default: 1)
- Returns:
normalizing constant and its logarithm
-
pfqn_mmint2_gausslaguerre
@JvmOverloads() final static Ret.pfqnNc pfqn_mmint2_gausslaguerre(Matrix L, Matrix N, Matrix Z)
Compute the normalizing constant of a repairmen model using Gauss-Laguerre integration
- Parameters:
L-demands at all stations (1 x R)
N-number of jobs for each class (1 x R)
Z-think times (1 x R)
- Returns:
normalizing constant and its logarithm
-
-
-
-