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

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_ */