Added Boxplots to the EXAMINE subcommand repertoire
[pspp-builds.git] / src / percentiles.h
index 8baba9fa2409283635881c3fe560d8413fd5708a..e330aabd6a2606aaa5170ff952b233e3aed38124 100644 (file)
@@ -64,7 +64,7 @@ void ptiles(struct hsh_table *pc_hash,
            enum pc_alg algorithm);
 
 
-/* Calculate Tukey's Hinges */
+/* Calculate Tukey's Hinges and the Whiskers for the box plot*/
 void tukey_hinges(const struct weighted_value **wv,
                  int n_data, 
                  double w,