X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fmath%2Ftukey-hinges.h;h=5a6e07950965a100053b58e3052e8a06d1da0aa8;hb=209f7e5ccf28c97641b9e69ef6b9df81efe4dc38;hp=d87691f8b01a4dceb78fddfc9294c17053e8690b;hpb=7fbfc32fc3c636959b0a25b3e76609f86519e84a;p=pspp diff --git a/src/math/tukey-hinges.h b/src/math/tukey-hinges.h index d87691f8b0..5a6e079509 100644 --- a/src/math/tukey-hinges.h +++ b/src/math/tukey-hinges.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 @@ -25,9 +25,10 @@ struct tukey_hinges { struct order_stats parent; + struct k k[3]; }; -struct statistic * tukey_hinges_create (double W, double c_min); +struct tukey_hinges * tukey_hinges_create (double W, double c_min); void tukey_hinges_calculate (const struct tukey_hinges *h, double hinge[3]);