X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fmath%2Ftrimmed-mean.h;h=8803a127bc203b8e1acc0e2978a0bf446f371405;hb=c2b19a85c1d156d72f1b853bffdcca2c2690e79c;hp=c667b1be7ffcd9f9486606022c521143f5f08e6e;hpb=cb72db62c20ecab427229110820c5b053d0663c4;p=pspp diff --git a/src/math/trimmed-mean.h b/src/math/trimmed-mean.h index c667b1be7f..8803a127bc 100644 --- a/src/math/trimmed-mean.h +++ b/src/math/trimmed-mean.h @@ -17,8 +17,6 @@ #ifndef __TRIMMED_MEAN_H__ #define __TRIMMED_MEAN_H__ -#include - #include "order-stats.h" @@ -34,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);