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