X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2Flanguage%2Fstats%2Fnpar-summary.h;h=3955bd64119d054ff6318b7b97849fce14b5edb0;hb=8d546197ce011c2f296560b3f560859ffe8c1ae8;hp=0e52b8023355cf81c6f76ec73451d1b10c489231;hpb=da299bd9871b178336a440c6ac53aebc3cea672e;p=pspp diff --git a/src/language/stats/npar-summary.h b/src/language/stats/npar-summary.h index 0e52b80233..3955bd6411 100644 --- a/src/language/stats/npar-summary.h +++ b/src/language/stats/npar-summary.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 @@ -17,9 +17,12 @@ #if !n_par_summary_h #define n_par_summary_h 1 +#include "data/missing-values.h" + struct variable ; struct casereader ; struct dictionary; +struct fmt_spec; struct descriptives { @@ -30,6 +33,12 @@ struct descriptives double max; }; +void +do_summary_box (const struct descriptives *desc, + const struct variable *const *vv, + int n_vars, + const struct fmt_spec *wfmt); + void npar_summary_calc_descriptives (struct descriptives *desc, struct casereader *input, const struct dictionary *dict,