Fixed some buglets in the tests
[pspp-builds.git] / tests / command / descriptives.sh
index b19c9ce2791b8b625e5c47e187e4c48ab940db70..20dfeeac7dd3d60c29daf922596a3fdbc6deec62 100755 (executable)
@@ -73,7 +73,6 @@ activity="run program"
 $here/../src/pspp -o raw-ascii $TEMPDIR/descript.stat
 if [ $? -ne 0 ] ; then no_result ; fi
 
-
 activity="compare output"
 diff -B -b $TEMPDIR/pspp.list - <<EOF
 1.1 DATA LIST.  Reading 1 record from the command file.
@@ -99,53 +98,30 @@ diff -B -b $TEMPDIR/pspp.list - <<EOF
 |V16     |     1| 17- 17|F1.0  |
 +--------+------+-------+------+
 
-2.1(1) DESCRIPTIVES.  Valid cases = 10; cases with missing value(s) = 0.
-+--------#-------+---------+-----+--------+-------+--------+--------+--------+
-|Variable#Valid N|Missing N| Mean|S E Mean|Std Dev|Variance|Kurtosis|S E Kurt|
-#========#=======#=========#=====#========#=======#========#========#========#
-|V0      #     10|        0|3.800|    .841|  2.658|   7.067|   -.035|   1.334|
-|V1      #     10|        0|4.600|    .957|  3.026|   9.156|  -1.386|   1.334|
-|V2      #     10|        0|4.100|   1.159|  3.665|  13.433|  -2.019|   1.334|
-|V3      #     10|        0|4.100|    .875|  2.767|   7.656|  -2.049|   1.334|
-|V4      #     10|        0|7.000|    .471|  1.491|   2.222|   7.152|   1.334|
-|V5      #     10|        0|4.900|   1.027|  3.247|  10.544|  -1.401|   1.334|
-|V6      #     10|        0|5.900|    .795|  2.514|   6.322|   -.290|   1.334|
-|V7      #     10|        0|4.700|   1.096|  3.466|  12.011|  -1.993|   1.334|
-|V8      #     10|        0|4.100|   1.100|  3.479|  12.100|  -1.928|   1.334|
-|V9      #     10|        0|4.300|    .870|  2.751|   7.567|   -.875|   1.334|
-|V10     #     10|        0|5.500|    .847|  2.677|   7.167|  -1.842|   1.334|
-|V11     #     10|        0|6.500|    .778|  2.461|   6.056|  -1.276|   1.334|
-|V12     #     10|        0|7.900|    .605|  1.912|   3.656|   5.241|   1.334|
-|V13     #     10|        0|4.300|    .989|  3.129|   9.789|  -1.248|   1.334|
-|V14     #     10|        0|3.600|   1.013|  3.204|  10.267|   -.961|   1.334|
-|V15     #     10|        0|3.700|    .920|  2.908|   8.456|  -1.352|   1.334|
-|V16     #     10|        0|6.400|    .909|  2.875|   8.267|  -1.142|   1.334|
-+--------#-------+---------+-----+--------+-------+--------+--------+--------+
-
-2.1(2) DESCRIPTIVES.  Valid cases = 10; cases with missing value(s) = 0.
-+--------#--------+--------+-----+-------+-------+------+
-|Variable#Skewness|S E Skew|Range|Minimum|Maximum|  Sum |
-#========#========#========#=====#=======#=======#======#
-|V0      #    .889|    .687|8.000|  1.000|  9.000|38.000|
-|V1      #   -.032|    .687|9.000|   .000|  9.000|46.000|
-|V2      #    .476|    .687|8.000|  1.000|  9.000|41.000|
-|V3      #    .422|    .687|7.000|  1.000|  8.000|41.000|
-|V4      #  -2.516|    .687|5.000|  3.000|  8.000|70.000|
-|V5      #   -.205|    .687|9.000|   .000|  9.000|49.000|
-|V6      #   -.960|    .687|7.000|  1.000|  8.000|59.000|
-|V7      #   -.165|    .687|9.000|   .000|  9.000|47.000|
-|V8      #    .371|    .687|9.000|   .000|  9.000|41.000|
-|V9      #    .730|    .687|8.000|  1.000|  9.000|43.000|
-|V10     #   -.326|    .687|7.000|  2.000|  9.000|55.000|
-|V11     #   -.895|    .687|6.000|  3.000|  9.000|65.000|
-|V12     #  -2.208|    .687|6.000|  3.000|  9.000|79.000|
-|V13     #    .333|    .687|9.000|   .000|  9.000|43.000|
-|V14     #    .809|    .687|9.000|   .000|  9.000|36.000|
-|V15     #    .710|    .687|7.000|  1.000|  8.000|37.000|
-|V16     #   -.923|    .687|7.000|  2.000|  9.000|64.000|
-+--------#--------+--------+-----+-------+-------+------+
+2.1 DESCRIPTIVES.  Valid cases = 10; cases with missing value(s) = 0.
++--------#-------+---------+-----+--------+-------+--------+--------+--------+--------+--------+-----+-------+-------+------+
+|Variable#Valid N|Missing N| Mean|S E Mean|Std Dev|Variance|Kurtosis|S E Kurt|Skewness|S E Skew|Range|Minimum|Maximum|  Sum |
+#========#=======#=========#=====#========#=======#========#========#========#========#========#=====#=======#=======#======#
+|V0      #     10|        0|3.800|    .841|  2.658|   7.067|   -.035|   1.334|    .889|    .687|8.000|  1.000|  9.000|38.000|
+|V1      #     10|        0|4.600|    .957|  3.026|   9.156|  -1.386|   1.334|   -.032|    .687|9.000|   .000|  9.000|46.000|
+|V2      #     10|        0|4.100|   1.159|  3.665|  13.433|  -2.019|   1.334|    .476|    .687|8.000|  1.000|  9.000|41.000|
+|V3      #     10|        0|4.100|    .875|  2.767|   7.656|  -2.049|   1.334|    .422|    .687|7.000|  1.000|  8.000|41.000|
+|V4      #     10|        0|7.000|    .471|  1.491|   2.222|   7.152|   1.334|  -2.516|    .687|5.000|  3.000|  8.000|70.000|
+|V5      #     10|        0|4.900|   1.027|  3.247|  10.544|  -1.401|   1.334|   -.205|    .687|9.000|   .000|  9.000|49.000|
+|V6      #     10|        0|5.900|    .795|  2.514|   6.322|   -.290|   1.334|   -.960|    .687|7.000|  1.000|  8.000|59.000|
+|V7      #     10|        0|4.700|   1.096|  3.466|  12.011|  -1.993|   1.334|   -.165|    .687|9.000|   .000|  9.000|47.000|
+|V8      #     10|        0|4.100|   1.100|  3.479|  12.100|  -1.928|   1.334|    .371|    .687|9.000|   .000|  9.000|41.000|
+|V9      #     10|        0|4.300|    .870|  2.751|   7.567|   -.875|   1.334|    .730|    .687|8.000|  1.000|  9.000|43.000|
+|V10     #     10|        0|5.500|    .847|  2.677|   7.167|  -1.842|   1.334|   -.326|    .687|7.000|  2.000|  9.000|55.000|
+|V11     #     10|        0|6.500|    .778|  2.461|   6.056|  -1.276|   1.334|   -.895|    .687|6.000|  3.000|  9.000|65.000|
+|V12     #     10|        0|7.900|    .605|  1.912|   3.656|   5.241|   1.334|  -2.208|    .687|6.000|  3.000|  9.000|79.000|
+|V13     #     10|        0|4.300|    .989|  3.129|   9.789|  -1.248|   1.334|    .333|    .687|9.000|   .000|  9.000|43.000|
+|V14     #     10|        0|3.600|   1.013|  3.204|  10.267|   -.961|   1.334|    .809|    .687|9.000|   .000|  9.000|36.000|
+|V15     #     10|        0|3.700|    .920|  2.908|   8.456|  -1.352|   1.334|    .710|    .687|7.000|  1.000|  8.000|37.000|
+|V16     #     10|        0|6.400|    .909|  2.875|   8.267|  -1.142|   1.334|   -.923|    .687|7.000|  2.000|  9.000|64.000|
++--------#-------+---------+-----+--------+-------+--------+--------+--------+--------+--------+-----+-------+-------+------+
 EOF
 if [ $? -ne 0 ] ; then fail ; fi
 
 
-pass
\ No newline at end of file
+pass