Index: /trunk/psLib/test/math/tap_psPolyFit1D.c
===================================================================
--- /trunk/psLib/test/math/tap_psPolyFit1D.c	(revision 11655)
+++ /trunk/psLib/test/math/tap_psPolyFit1D.c	(revision 11656)
@@ -75,4 +75,5 @@
     stats->clipSigma = CLIP_SIGMA;
     stats->clipIter = NUM_ITERATIONS;
+    stats->options |= PS_STAT_SAMPLE_STDEV;
 
     if (VERBOSE)
@@ -441,5 +442,4 @@
     ok(genericTest(TS00_MASK_U8 | TS00_FERR_F64 | TS00_X_F32 | TS00_F_F64 | TS00_POLY_CHEB, POLY_ORDER, NUM_DATA, true), "F64 tests: Chebyshev polys, non-clip fit.  Mismatch vector types");
 
-
     //
     // F32 tests: Ordinary polys, clip fit
@@ -463,10 +463,14 @@
     //
     // All Vectors non-NULL
-    ok(genericTest(TS00_MASK_U8 | TS00_FERR_F64 | TS00_X_F64 | TS00_F_F64 | TS00_POLY_ORD | TS00_CLIP_FIT, POLY_ORDER, NUM_DATA, true), "F64 tests: Ordinary polys, clip fit");
+    ok(genericTest(TS00_MASK_U8 | TS00_FERR_F64 | TS00_X_F64 | TS00_F_F64 | TS00_POLY_ORD
+                   | TS00_CLIP_FIT, POLY_ORDER, NUM_DATA, true),
+       "F64 tests: Ordinary polys, clip fit");
     // Some Vectors NULL
     //    ok(genericTest(TS00_MASK_U8 | TS00_FERR_NULL | TS00_X_F64 | TS00_F_F64 | TS00_POLY_ORD | TS00_CLIP_FIT, POLY_ORDER, NUM_DATA, true), "F64 tests: Ordinary polys, clip fit.  Some Vectors NULL");
     //    ok(genericTest(TS00_MASK_U8 | TS00_FERR_F64 | TS00_X_NULL | TS00_F_F64 | TS00_POLY_ORD | TS00_CLIP_FIT, POLY_ORDER, NUM_DATA, true), "F64 tests: Ordinary polys, clip fit.  Some Vectors NULL");
     // F-vector NULL
-    ok(genericTest(TS00_MASK_U8 | TS00_FERR_F64 | TS00_X_F64 | TS00_F_NULL | TS00_POLY_ORD | TS00_CLIP_FIT, POLY_ORDER, NUM_DATA, false), "F64 tests: Ordinary polys, clip fit.  F Vector NULL");
+    ok(genericTest(TS00_MASK_U8 | TS00_FERR_F64 | TS00_X_F64 | TS00_F_NULL | TS00_POLY_ORD
+                   | TS00_CLIP_FIT, POLY_ORDER, NUM_DATA, false),
+       "F64 tests: Ordinary polys, clip fit.  F Vector NULL");
     ok(genericTest(TS00_MASK_NULL | TS00_FERR_F64 | TS00_X_F64 | TS00_F_F32 | TS00_POLY_ORD | TS00_CLIP_FIT, POLY_ORDER, NUM_DATA, false), "F64 tests: Ordinary polys, clip fit.  F Vector NULL");
     // Mismatch vector types
Index: /trunk/psLib/test/math/tap_psPolyFit2D.c
===================================================================
--- /trunk/psLib/test/math/tap_psPolyFit2D.c	(revision 11655)
+++ /trunk/psLib/test/math/tap_psPolyFit2D.c	(revision 11656)
@@ -78,4 +78,5 @@
     stats->clipSigma = CLIP_SIGMA;
     stats->clipIter = NUM_ITERATIONS;
+    stats->options |= PS_STAT_SAMPLE_STDEV;
 
     if (VERBOSE)
Index: /trunk/psLib/test/math/tap_psPolyFit3D.c
===================================================================
--- /trunk/psLib/test/math/tap_psPolyFit3D.c	(revision 11655)
+++ /trunk/psLib/test/math/tap_psPolyFit3D.c	(revision 11656)
@@ -95,4 +95,5 @@
     stats->clipSigma = CLIP_SIGMA;
     stats->clipIter = NUM_ITERATIONS;
+    stats->options |= PS_STAT_SAMPLE_STDEV;
 
     if (VERBOSE)
Index: /trunk/psLib/test/math/tap_psPolyFit4D.c
===================================================================
--- /trunk/psLib/test/math/tap_psPolyFit4D.c	(revision 11655)
+++ /trunk/psLib/test/math/tap_psPolyFit4D.c	(revision 11656)
@@ -117,4 +117,5 @@
     stats->clipSigma = CLIP_SIGMA;
     stats->clipIter = NUM_ITERATIONS;
+    stats->options |= PS_STAT_SAMPLE_STDEV;
 
     if (VERBOSE)
Index: /trunk/psLib/test/math/tap_psStats00.c
===================================================================
--- /trunk/psLib/test/math/tap_psStats00.c	(revision 11655)
+++ /trunk/psLib/test/math/tap_psStats00.c	(revision 11656)
@@ -9,6 +9,6 @@
  *  @author GLG, MHPCC
  *
- *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-12-29 04:38:42 $
+ *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2007-02-06 00:50:03 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, Univ. of Hawaii
@@ -64,5 +64,5 @@
     psMemId idGlobal = psMemGetId();
     psLogSetFormat("HLNM");
-    plan_tests(46);
+    plan_tests(60);
 
     // Allocate data vectors for F32 tests
Index: /trunk/psLib/test/math/tap_psStatsTiming.c
===================================================================
--- /trunk/psLib/test/math/tap_psStatsTiming.c	(revision 11655)
+++ /trunk/psLib/test/math/tap_psStatsTiming.c	(revision 11656)
@@ -15,5 +15,5 @@
 int main (void)
 {
-    plan_tests(26);
+    plan_tests(68);
 
     diag("psStats timing tests");
