Class Pfqn_sdr.Coeff

java.lang.Object
jline.api.pfqn.Pfqn_sdr.Coeff
Enclosing class:
Pfqn_sdr

public static class Pfqn_sdr.Coeff extends Object
Derived coefficients of an SDR structure, eqs. (11)-(14).
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    int
    Number of branch indices, including the unused complement index 0.
    double[]
    Coefficients C_t.
    double[][]
    Coefficients d_tb.
    double[]
    D_{t-1,t} = sum over A_t of d_{t-1,b}, eq.
    double[]
    D_tt = sum over A_t of d_tb, eq.
    int[][]
    inA[t] holds the branch indices b with level[b] >= t, the set A_t.
    int[]
    level[b], the unique t with B_b in V_t - V_{t+1}.
    double[]
    Largest branch population with delta nonnegative; infinite when C_t >= 0.
    The validated structure.
    int
    Number of levels of subnetwork nesting.
    double[]
    Largest subnetwork population with omega nonnegative; infinite when C_t >= 0.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • T

      public int T
      Number of levels of subnetwork nesting.
    • B

      public int B
      Number of branch indices, including the unused complement index 0.
    • level

      public int[] level
      level[b], the unique t with B_b in V_t - V_{t+1}.
    • C

      public double[] C
      Coefficients C_t.
    • d

      public double[][] d
      Coefficients d_tb.
    • inA

      public int[][] inA
      inA[t] holds the branch indices b with level[b] >= t, the set A_t.
    • Dtt

      public double[] Dtt
      D_tt = sum over A_t of d_tb, eq. (14); index 0 unused.
    • Dprev

      public double[] Dprev
      D_{t-1,t} = sum over A_t of d_{t-1,b}, eq. (14); indices 0 and 1 unused.
    • mmax

      public double[] mmax
      Largest branch population with delta nonnegative; infinite when C_t >= 0.
    • vmax

      public double[] vmax
      Largest subnetwork population with omega nonnegative; infinite when C_t >= 0.
    • sdr

      public StateDepRouting sdr
      The validated structure.
  • Constructor Details

    • Coeff

      public Coeff()