|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjmarkov.solvers.Solver
jmarkov.solvers.SteadyStateSolver
public abstract class SteadyStateSolver
An abstract clas for steady state solver. Any solver for steady state should extend this class.
| Field Summary |
|---|
| Fields inherited from class jmarkov.solvers.Solver |
|---|
mp |
| Constructor Summary | |
|---|---|
SteadyStateSolver(MarkovProcess mp)
Builds a Steady State Solver with the given SimpleMarkovProcess. |
|
| Method Summary | |
|---|---|
abstract double[] |
getSteadyState()
This process should be extended in order to compute the steady State probabilities of the MarkovChain. |
| Methods inherited from class jmarkov.solvers.Solver |
|---|
getMP, label, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface jmarkov.basic.JMarkovElement |
|---|
description, equals |
| Constructor Detail |
|---|
public SteadyStateSolver(MarkovProcess mp)
mp - The Markov Process for which the steady state probabilities
are sought.| Method Detail |
|---|
public abstract double[] getSteadyState()
throws NotUnichainException
getRates(), getGenerator, and getRate(State,State)
NotUnichainExceptionMarkovProcess.getGenerator(),
MarkovProcess.getRates(),
MarkovProcess.getRate(State, State)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||