X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fmath%2Ftrimmed-mean.h;fp=src%2Fmath%2Ftrimmed-mean.h;h=8803a127bc203b8e1acc0e2978a0bf446f371405;hb=922dfe227e0a157f895c025b8f8590e2bfc59f23;hp=baa84bc24e23792e9d53305c0f027426e2622367;hpb=947e6378c28a6a33a2cd9ef4c4d90e001bdcc359;p=pspp diff --git a/src/math/trimmed-mean.h b/src/math/trimmed-mean.h index baa84bc24e..8803a127bc 100644 --- a/src/math/trimmed-mean.h +++ b/src/math/trimmed-mean.h @@ -32,6 +32,8 @@ struct trimmed_mean double w; double tail; + + struct k k[2]; }; struct trimmed_mean * trimmed_mean_create (double W, double c_min);