Uses of Class
jmarkov.solvers.NotUnichainException

Packages that use NotUnichainException
jmarkov.solvers Provides classes for customizing a solver used by JMarkov to solve transient and steady state probabilities in different models. 
 

Uses of NotUnichainException in jmarkov.solvers
 

Methods in jmarkov.solvers that throw NotUnichainException
abstract  double[] SteadyStateSolver.getSteadyState()
          This process should be extended in order to compute the steady State probabilities of the MarkovChain.
 double[] MtjSolver.getSteadyState()
           
 double[] JamaSolver.getSteadyState()
          It find the steady state probabilities.