X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fmath%2Flevene.h;h=40ed52ce0ed493a6027f7435eda264ed8e54f03f;hb=92c09e564002d356d20fc1e2e131027ef89f6748;hp=66944dafb434325aaaf4cc97a781a3f82e0be1c7;hpb=661b9ee29cbb6b89c4ea53a05b8a4eb3a5028de0;p=pspp diff --git a/src/math/levene.h b/src/math/levene.h index 66944dafb4..40ed52ce0e 100644 --- a/src/math/levene.h +++ b/src/math/levene.h @@ -21,9 +21,9 @@ #if !levene_h #define levene_h 1 - +#include +#include #include -#include /* Calculate the Levene statistic @@ -39,10 +39,10 @@ The dependent variables : v_dep; struct dictionary ; struct casefilter ; -void levene(const struct dictionary *dict, const struct casefile *cf, +void levene(const struct dictionary *dict, struct casereader *, const struct variable *v_indep, size_t n_dep, const struct variable **v_dep, - struct casefilter *filter); + enum mv_class exclude);