pspp-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pspp-cvs] pspp/doc ChangeLog statistics.texi


From: Ben Pfaff
Subject: [Pspp-cvs] pspp/doc ChangeLog statistics.texi
Date: Fri, 01 Dec 2006 06:21:05 +0000

CVSROOT:        /cvsroot/pspp
Module name:    pspp
Changes by:     Ben Pfaff <blp> 06/12/01 06:21:05

Modified files:
        doc            : ChangeLog statistics.texi 

Log message:
                * statistics.texi: Document charts supported by FREQUENCIES.
                Fixes bug #18297.  Thanks to Mohammed Babekir Elmalik Abdalmajid
                for reporting this bug.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/pspp/doc/ChangeLog?cvsroot=pspp&r1=1.41&r2=1.42
http://cvs.savannah.gnu.org/viewcvs/pspp/doc/statistics.texi?cvsroot=pspp&r1=1.12&r2=1.13

Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/pspp/pspp/doc/ChangeLog,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -b -r1.41 -r1.42
--- ChangeLog   28 Nov 2006 09:39:37 -0000      1.41
+++ ChangeLog   1 Dec 2006 06:21:05 -0000       1.42
@@ -1,3 +1,9 @@
+Thu Nov 30 22:20:10 2006  Ben Pfaff  <address@hidden>
+
+       * statistics.texi: Document charts supported by FREQUENCIES.
+       Fixes bug #18297.  Thanks to Mohammed Babekir Elmalik Abdalmajid
+       for reporting this bug.
+
 Tue Nov 28 17:33:31 WST 2006 <address@hidden>
 
        * get-commands.pl: Fixed generation of ni.texi, which was broken

Index: statistics.texi
===================================================================
RCS file: /cvsroot/pspp/pspp/doc/statistics.texi,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -b -r1.12 -r1.13
--- statistics.texi     28 Nov 2006 09:39:37 -0000      1.12
+++ statistics.texi     1 Dec 2006 06:21:05 -0000       1.13
@@ -124,10 +124,12 @@
                      SESKEWNESS,SEKURTOSIS,ALL,address@hidden
         /NTILES=ntiles
         /address@hidden
+        /HISTOGRAM=[MINIMUM(x_min)] [MAXIMUM(x_max)] 
+                   address@hidden,address@hidden address@hidden,address@hidden
+        /PIECHART=[MINIMUM(x_min)] [MAXIMUM(x_max)] @{NOMISSING,address@hidden
 
 (These options are not currently implemented.)
         /address@hidden
-        /address@hidden
         /address@hidden
         /address@hidden
 
@@ -140,9 +142,9 @@
 @cmd{FREQUENCIES} can also calculate and display descriptive statistics
 (including median and mode) and percentiles.
 
-In the future, @cmd{FREQUENCIES} will also support graphical output in the
-form of bar charts and histograms.  In addition, it will be able to
-support percentiles for grouped data.
address@hidden also support graphical output in the form of
+histograms and pie charts.  In the future, it will be able to produce
+bar charts and output percentiles for grouped data.
 
 The VARIABLES subcommand is the only required subcommand.  Specify the
 variables to be analyzed.  In most cases, this is all that is required.
@@ -212,6 +214,20 @@
 boundaries of the data set divided into the specified number of ranges.
 For instance, @code{/NTILES=4} would cause quartiles to be reported.
 
+The HISTOGRAM subcommand causes the output to include a histogram for
+each specified variable.  The X axis by default ranges from the
+minimum to the maximum value observed in the data, but the MINIMUM and
+MAXIMUM keywords can set an explicit range.  The Y axis by default is
+labeled in frequencies; use the PERCENT keyword to causes it to be
+labeled in percent of the total observed count.  Specify NORMAL to
+superimpose a normal curve on the histogram.
+
+The PIECHART adds a pie chart for each variable to the data.  Each
+slice represents one value, with the size of the slice proportional to
+the value's frequency.  By default, all non-missing values are given
+slices.  The MINIMUM and MAXIMUM keywords can be used to limit the
+displayed slices to a given range of values.  The MISSING keyword adds
+slices for missing values.
 
 @node EXAMINE, CROSSTABS, FREQUENCIES, Statistics
 @comment  node-name,  next,  previous,  up




reply via email to

[Prev in Thread] Current Thread [Next in Thread]