Class Qsys_phm1

java.lang.Object
jline.api.qsys.Qsys_phm1

public final class Qsys_phm1 extends Object
  • Method Details

    • qsys_phm1

      public static PhM1Result qsys_phm1(double[] alpha, double[][] T, double mu, double tol, int maxIter)
    • qsys_phm1

      public static PhM1Result qsys_phm1(double[] alpha, double[][] T, double mu, double tol)
    • qsys_phm1

      public static PhM1Result qsys_phm1(double[] alpha, double[][] T, double mu)
    • extractPhPairForPhm1

      public static Pair<double[],double[][]> extractPhPairForPhm1(NetworkStruct sn, int stationIdx, int classIdx)
      Extract a (alpha, T) PH representation for the qsys_phm1 sigma-root from the sn.proc map at a given station/class. Recognizes the (D0, D1) MAP storage form used by LINE's NetworkStruct and computes alpha via map_pie. Returns null if the station does not have a usable PH representation.
    • extractPhPairForPhm1

      public static Pair<double[],double[][]> extractPhPairForPhm1(NetworkStruct sn, int stationIdx)