Class Pfqn_oi_insvc.Result

java.lang.Object
jline.api.pfqn.ld.Pfqn_oi_insvc.Result
Enclosing class:
Pfqn_oi_insvc

public static final class Pfqn_oi_insvc.Result extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    final double[][]
    g[i][r] = E[sir_r | n], column-major over the lattice 0 <= n <= N.
    final double[]
    Phi[i], the OI balance function.
    final double[][]
    Xi[i][r], the sir-weighted balance function.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Result(double[][] g, double[][] Xi, double[] Phi)
     
  • Method Summary

    Methods inherited from class java.lang.Object

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

    • g

      public final double[][] g
      g[i][r] = E[sir_r | n], column-major over the lattice 0 <= n <= N.
    • Xi

      public final double[][] Xi
      Xi[i][r], the sir-weighted balance function.
    • Phi

      public final double[] Phi
      Phi[i], the OI balance function.
  • Constructor Details

    • Result

      public Result(double[][] g, double[][] Xi, double[] Phi)