moments.c: Implement calc_semean.
[pspp] / src / math / moments.h
index 55c517e5217864cda1a1607485c8347d1c1bbf1f..8bf916592e759879a849020a18b20534cc394387 100644 (file)
@@ -65,7 +65,7 @@ void moments1_calculate (const struct moments1 *,
 void moments1_destroy (struct moments1 *);
 
 /* Standard errors. */
-double calc_semean (double stddev, double weight);
+double calc_semean (double var, double weight);
 double calc_seskew (double weight);
 double calc_sekurt (double weight);