summaryrefslogtreecommitdiff
path: root/ACE/apps/JAWS/clients/WebSTONE/src/statistics.h
blob: b0420515ae5a51b5149216b525cafa5d84e3a1fa (plain)
1
2
3
4
5
6
7
#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_ */