Added Boxplots to the EXAMINE subcommand repertoire
[pspp-builds.git] / src / factor_stats.h
index f6394a8a95aa1a8358b90e1812edb32d521bfc12..b05d7423e05f3d7a352c965993d644c5b4734364 100644 (file)
@@ -80,13 +80,11 @@ struct metrics
   enum pc_alg ptile_alg;
 
   /* Tukey's Hinges */
-  double hinges[3];
+  double hinge[3];
 
 };
 
 
-
-
 void metrics_precalc(struct metrics *m);
 
 void metrics_calc(struct metrics *m, const union value *f, double weight,