Package jline.api.mc

Class PassageMomentsResult

java.lang.Object
jline.api.mc.PassageMomentsResult

public class PassageMomentsResult extends Object
Per-source and initial-law-weighted passage-time moments.
  • Field Details

    • mall

      public final Matrix mall
      (nstates x nmax): row i holds the moments for a passage STARTED IN STATE i, zero on target states and infinite where the target cannot be reached.
    • m

      public final double[] m
      The pi0-weighted moment vector, length nmax.
  • Constructor Details

    • PassageMomentsResult

      public PassageMomentsResult(Matrix mall, double[] m)