Package jline.api.pfqn.ld
Class Pfqn_procomom2Kt
-
- All Implemented Interfaces:
public final class Pfqn_procomom2Kt
-
-
Method Summary
Modifier and Type Method Description final static Ret.pfqnProcomom2pfqn_procomom2(Matrix L, Matrix N, Matrix Z, Matrix mu, Integer m)Compute marginal state probabilities for the queue in a model consisting of a queueing station and a delay station only. final static Ret.pfqnProcomom2pfqn_procomom2(Matrix L, Matrix N, Matrix Z, Matrix mu)Overloaded version with default values final static Ret.pfqnProcomom2pfqn_procomom2(Matrix L, Matrix N, Matrix Z)Overloaded version with default values -
-
Method Detail
-
pfqn_procomom2
final static Ret.pfqnProcomom2 pfqn_procomom2(Matrix L, Matrix N, Matrix Z, Matrix mu, Integer m)
Compute marginal state probabilities for the queue in a model consisting of a queueing station and a delay station only.
- Parameters:
L-demands at all stations
N-number of jobs for each class
Z-think times for each class
mu-load-dependent scalings (optional)
m-number of servers (optional, default 1)
- Returns:
marginal state probabilities and related matrices
-
pfqn_procomom2
final static Ret.pfqnProcomom2 pfqn_procomom2(Matrix L, Matrix N, Matrix Z, Matrix mu)
Overloaded version with default values
-
pfqn_procomom2
final static Ret.pfqnProcomom2 pfqn_procomom2(Matrix L, Matrix N, Matrix Z)
Overloaded version with default values
-
-
-
-