X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fmath%2Fmoments.h;h=8bf916592e759879a849020a18b20534cc394387;hb=ea27d9b8293639b4311fd6bd65b8a88fc335cd7b;hp=55c517e5217864cda1a1607485c8347d1c1bbf1f;hpb=fe8dc2171009e90d2335f159d05f7e6660e24780;p=pspp diff --git a/src/math/moments.h b/src/math/moments.h index 55c517e521..8bf916592e 100644 --- a/src/math/moments.h +++ b/src/math/moments.h @@ -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);