stats.h

Go to the documentation of this file.
00001 /**<!-------------------------------------------------------------------->
00002    @file   stats.h
00003    @author Travis Fischer (fisch0920@gmail.com)
00004    @author Matthew Jacobs (jacobs.mh@gmail.com)
00005    @date   Fall 2008
00006    
00007    @brief
00008       Convenience header which includes all statistics package headers
00009    <!-------------------------------------------------------------------->**/
00010 
00011 #ifndef MILTON_STATS_H_
00012 #define MILTON_STATS_H_
00013 
00014 // only including joint headers because each one includes the more abstract 
00015 // single variable header respectively
00016 #include <stats/JointEvent.h>
00017 
00018 // static wrapper around boost awkward distribution/generator interface
00019 #include <stats/Random.h>
00020 
00021 // concrete distributions
00022 #include <stats/samplers/ContUniformSampler.h>
00023 #include <stats/samplers/DiscreteUniformSampler.h>
00024 #include <stats/samplers/EmitterSampler.h>
00025 #include <stats/samplers/ExponentialSampler.h>
00026 #include <stats/samplers/JointSampler.h>
00027 #include <stats/samplers/NormalSampler.h>
00028 #include <stats/samplers/UniformOnSphereSampler.h>
00029 #include <stats/samplers/UniformSampler.h>
00030 
00031 #endif // MILTON_STATS_H_
00032 

Generated on 28 Feb 2009 for Milton by doxygen 1.5.6