HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Stats.h File Reference

Classes to compute statistics and histograms. More...

#include <iosfwd>
#include <openvdb/version.h>
#include <openvdb/Exceptions.h>
#include <iostream>
#include <iomanip>
#include <sstream>
#include <vector>
#include <functional>
#include "Math.h"
+ Include dependency graph for Stats.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  openvdb::OPENVDB_VERSION_NAME::math::MinMax< ValueType, Less >
 Templated class to compute the minimum and maximum values. More...
 
class  openvdb::OPENVDB_VERSION_NAME::math::Extrema
 This class computes the minimum and maximum values of a population of floating-point values. More...
 
class  openvdb::OPENVDB_VERSION_NAME::math::Stats
 This class computes statistics (minimum value, maximum value, mean, variance and standard deviation) of a population of floating-point values. More...
 
class  openvdb::OPENVDB_VERSION_NAME::math::Histogram
 This class computes a histogram, with a fixed interval width, of a population of floating-point values. More...
 

Namespaces

 openvdb
 
 openvdb::OPENVDB_VERSION_NAME
 
 openvdb::OPENVDB_VERSION_NAME::math
 

Detailed Description

Classes to compute statistics and histograms.

Author
Ken Museth

Definition in file Stats.h.