JointSampler.cpp
Go to the documentation of this file.00001 /**<!--------------------------------------------------------------------> 00002 @file JointSampler.cpp 00003 @author Travis Fischer (fisch0920@gmail.com) 00004 @author Matthew Jacobs (jacobs.mh@gmail.com) 00005 @date Fall 2008 00006 00007 @brief 00008 Represents an abstract joint random variable that can be sampled 00009 according to several discrete/continuous probability distribution(s) 00010 <!-------------------------------------------------------------------->**/ 00011 00012 #include "JointSampler.h" 00013 00014 // intentionally empty 00015
Generated on 28 Feb 2009 for Milton by
1.5.6