Package jline.api.pfqn.nc
Class PfqnCycletResult
java.lang.Object
jline.api.pfqn.nc.PfqnCycletResult
Density, distribution and moments of a passage time along an overtake-free path.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal double[]Density on the requested grid.final double[]Cumulative distribution on the requested grid.final doubleLog of the network normalizing constant at population N-1.Which route ran for each path: "exact" (Theorem 2) or "lt" (Theorem 1).final double[]The firstnmommoments. -
Constructor Summary
ConstructorsConstructorDescriptionPfqnCycletResult(double[] f, double[] F, double[] mom, List<String> method, double lG) -
Method Summary
-
Field Details
-
f
public final double[] fDensity on the requested grid. -
F
public final double[] FCumulative distribution on the requested grid. -
mom
public final double[] momThe firstnmommoments. -
method
Which route ran for each path: "exact" (Theorem 2) or "lt" (Theorem 1). -
lG
public final double lGLog of the network normalizing constant at population N-1.
-
-
Constructor Details
-
PfqnCycletResult
-