Package jline.api.mc

Class PassageCurve

java.lang.Object
jline.api.mc.PassageCurve

public class PassageCurve extends Object
A passage-time law on a time grid.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    final double
    Mass of the initial law already inside the target: F(0).
    final double[]
    The density on that grid.
    final double[]
    The cumulative distribution on that grid.
    final double[]
    The time grid.
  • Constructor Summary

    Constructors
    Constructor
    Description
    PassageCurve(double[] t, double[] F, double[] f, double atom)
     
  • Method Summary

    Methods inherited from class java.lang.Object

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

    • t

      public final double[] t
      The time grid.
    • F

      public final double[] F
      The cumulative distribution on that grid.
    • f

      public final double[] f
      The density on that grid.
    • atom

      public final double atom
      Mass of the initial law already inside the target: F(0).
  • Constructor Details

    • PassageCurve

      public PassageCurve(double[] t, double[] F, double[] f, double atom)