//This should be it--nice and simple now that we are extending DistributedStatisticalModel...
//We reflect any changes in the BufferStorage in our transientStorage that maintains
//a transient list of parameters.
smpbframe.addBufferListener(this);
this.normal = new NormalDistribution();
Class[] args = new Class[]{String.class};
try
{
this.stringToDblMeth = DblMatrix.class.getMethod("convertStringToDbl",args);