X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fmath%2Flevene.h;h=70e04c34158bc8d33a8dc1e3b925715d1478a5dc;hb=f5c108becd49d78f4898cab11352291f5689d24e;hp=40ed52ce0ed493a6027f7435eda264ed8e54f03f;hpb=7eee0554f378481faf447e2d2e940f389d6b05ec;p=pspp-builds.git diff --git a/src/math/levene.h b/src/math/levene.h index 40ed52ce..70e04c34 100644 --- a/src/math/levene.h +++ b/src/math/levene.h @@ -1,4 +1,4 @@ -/* This file is part of GNU PSPP +/* This file is part of GNU PSPP Computes Levene test statistic. Copyright (C) 2004 Free Software Foundation, Inc. @@ -25,9 +25,9 @@ #include #include -/* Calculate the Levene statistic +/* Calculate the Levene statistic -The independent variable : v_indep; +The independent variable : v_indep; Number of dependent variables : n_dep; @@ -40,7 +40,7 @@ struct dictionary ; struct casefilter ; void levene(const struct dictionary *dict, struct casereader *, - const struct variable *v_indep, size_t n_dep, + const struct variable *v_indep, size_t n_dep, const struct variable **v_dep, enum mv_class exclude);