#include <boost/accumulators/accumulators.hpp>
#include <boost/accumulators/statistics/stats.hpp>
#include <boost/accumulators/statistics/min.hpp>
#include <boost/accumulators/statistics/max.hpp>
#include <boost/accumulators/statistics/variance.hpp>
#include <boost/accumulators/statistics/count.hpp>
Go to the source code of this file.
Classes | |
class | jsk_pcl_ros::OneDataStat |
class to store sensor value and compute mean, error and stddev and so on. More... | |
Namespaces | |
namespace | jsk_pcl_ros |
Functions | |
double | jsk_pcl_ros::count (const OneDataStat &d) |
wrapper function for count method for boost::function | |
double | jsk_pcl_ros::max (const OneDataStat &d) |
wrapper function for max method for boost::function | |
double | jsk_pcl_ros::mean (const OneDataStat &d) |
wrapper function for mean method for boost::function | |
double | jsk_pcl_ros::min (const OneDataStat &d) |
wrapper function for min method for boost::function | |
double | jsk_pcl_ros::stddev (const OneDataStat &d) |
wrapper function for stddev method for boost::function | |
double | jsk_pcl_ros::variance (const OneDataStat &d) |
wrapper function for variance method for boost::function |