summaryrefslogtreecommitdiff
path: root/apps/JAWS/clients/WebSTONE/src/statistics.h
blob: 9f4bea752297a63ac88488da75cdf66b48adf339 (plain)
1
2
3
4
5
6
7
8
9
#ifndef _STATISTICS_H_
#define _STATISTICS_H_
/* $Id$ */

extern double   mean(const double, const int);
extern double   variance(const double, const double, const int);
extern double   stddev(const double, const double, const int);

#endif /* ! _STATISTICS_H_ */