var fDesc=new Array(); fDesc[0] = "Java Causal Analysis Tool is a Bayesian Network tool for managing uncertainty in causal models. Almost any study or plan contains causal assertions, and often these assertions are not known with certainty.


Java Causal Analysis Tool coherently manages large groups of such assertions, facilitating both predictions within a scenario and inference on observed data. It retains the theoretical soundness of Bayesian theory while avoiding many assumptions that can make the model either highly approximate or quite cumbersome.

Ultimately, it provides an effective modeling framework that is simple and understandable enough for any novice user. The project is directed by AFRL (Air Force Research Lab) in Rome"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }