summaryrefslogtreecommitdiff
path: root/ACE/apps/JAWS/clients/WebSTONE/src/statistics.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/apps/JAWS/clients/WebSTONE/src/statistics.h')
-rw-r--r--ACE/apps/JAWS/clients/WebSTONE/src/statistics.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/ACE/apps/JAWS/clients/WebSTONE/src/statistics.h b/ACE/apps/JAWS/clients/WebSTONE/src/statistics.h
new file mode 100644
index 00000000000..9f4bea75229
--- /dev/null
+++ b/ACE/apps/JAWS/clients/WebSTONE/src/statistics.h
@@ -0,0 +1,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_ */