summaryrefslogtreecommitdiff
path: root/apps/JAWS/clients/WebSTONE/src/statistics.h
blob: c1693d8fc345103f844bbae23cb2dd4c42622578 (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_ */