X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flanguage%2Fstats%2Fchisquare.h;h=da9329c0016e9a7730abe3dc3a317a05b6336a4b;hb=81579d9e9f994fb2908f50af41c3eb033d216e58;hp=91a17d1a14fc23e89e5d0cd2984b8888d6eba51b;hpb=9a331fe64eb814ae5c1322e21717a04fb254bf65;p=pspp-builds.git diff --git a/src/language/stats/chisquare.h b/src/language/stats/chisquare.h index 91a17d1a..da9329c0 100644 --- a/src/language/stats/chisquare.h +++ b/src/language/stats/chisquare.h @@ -1,5 +1,5 @@ /* PSPP - a program for statistical analysis. - Copyright (C) 2006 Free Software Foundation, Inc. + Copyright (C) 2006, 2011 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 @@ -19,7 +19,7 @@ #include #include -#include +#include "language/stats/npar.h" struct chisquare_test { @@ -35,13 +35,8 @@ struct chisquare_test }; struct casereader; -struct dictionary; -struct hsh_table; struct dataset; -void chisquare_insert_variables (const struct npar_test *test, - struct hsh_table *variables); - void chisquare_execute (const struct dataset *ds, struct casereader *input,