public abstract class GeometricSolver extends Solver
| Constructor and Description |
|---|
GeometricSolver(MarkovProcess mp)
Builds a Geometrix Solver with the given SimpleMarkovProcess.
|
| Modifier and Type | Method and Description |
|---|---|
abstract double[][] |
getRmatrix()
This process should be extended in order to compute the R
matrix of the QBD.
|
equals, getClass, hashCode, notify, notifyAll, wait, wait, waitdescription, equalspublic GeometricSolver(MarkovProcess mp)
mp - The Markov Process for which the steady state
probabilities are sought.public abstract double[][] getRmatrix()
throws NotUnichainException
getRates(), getGenerator, and getRate(State,State)NotUnichainExceptionMarkovProcess.getGenerator(),
MarkovProcess.getRates(),
MarkovProcess.getRate(State, State)