Class Pfqn_comomrm_ms

java.lang.Object
jline.api.pfqn.nc.Pfqn_comomrm_ms

public final class Pfqn_comomrm_ms extends Object
  • Method Details

    • pfqn_comomrm_ms

      public static Ret.pfqnComomrmMs pfqn_comomrm_ms(Matrix L, Matrix N, Matrix Z, int m)
      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

      public static Ret.pfqnComomrmMs pfqn_comomrm_ms(Matrix L, Matrix N, Matrix Z, int m, int S)
      Compute the normalizing constant of a multiserver repairman model using CoMoM.