I just wanted to know if any one had any pointers for a library or libraries that support Markov modelling and graphical graph representation, as for a project i must simulate a transport model and be able to develop an interface for it too. I am relatively new to c++.
Asked
Active
Viewed 1,600 times
2
-
"graphical graph"? Or "graphical models"? – Jacob Jun 20 '11 at 14:09
-
Did you checkout **R** ? It is open source and is quite a good statistical tool. – DumbCoder Jun 20 '11 at 15:28
-
Yeh srry bout that graphical model is a more succinct way to put it i guess – shogeluk Jun 20 '11 at 19:55
1 Answers
0
Have a look at Boost Graph as it will simplify all your graph work. I am unsure if there is a Markov Chain algiorithm (I am looking for one too) but it should be easy to write once you have the graph -- a concurrent monte carlo approach maybe?
Numerical Recipes has many algorithm and code in both C and C++.
The graphviz tools are all you need to draw graphs.

Sardathrion - against SE abuse
- 17,269
- 27
- 101
- 156