X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fmath%2Fmoments.h;h=79a95f8d6321e94c3f3c1eaf7346b08eb82a69a5;hb=94856572a6a01c1e95282bd5efd0442e6fa1bacc;hp=8bf916592e759879a849020a18b20534cc394387;hpb=f4491cda2715c59495d963d0a3d8ae4518c1c13d;p=pspp diff --git a/src/math/moments.h b/src/math/moments.h index 8bf916592e..79a95f8d63 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 var, double weight); +double calc_semean (double variance, double weight); double calc_seskew (double weight); double calc_sekurt (double weight);