Package jline.api.pfqn.ld
Class Pfqn_ncldKt
-
- All Implemented Interfaces:
public final class Pfqn_ncldKt
-
-
Method Summary
Modifier and Type Method Description final static Ret.pfqnNcpfqn_ncld(Matrix L, Matrix N, Matrix Z, Matrix mu, SolverOptions options)Main method to compute the normalizing constant of a load-dependent model final static Ret.pfqnNccompute_norm_const_ld(Matrix L, Matrix N, Matrix Z, Matrix mu, SolverOptions options)Run a normalizing constant solution method in a load-dependent model -
-
Method Detail
-
pfqn_ncld
final static Ret.pfqnNc pfqn_ncld(Matrix L, Matrix N, Matrix Z, Matrix mu, SolverOptions options)
Main method to compute the normalizing constant of a load-dependent model
- Parameters:
L-demands at all stations
N-number of jobs for each class
Z-think time for each class
mu-load-dependent scalings
options-solver options
- Returns:
normalizing constant and its logarithm
-
compute_norm_const_ld
final static Ret.pfqnNc compute_norm_const_ld(Matrix L, Matrix N, Matrix Z, Matrix mu, SolverOptions options)
Run a normalizing constant solution method in a load-dependent model
- Parameters:
L-demands at all stations
N-number of jobs for each class
Z-think time for each class
mu-load-depedent scalings
options-solver options
- Returns:
normalizing constant and its logarithm
-
-
-
-