Package jline.solvers.ctmc
Class SolverCTMC.AnalyzerResult
java.lang.Object
jline.solvers.ctmc.SolverCTMC.AnalyzerResult
- Enclosing class:
SolverCTMC
-
Field Summary
FieldsModifier and TypeFieldDescriptionStationary distribution the analyzer solved for, and the generator and state spaces it is indexed by.Stationary distribution the analyzer solved for, and the generator and state spaces it is indexed by.doubleStationary distribution the analyzer solved for, and the generator and state spaces it is indexed by.Stationary distribution the analyzer solved for, and the generator and state spaces it is indexed by. -
Constructor Summary
ConstructorsConstructorDescriptionAnalyzerResult(Matrix QN, Matrix UN, Matrix RN, Matrix TN, Matrix CN, Matrix XN, Matrix InfGen, Matrix StateSpace, Matrix StateSpaceAggr, MatrixCell EventFiltration, double runtime, String fname, NetworkStruct sncopy) AnalyzerResult(Matrix QN, Matrix UN, Matrix RN, Matrix TN, Matrix CN, Matrix XN, Matrix InfGen, Matrix StateSpace, Matrix StateSpaceAggr, MatrixCell EventFiltration, double runtime, String fname, NetworkStruct sncopy, Matrix pi, Matrix StateSpaceWork, Matrix StateSpaceAggrWork, Matrix InfGenWork) -
Method Summary
-
Field Details
-
QN
-
UN
-
RN
-
TN
-
CN
-
XN
-
InfGen
-
StateSpace
-
StateSpaceAggr
-
EventFiltration
-
runtime
public double runtime -
fname
-
sncopy
-
pi
Stationary distribution the analyzer solved for, and the generator and state spaces it is indexed by. On a reducible chain the analyzer restricts the generator to the component supporting the stationary distribution, so pi is shorter than StateSpace; InfGenWork/StateSpaceWork/StateSpaceAggrWork are the matching rows and must be consumed as one triple. On an irreducible chain they are InfGen/StateSpace/StateSpaceAggr themselves. -
StateSpaceWork
Stationary distribution the analyzer solved for, and the generator and state spaces it is indexed by. On a reducible chain the analyzer restricts the generator to the component supporting the stationary distribution, so pi is shorter than StateSpace; InfGenWork/StateSpaceWork/StateSpaceAggrWork are the matching rows and must be consumed as one triple. On an irreducible chain they are InfGen/StateSpace/StateSpaceAggr themselves. -
StateSpaceAggrWork
Stationary distribution the analyzer solved for, and the generator and state spaces it is indexed by. On a reducible chain the analyzer restricts the generator to the component supporting the stationary distribution, so pi is shorter than StateSpace; InfGenWork/StateSpaceWork/StateSpaceAggrWork are the matching rows and must be consumed as one triple. On an irreducible chain they are InfGen/StateSpace/StateSpaceAggr themselves. -
InfGenWork
Stationary distribution the analyzer solved for, and the generator and state spaces it is indexed by. On a reducible chain the analyzer restricts the generator to the component supporting the stationary distribution, so pi is shorter than StateSpace; InfGenWork/StateSpaceWork/StateSpaceAggrWork are the matching rows and must be consumed as one triple. On an irreducible chain they are InfGen/StateSpace/StateSpaceAggr themselves.
-
-
Constructor Details
-
AnalyzerResult
-
AnalyzerResult
public AnalyzerResult(Matrix QN, Matrix UN, Matrix RN, Matrix TN, Matrix CN, Matrix XN, Matrix InfGen, Matrix StateSpace, Matrix StateSpaceAggr, MatrixCell EventFiltration, double runtime, String fname, NetworkStruct sncopy, Matrix pi, Matrix StateSpaceWork, Matrix StateSpaceAggrWork, Matrix InfGenWork)
-