Package jline.api.mc
Class PassageCurve
java.lang.Object
jline.api.mc.PassageCurve
A passage-time law on a time grid.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
t
public final double[] tThe time grid. -
F
public final double[] FThe cumulative distribution on that grid. -
f
public final double[] fThe density on that grid. -
atom
public final double atomMass of the initial law already inside the target: F(0).
-
-
Constructor Details
-
PassageCurve
public PassageCurve(double[] t, double[] F, double[] f, double atom)
-