Package jline.api.pfqn.nc
Class Pfqn_ncKt
-
- All Implemented Interfaces:
public final class Pfqn_ncKt
-
-
Method Summary
Modifier and Type Method Description final static Ret.pfqnNcXQpfqn_nc(Matrix lambda, Matrix L, Matrix N, Matrix Z, SolverOptions options)Main method to compute the normalizing constant of a load-independent model final static Ret.pfqnNcXQcompute_norm_const(Matrix L, Matrix N, Matrix Z, SolverOptions options)Run a normalizing constant solution method in a load-independent model -
-
Method Detail
-
pfqn_nc
final static Ret.pfqnNcXQ pfqn_nc(Matrix lambda, Matrix L, Matrix N, Matrix Z, SolverOptions options)
Main method to compute the normalizing constant of a load-independent model
- Parameters:
lambda-arrival rate of open classes
L-demands at all stations
N-number of jobs for each class
Z-think time for each class
options-solver options
- Returns:
normalizing constant, its logarithm, and mean performance metrics computed as a by-product
-
compute_norm_const
final static Ret.pfqnNcXQ compute_norm_const(Matrix L, Matrix N, Matrix Z, SolverOptions options)
Run a normalizing constant solution method in a load-independent model
- Parameters:
L-demands at all stations
N-number of jobs for each class
Z-think time for each class
options-solver options
- Returns:
normalizing constant, its logarithm, and mean performance metrics computed as a by-product
-
-
-
-