Package jline.api.mc
Class Ctmc_fau.CtmcFauResult
java.lang.Object
jline.api.mc.Ctmc_fau.CtmcFauResult
- Enclosing class:
- Ctmc_fau
Transient distribution of a fast adaptive uniformization sweep, together
with the diagnostics that make its error auditable.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal booleanTrue if the support emptied or became absorbing.final doubleProbability removed by the occupancy threshold.final doublesum(pi0) - sum(pit), which IS the L1 error against pi(t).final doubleLargest adaptive rate used, the Lstar of the weight computation.final doubleSmallest adaptive rate used.final MatrixDefective distribution at time t, a componentwise lower bound on pi(t).final intNumber of birth steps K+1 actually taken.final intSupport at the last step.final intLargest occupied support over the sweep.final booleanTrue if maxsteps stopped the sweep.final doublemax_i |q_ii|, the rate ordinary uniformization would have used.final doubleMass reaching the overflow index, that is P{N(t) > K}.final doublePoisson mass outside the Fox-Glynn window of the weights. -
Method Summary
-
Field Details
-
pit
Defective distribution at time t, a componentwise lower bound on pi(t). -
steps
public final int stepsNumber of birth steps K+1 actually taken. -
lambdaMin
public final double lambdaMinSmallest adaptive rate used. -
lambdaMax
public final double lambdaMaxLargest adaptive rate used, the Lstar of the weight computation. -
uniformRate
public final double uniformRatemax_i |q_ii|, the rate ordinary uniformization would have used. -
weightTail
public final double weightTailMass reaching the overflow index, that is P{N(t) > K}. -
weightWindow
public final double weightWindowPoisson mass outside the Fox-Glynn window of the weights. -
droppedMass
public final double droppedMassProbability removed by the occupancy threshold. -
errorBound
public final double errorBoundsum(pi0) - sum(pit), which IS the L1 error against pi(t). -
supportMax
public final int supportMaxLargest occupied support over the sweep. -
supportFinal
public final int supportFinalSupport at the last step. -
truncated
public final boolean truncatedTrue if maxsteps stopped the sweep. -
absorbed
public final boolean absorbedTrue if the support emptied or became absorbing.
-