X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fmath%2Ftrimmed-mean.h;h=c667b1be7ffcd9f9486606022c521143f5f08e6e;hb=f994fab43f6aeb00cfb40d24c4c4c6ed518a05b9;hp=9339cab983ff9fba971d2cd2703ee81f17be6f66;hpb=9e0e4996fad6563f0a1ce628b80db5c23ef8279e;p=pspp-builds.git diff --git a/src/math/trimmed-mean.h b/src/math/trimmed-mean.h index 9339cab9..c667b1be 100644 --- a/src/math/trimmed-mean.h +++ b/src/math/trimmed-mean.h @@ -1,5 +1,5 @@ /* PSPP - a program for statistical analysis. - Copyright (C) 2008 Free Software Foundation, Inc. + Copyright (C) 2008, 2009 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -36,7 +36,7 @@ struct trimmed_mean double tail; }; -struct statistic * trimmed_mean_create (double W, double c_min); +struct trimmed_mean * trimmed_mean_create (double W, double c_min); double trimmed_mean_calculate (const struct trimmed_mean *); #endif