root/doc/html/inline_dotgraph_1.dot @ 324

Revision 271, 276 bytes (checked in by smidl, 15 years ago)

Next major revision

Line 
1 
2digraph estimation{
3        node [shape=box];
4        {rank="same"; "Data Source"; "Bayesian Model"}
5        "Data Source" -> "Bayesian Model" [label="data"];
6        "Bayesian Model" -> "Result Logger" [label="estimated\n statistics"];
7        "Data Source" -> "Result Logger" [label="Simulated\n data"];
8}
Note: See TracBrowser for help on using the browser.