Uses of Class
jline.api.fj.FJ_quorum.StepCDF
Packages that use FJ_quorum.StepCDF
-
Uses of FJ_quorum.StepCDF in jline.api.fj
Methods in jline.api.fj that return FJ_quorum.StepCDFModifier and TypeMethodDescriptionstatic FJ_quorum.StepCDFFJ_quorum.add(FJ_quorum.StepCDF x, FJ_quorum.StepCDF y) Pointwise sum of two step functions on the union of their time grids.static FJ_quorum.StepCDFFJ_quorum.multiply(FJ_quorum.StepCDF x, FJ_quorum.StepCDF y) Pointwise product of two step functions on the union of their time grids.static FJ_quorum.StepCDFFJ_quorum.quorumKofN(FJ_quorum.StepCDF[] branches, int k) CDF of the k-th smallest of n independent branch completion times.static FJ_quorum.StepCDFFJ_quorum.threePointFit(double mean, double variance) Two-moment fit of a branch completion time to a three-point discrete distribution.FJ_quorum.StepCDF.times(double c) Scale the values, leaving the time grid untouched.Methods in jline.api.fj with parameters of type FJ_quorum.StepCDFModifier and TypeMethodDescriptionstatic FJ_quorum.StepCDFFJ_quorum.add(FJ_quorum.StepCDF x, FJ_quorum.StepCDF y) Pointwise sum of two step functions on the union of their time grids.static FJ_quorum.StepCDFFJ_quorum.multiply(FJ_quorum.StepCDF x, FJ_quorum.StepCDF y) Pointwise product of two step functions on the union of their time grids.static FJ_quorum.StepCDFFJ_quorum.quorumKofN(FJ_quorum.StepCDF[] branches, int k) CDF of the k-th smallest of n independent branch completion times.