Package jline.api.pfqn.nc
Class Pfqn_comomrm_ms
java.lang.Object
jline.api.pfqn.nc.Pfqn_comomrm_ms
-
Method Summary
Modifier and TypeMethodDescriptionstatic Ret.pfqnComomrmMspfqn_comomrm_ms(Matrix L, Matrix N, Matrix Z, int m) Four-argument form.static Ret.pfqnComomrmMspfqn_comomrm_ms(Matrix L, Matrix N, Matrix Z, int m, int S) Compute the normalizing constant of a multiserver repairman model using CoMoM.
-
Method Details
-
pfqn_comomrm_ms
Four-argument form. The fourth positional argument is the replication factor m, matching MATLAB pfqn_comomrm_ms(L,N,Z,m); it read as S here, so the same call transcribed from MATLAB silently solved a different model. S defaults to 1, as in MATLAB. -
pfqn_comomrm_ms
Compute the normalizing constant of a multiserver repairman model using CoMoM.
-