Package jline.solvers.ctmc
Class CTMCResult
java.lang.Object
jline.solvers.SolverResult
jline.solvers.ctmc.CTMCResult
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclassclassclassclassclassclassclass -
Field Summary
FieldsModifier and TypeFieldDescriptionPerfect-sampling output of thecftpmethod: the drawn states, one per row (samples x stations), and the per-sample coalescence horizon (cftp) or number of mixing steps (cftp.approx).Stationary distribution over the state space the analyzer solved on, and the generator and state spaces it is indexed by.Matrix[][]Matrix[][]Derived START/PREEMPT filtrations, indexed [station][class].(stations x classes) rates the two filtrations above reduce to. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidreset()Resets all stored results to null and runtime to zero.Methods inherited from class jline.solvers.SolverResult
deepCopy
-
Field Details
-
solver
-
prob
-
space
-
infGen
-
spaceAggr
-
pi
Stationary distribution over the state space the analyzer solved on, and the generator and state spaces it is indexed by. On a reducible chain the analyzer restricts to the component supporting pi, so infGenWork/spaceWork/ spaceAggrWork are a subset of the rows of infGen/space/spaceAggr; on an irreducible chain they are the same rows. They are one triple: a consumer adopts all three or none, never a mix, or pi and the generator disagree on what a row index means. -
spaceWork
-
spaceAggrWork
-
infGenWork
-
nodeSpace
-
eventFilt
-
startFilt
Derived START/PREEMPT filtrations, indexed [station][class]. Kept apart from eventFilt, which pairs one-to-one with sn.sync and is summed as D1: a START rides on an arc eventFilt already carries. -
preemptFilt
-
startRate
(stations x classes) rates the two filtrations above reduce to. -
preemptRate
-
Tran
-
solverSpecific
-
cftpSamples
Perfect-sampling output of thecftpmethod: the drawn states, one per row (samples x stations), and the per-sample coalescence horizon (cftp) or number of mixing steps (cftp.approx). Null under every enumerating method. Mirrors MATLABresult.cftp.samples/result.cftp.horizonand Python_CFTPResult.cftpSamples/cftpHorizon; the empirical probabilities of the distinct states are inpi, indexed byspaceAggr. -
cftpHorizon
-
tranProb
-
tranProbAggr
-
tranProbSys
-
tranProbSysAggr
-
-
Constructor Details
-
CTMCResult
public CTMCResult()
-
-
Method Details
-
reset
public void reset()Description copied from class:SolverResultResets all stored results to null and runtime to zero.- Overrides:
resetin classSolverResult
-