public DiscreteDistribution_Test() { }
//*** This works well at 6/16/2011 ***
public void poisson_test() {
CPSCompilerMain cpsCompiler = new CPSCompilerMain();
cpsCompiler.InitCompiler();
cpsCompiler.compile(
"defineNode(C1, DescriptionC0);"+
"{defineState(Discrete, 1, 2, 3, 4, 5, 6);" +
"p( C1 ) = PoissonDist( 2 );"+
"}"+