Main Page   Namespace List   Class Hierarchy   Compound List   File List   Compound Members   File Members  

pdf.h

Go to the documentation of this file.
00001 
00002 #ifndef PDF_H
00003 #define PDF_H
00004 
00005 #include "stddev.h"
00006 #include "histogram.h"
00007 
00026 class pdf
00027 {
00028 private:
00029   pdf( const pdf &rhs );
00030   void normalize( double *norm, const double *v, const size_t N );
00031 
00032 public:
00033   pdf() {};
00034   ~pdf() {}
00035 
00036   double pdf_stddev( const double *v, const size_t N );
00037 };
00038 
00039 #endif

Generated at Wed May 21 21:19:27 2003 for Basic Statistics Functions by doxygen1.2.8.1 written by Dimitri van Heesch, © 1997-2001