https://github.com/coin-or/jMarkov
Revision e63389f7678faaf359940fe7ff878e55df2fe9c1 authored by Juan Perez on 02 March 2016, 02:01:15 UTC, committed by Juan Perez on 02 March 2016, 02:01:15 UTC
1 parent 9365e0c
Raw File
Tip revision: e63389f7678faaf359940fe7ff878e55df2fe9c1 authored by Juan Perez on 02 March 2016, 02:01:15 UTC
added source files for jMarkov, jMDP and jPhase manuals
Tip revision: e63389f
README
Name: jMarkov

Description: 
jMarkov is a Java framework for Markov-chain (MC) modelling that provides the user with the ability to define MCs from
the basic rules that determine their dynamics. From these rules, jMarkov explores and builds the state space and the
other MC parameters, which are then used to solve the MC and determine user-defined steady-state and transient performance
measures. 

jMarkov is composed of four modules: 
The jMarkov module: for finite finite MCs. 
The jQBD module: for Quasi-Birth-and-Death MCs. 
The jPhase module: for Phase-type random variables. 
The jMDP module: for Markov Decision Processes. 

Required packages:

The jMarkov library needs some third party libraries for
all its features to work properly. All the libraries listed here
are open source, but keep in mind that not all of them are released
under the Eclipse license, as it is jMarkov. We recommend to verify
that the conditions of the third party libraries licenses listed 
here fit the requirements of your project.

1. COLT: http://acs.lbl.gov/ACSSoftware/colt/
2. JAMA: http://math.nist.gov/javanumerics/jama/
3. JCOMMON: http://www.jfree.org/jcommon/
4. JFREECHART: http://www.jfree.org/jfreechart/
5. MTJ: https://github.com/fommil/matrix-toolkits-java
6. QSOPT: http://www.math.uwaterloo.ca/~bico/qsopt/
7. SSJ: http://simul.iro.umontreal.ca/ssj-2/indexe.html.


Website: 


Obtaining Support:
To obtain support, request features, and report bugs please write to
back to top