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, wait
description, equals
public 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)
NotUnichainException
MarkovProcess.getGenerator()
,
MarkovProcess.getRates()
,
MarkovProcess.getRate(State, State)