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.Matrix[][]The filtrations those rates reduce, indexed [station][class].Derived START/PREEMPT rates, (stations x classes): how often per unit time a class-r service starts at station i, and how often a class-r job in service is pushed back into the buffer there.doubleMatrix[][]The filtrations those rates reduce, indexed [station][class].Derived START/PREEMPT rates, (stations x classes): how often per unit time a class-r service starts at station i, and how often a class-r job in service is pushed back into the buffer there.Stationary 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. -
StartN
Derived START/PREEMPT rates, (stations x classes): how often per unit time a class-r service starts at station i, and how often a class-r job in service is pushed back into the buffer there. Annotations on the arcs the generator already carries, so they are not MetricType entries and add no getAvgTable column. At a lossless station with no in-service abandonment StartN == TN + PreemptN. -
PreemptN
Derived START/PREEMPT rates, (stations x classes): how often per unit time a class-r service starts at station i, and how often a class-r job in service is pushed back into the buffer there. Annotations on the arcs the generator already carries, so they are not MetricType entries and add no getAvgTable column. At a lossless station with no in-service abandonment StartN == TN + PreemptN. -
startFilt
The filtrations those rates reduce, indexed [station][class]. -
preemptFilt
The filtrations those rates reduce, indexed [station][class].
-
-
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)
-