Index: /trunk/psLib/test/dataManip/verified/tst_psStats00.stdout
===================================================================
--- /trunk/psLib/test/dataManip/verified/tst_psStats00.stdout	(revision 936)
+++ /trunk/psLib/test/dataManip/verified/tst_psStats00.stdout	(revision 936)
@@ -0,0 +1,62 @@
+/----------------------------- TESTPOINT ------------------------------------------\
+|             TestFile: tst_psStats00.c                                            |
+|            TestPoint: psStats functions{PS_STAT_SAMPLE_MEAN: no vector mask}     |
+|             TestType: Positive                                                   |
+\----------------------------------------------------------------------------------/
+
+Called psVectorStats() on a vector with no elements masked.
+The expected mean was 4.500000; the calculated mean was 4.500000
+
+---> TESTPOINT PASSED (psVector functions{PS_STAT_SAMPLE_MEAN: no vector mask} | tst_psStats00.c)
+
+/----------------------------- TESTPOINT ------------------------------------------\
+|             TestFile: tst_psStats00.c                                            |
+|            TestPoint: psStats functions{PS_STAT_SAMPLE_MEAN: with vector mask=1} |
+|             TestType: Positive                                                   |
+\----------------------------------------------------------------------------------/
+
+Called psVectorStats() on a vector with last N/2 elements masked.
+The expected mean was 2.000000; the calculated mean was 2.000000
+
+---> TESTPOINT PASSED (psVector functions{PS_STAT_SAMPLE_MEAN: with vector mask=1} | tst_psStats00.c)
+
+/----------------------------- TESTPOINT ------------------------------------------\
+|             TestFile: tst_psStats00.c                                            |
+|            TestPoint: psStats functions{PS_STAT_SAMPLE_MEAN: with vector mask=2} |
+|             TestType: Positive                                                   |
+\----------------------------------------------------------------------------------/
+
+Called psVectorStats() on a vector with last N/2 elements masked.
+The expected mean was 2.000000; the calculated mean was 2.000000
+
+---> TESTPOINT PASSED (psVector functions{PS_STAT_SAMPLE_MEAN: with vector mask=2} | tst_psStats00.c)
+
+/----------------------------- TESTPOINT ------------------------------------------\
+|             TestFile: tst_psStats00.c                                            |
+|            TestPoint: psStats functions{PS_STAT_SAMPLE_MEAN: with vector mask=3} |
+|             TestType: Positive                                                   |
+\----------------------------------------------------------------------------------/
+
+Called psVectorStats() on a vector with last N/2 elements masked.
+The expected mean was 2.000000; the calculated mean was 2.000000
+
+---> TESTPOINT PASSED (psVector functions{PS_STAT_SAMPLE_MEAN: with vector mask=3} | tst_psStats00.c)
+
+/----------------------------- TESTPOINT ------------------------------------------\
+|             TestFile: tst_psStats00.c                                            |
+|            TestPoint: psStats functions{PS_STAT_SAMPLE_MEAN: NULL inputs}        |
+|             TestType: Positive                                                   |
+\----------------------------------------------------------------------------------/
+
+
+---> TESTPOINT PASSED (psVector functions{PS_STAT_SAMPLE_MEAN: NULL inputs} | tst_psStats00.c)
+
+/----------------------------- TESTPOINT ------------------------------------------\
+|             TestFile: tst_psStats00.c                                            |
+|            TestPoint: psStats functions{psStats(): deallocating memory}          |
+|             TestType: Positive                                                   |
+\----------------------------------------------------------------------------------/
+
+
+---> TESTPOINT PASSED (psVector functions{psStats(): deallocating memory} | tst_psStats00.c)
+
Index: /trunk/psLib/test/dataManip/verified/tst_psStats01.stdout
===================================================================
--- /trunk/psLib/test/dataManip/verified/tst_psStats01.stdout	(revision 936)
+++ /trunk/psLib/test/dataManip/verified/tst_psStats01.stdout	(revision 936)
@@ -0,0 +1,36 @@
+Masking element 5
+Masking element 6
+Masking element 7
+Masking element 8
+Masking element 9
+/----------------------------- TESTPOINT ------------------------------------------\
+|             TestFile: tst_psStats01.c                                            |
+|            TestPoint: psStats functions{PS_STAT_MAX: no vector mask}             |
+|             TestType: Positive                                                   |
+\----------------------------------------------------------------------------------/
+
+Called psVectorStats() on a vector with no elements masked.
+The expected max was 9.000000; the calculated max was 9.000000
+
+---> TESTPOINT PASSED (psVector functions{PS_STAT_MAX: no vector mask} | tst_psStats01.c)
+
+/----------------------------- TESTPOINT ------------------------------------------\
+|             TestFile: tst_psStats01.c                                            |
+|            TestPoint: psStats functions{PS_STAT_MAX: with vector mask}           |
+|             TestType: Positive                                                   |
+\----------------------------------------------------------------------------------/
+
+Called psVectorStats() on a vector with last N/2 elements masked.
+The expected max was 4.000000; the calculated max was 4.000000
+
+---> TESTPOINT PASSED (psVector functions{PS_STAT_MAX: with vector mask} | tst_psStats01.c)
+
+/----------------------------- TESTPOINT ------------------------------------------\
+|             TestFile: tst_psStats01.c                                            |
+|            TestPoint: psStats functions{psStats(): deallocating memory}          |
+|             TestType: Positive                                                   |
+\----------------------------------------------------------------------------------/
+
+
+---> TESTPOINT PASSED (psVector functions{psStats(): deallocating memory} | tst_psStats01.c)
+
Index: /trunk/psLib/test/dataManip/verified/tst_psStats02.stdout
===================================================================
--- /trunk/psLib/test/dataManip/verified/tst_psStats02.stdout	(revision 936)
+++ /trunk/psLib/test/dataManip/verified/tst_psStats02.stdout	(revision 936)
@@ -0,0 +1,31 @@
+/----------------------------- TESTPOINT ------------------------------------------\
+|             TestFile: tst_psStats02.c                                            |
+|            TestPoint: psStats functions{PS_STAT_MIN: no vector mask}             |
+|             TestType: Positive                                                   |
+\----------------------------------------------------------------------------------/
+
+Called psVectorStats() on a vector with no elements masked.
+The expected min was 0.000000; the calculated min was 0.000000
+
+---> TESTPOINT PASSED (psVector functions{PS_STAT_MIN: no vector mask} | tst_psStats02.c)
+
+/----------------------------- TESTPOINT ------------------------------------------\
+|             TestFile: tst_psStats02.c                                            |
+|            TestPoint: psStats functions{PS_STAT_MIN: with vector mask}           |
+|             TestType: Positive                                                   |
+\----------------------------------------------------------------------------------/
+
+Called psVectorStats() on a vector with last N/2 elements masked.
+The expected min was 5.000000; the calculated min was 5.000000
+
+---> TESTPOINT PASSED (psVector functions{PS_STAT_MIN: with vector mask} | tst_psStats02.c)
+
+/----------------------------- TESTPOINT ------------------------------------------\
+|             TestFile: tst_psStats02.c                                            |
+|            TestPoint: psStats functions{psStats(): deallocating memory}          |
+|             TestType: Positive                                                   |
+\----------------------------------------------------------------------------------/
+
+
+---> TESTPOINT PASSED (psVector functions{psStats(): deallocating memory} | tst_psStats02.c)
+
Index: /trunk/psLib/test/dataManip/verified/tst_psStats03.stdout
===================================================================
--- /trunk/psLib/test/dataManip/verified/tst_psStats03.stdout	(revision 936)
+++ /trunk/psLib/test/dataManip/verified/tst_psStats03.stdout	(revision 936)
@@ -0,0 +1,31 @@
+/----------------------------- TESTPOINT ------------------------------------------\
+|             TestFile: tst_psStats03.c                                            |
+|            TestPoint: psStats functions{PS_STAT_SAMPLE_MEDIAN: no vector mask}   |
+|             TestType: Positive                                                   |
+\----------------------------------------------------------------------------------/
+
+Called psVectorStats() on a vector with no elements masked.
+The expected median was 2058.000000.  The calculated median was 2058.000000.
+
+---> TESTPOINT PASSED (psStats functions{PS_STAT_SAMPLE_MEDIAN: no vector mask} | tst_psStats03.c)
+
+/----------------------------- TESTPOINT ------------------------------------------\
+|             TestFile: tst_psStats03.c                                            |
+|            TestPoint: psStats functions{PS_STAT_SAMPLE_MEDIAN: with vector mask} |
+|             TestType: Positive                                                   |
+\----------------------------------------------------------------------------------/
+
+Called psVectorStats() on a vector with last N/2 elements masked.
+The expected median was 1028.500000.  The calculated median was 1028.500000.
+
+---> TESTPOINT PASSED (psStats functions{PS_STAT_SAMPLE_MEDIAN: with vector mask} | tst_psStats03.c)
+
+/----------------------------- TESTPOINT ------------------------------------------\
+|             TestFile: tst_psStats03.c                                            |
+|            TestPoint: psStats functions{psStats(): deallocating memory}          |
+|             TestType: Positive                                                   |
+\----------------------------------------------------------------------------------/
+
+
+---> TESTPOINT PASSED (psStats functions{psStats(): deallocating memory} | tst_psStats03.c)
+
Index: /trunk/psLib/test/dataManip/verified/tst_psStats05.stdout
===================================================================
--- /trunk/psLib/test/dataManip/verified/tst_psStats05.stdout	(revision 936)
+++ /trunk/psLib/test/dataManip/verified/tst_psStats05.stdout	(revision 936)
@@ -0,0 +1,27 @@
+/----------------------------- TESTPOINT ------------------------------------------\
+|             TestFile: tst_psStats05.c                                            |
+|            TestPoint: psStats functions{Allocate the psStats structure.}         |
+|             TestType: Positive                                                   |
+\----------------------------------------------------------------------------------/
+
+
+---> TESTPOINT PASSED (psStats functions{Allocate the psStats structure.} | tst_psStats05.c)
+
+/----------------------------- TESTPOINT ------------------------------------------\
+|             TestFile: tst_psStats05.c                                            |
+|            TestPoint: psStats functions{Deallocate the psStats structure.}       |
+|             TestType: Positive                                                   |
+\----------------------------------------------------------------------------------/
+
+
+---> TESTPOINT PASSED (psStats functions{Deallocate the psStats structure.} | tst_psStats05.c)
+
+/----------------------------- TESTPOINT ------------------------------------------\
+|             TestFile: tst_psStats05.c                                            |
+|            TestPoint: psStats functions{Deallocate NULL psStats structure.}      |
+|             TestType: Positive                                                   |
+\----------------------------------------------------------------------------------/
+
+
+---> TESTPOINT PASSED (psStats functions{Deallocate NULL psStats structure.} | tst_psStats05.c)
+
Index: /trunk/psLib/test/dataManip/verified/tst_psStats06.stdout
===================================================================
--- /trunk/psLib/test/dataManip/verified/tst_psStats06.stdout	(revision 936)
+++ /trunk/psLib/test/dataManip/verified/tst_psStats06.stdout	(revision 936)
@@ -0,0 +1,31 @@
+/----------------------------- TESTPOINT ------------------------------------------\
+|             TestFile: tst_psStats06.c                                            |
+|            TestPoint: psStats functions{PS_STAT_SAMPLE_STDEV: no vector mask}    |
+|             TestType: Positive                                                   |
+\----------------------------------------------------------------------------------/
+
+Called psVectorStats() on a vector with no elements masked.
+The expected stdev was 4.472136; the calculated stdev was 4.472136
+
+---> TESTPOINT PASSED (psVector functions{PS_STAT_SAMPLE_STDEV: no vector mask} | tst_psStats06.c)
+
+/----------------------------- TESTPOINT ------------------------------------------\
+|             TestFile: tst_psStats06.c                                            |
+|            TestPoint: psStats functions{PS_STAT_SAMPLE_STDEV: with vector mask}  |
+|             TestType: Positive                                                   |
+\----------------------------------------------------------------------------------/
+
+Called psVectorStats() on a vector with last N/2 elements masked.
+The expected stdev was 2.160247; the calculated stdev was 2.160247
+
+---> TESTPOINT PASSED (psVector functions{PS_STAT_SAMPLE_STDEV: with vector mask} | tst_psStats06.c)
+
+/----------------------------- TESTPOINT ------------------------------------------\
+|             TestFile: tst_psStats06.c                                            |
+|            TestPoint: psStats functions{psStats(): deallocating memory}          |
+|             TestType: Positive                                                   |
+\----------------------------------------------------------------------------------/
+
+
+---> TESTPOINT PASSED (psVector functions{psStats(): deallocating memory} | tst_psStats06.c)
+
Index: /trunk/psLib/test/dataManip/verified/tst_psStats07.stdout
===================================================================
--- /trunk/psLib/test/dataManip/verified/tst_psStats07.stdout	(revision 936)
+++ /trunk/psLib/test/dataManip/verified/tst_psStats07.stdout	(revision 936)
@@ -0,0 +1,173 @@
+/----------------------------- TESTPOINT ------------------------------------------\
+|             TestFile: tst_psStats07.c                                            |
+|            TestPoint: psStats functions{PS_STAT_ROBUST_STATS: robust mean: no vector mask} |
+|             TestType: Positive                                                   |
+\----------------------------------------------------------------------------------/
+
+Calling psVectorStats() on a vector with no elements masked.
+Called psVectorStats() on a vector with no elements masked.
+The expected Mean was 0.000000; the calculated Mean was 0.000000
+
+---> TESTPOINT PASSED (psVector functions{PS_STAT_ROBUST_STATS: robust mean: no vector mask} | tst_psStats07.c)
+
+/----------------------------- TESTPOINT ------------------------------------------\
+|             TestFile: tst_psStats07.c                                            |
+|            TestPoint: psStats functions{PS_STAT_ROBUST_STATS: robust Median: no vector mask} |
+|             TestType: Positive                                                   |
+\----------------------------------------------------------------------------------/
+
+The expected Median was 0.000000; the calculated Median was 0.000000
+
+---> TESTPOINT PASSED (psVector functions{PS_STAT_ROBUST_STATS: robust Median: no vector mask} | tst_psStats07.c)
+
+/----------------------------- TESTPOINT ------------------------------------------\
+|             TestFile: tst_psStats07.c                                            |
+|            TestPoint: psStats functions{PS_STAT_ROBUST_STATS: robust Mode: no vector mask} |
+|             TestType: Positive                                                   |
+\----------------------------------------------------------------------------------/
+
+The expected Mode was 0.000000; the calculated Mode was -1.000000
+
+---> TESTPOINT FAILED (psVector functions{PS_STAT_ROBUST_STATS: robust Mode: no vector mask} | tst_psStats07.c)
+
+/----------------------------- TESTPOINT ------------------------------------------\
+|             TestFile: tst_psStats07.c                                            |
+|            TestPoint: psStats functions{PS_STAT_ROBUST_STATS: robust Stdev: no vector mask} |
+|             TestType: Positive                                                   |
+\----------------------------------------------------------------------------------/
+
+The expected Stdev was 0.000000; the calculated Stdev was 0.000000
+
+---> TESTPOINT PASSED (psVector functions{PS_STAT_ROBUST_STATS: robust Stdev: no vector mask} | tst_psStats07.c)
+
+/----------------------------- TESTPOINT ------------------------------------------\
+|             TestFile: tst_psStats07.c                                            |
+|            TestPoint: psStats functions{PS_STAT_ROBUST_STATS: lower quartile: no vector mask} |
+|             TestType: Positive                                                   |
+\----------------------------------------------------------------------------------/
+
+The expected LQ was 0.000000; the calculated LQ was 0.000000
+
+---> TESTPOINT PASSED (psVector functions{PS_STAT_ROBUST_STATS: lower quartile: no vector mask} | tst_psStats07.c)
+
+/----------------------------- TESTPOINT ------------------------------------------\
+|             TestFile: tst_psStats07.c                                            |
+|            TestPoint: psStats functions{PS_STAT_ROBUST_STATS: upper quartile: no vector mask} |
+|             TestType: Positive                                                   |
+\----------------------------------------------------------------------------------/
+
+The expected UQ was 0.000000; the calculated UQ was 0.000000
+
+---> TESTPOINT PASSED (psVector functions{PS_STAT_ROBUST_STATS: lower quartile: no vector mask} | tst_psStats07.c)
+
+/----------------------------- TESTPOINT ------------------------------------------\
+|             TestFile: tst_psStats07.c                                            |
+|            TestPoint: psStats functions{PS_STAT_ROBUST_STATS: robust N50: no vector mask} |
+|             TestType: Positive                                                   |
+\----------------------------------------------------------------------------------/
+
+The expected N50 was 0.000000; the calculated N50 was 0.000000
+
+---> TESTPOINT PASSED (psVector functions{PS_STAT_ROBUST_STATS: robust N50: no vector mask} | tst_psStats07.c)
+
+/----------------------------- TESTPOINT ------------------------------------------\
+|             TestFile: tst_psStats07.c                                            |
+|            TestPoint: psStats functions{PS_STAT_ROBUST_STATS: robust Nfit: no vector mask} |
+|             TestType: Positive                                                   |
+\----------------------------------------------------------------------------------/
+
+The expected Nfit was 0.000000; the calculated Nfit was 0.000000
+
+---> TESTPOINT PASSED (psVector functions{PS_STAT_ROBUST_STATS: robust Nfit: no vector mask} | tst_psStats07.c)
+
+/----------------------------- TESTPOINT ------------------------------------------\
+|             TestFile: tst_psStats07.c                                            |
+|            TestPoint: psStats functions{PS_STAT_ROBUST_STATS: robust mean: with vector mask} |
+|             TestType: Positive                                                   |
+\----------------------------------------------------------------------------------/
+
+Calling psVectorStats() on a vector with elements masked.
+Called psVectorStats() on a vector with elements masked.
+The expected Mean was 0.000000; the calculated Mean was 0.000000
+
+---> TESTPOINT PASSED (psVector functions{PS_STAT_ROBUST_STATS: robust mean: with vector mask} | tst_psStats07.c)
+
+/----------------------------- TESTPOINT ------------------------------------------\
+|             TestFile: tst_psStats07.c                                            |
+|            TestPoint: psStats functions{PS_STAT_ROBUST_STATS: robust Median: with vector mask} |
+|             TestType: Positive                                                   |
+\----------------------------------------------------------------------------------/
+
+The expected Median was 0.000000; the calculated Median was 0.000000
+
+---> TESTPOINT PASSED (psVector functions{PS_STAT_ROBUST_STATS: robust Median: with vector mask} | tst_psStats07.c)
+
+/----------------------------- TESTPOINT ------------------------------------------\
+|             TestFile: tst_psStats07.c                                            |
+|            TestPoint: psStats functions{PS_STAT_ROBUST_STATS: robust Mode: with vector mask} |
+|             TestType: Positive                                                   |
+\----------------------------------------------------------------------------------/
+
+The expected Mode was 0.000000; the calculated Mode was -1.000000
+
+---> TESTPOINT FAILED (psVector functions{PS_STAT_ROBUST_STATS: robust Mode: with vector mask} | tst_psStats07.c)
+
+/----------------------------- TESTPOINT ------------------------------------------\
+|             TestFile: tst_psStats07.c                                            |
+|            TestPoint: psStats functions{PS_STAT_ROBUST_STATS: robust Stdev: with vector mask} |
+|             TestType: Positive                                                   |
+\----------------------------------------------------------------------------------/
+
+The expected Stdev was 0.000000; the calculated Stdev was 0.000000
+
+---> TESTPOINT PASSED (psVector functions{PS_STAT_ROBUST_STATS: robust Stdev: with vector mask} | tst_psStats07.c)
+
+/----------------------------- TESTPOINT ------------------------------------------\
+|             TestFile: tst_psStats07.c                                            |
+|            TestPoint: psStats functions{PS_STAT_ROBUST_STATS: lower quartile: with vector mask} |
+|             TestType: Positive                                                   |
+\----------------------------------------------------------------------------------/
+
+The expected LQ was 0.000000; the calculated LQ was 0.000000
+
+---> TESTPOINT PASSED (psVector functions{PS_STAT_ROBUST_STATS: lower quartile: with vector mask} | tst_psStats07.c)
+
+/----------------------------- TESTPOINT ------------------------------------------\
+|             TestFile: tst_psStats07.c                                            |
+|            TestPoint: psStats functions{PS_STAT_ROBUST_STATS: upper quartile: with vector mask} |
+|             TestType: Positive                                                   |
+\----------------------------------------------------------------------------------/
+
+The expected UQ was 0.000000; the calculated UQ was 0.000000
+
+---> TESTPOINT PASSED (psVector functions{PS_STAT_ROBUST_STATS: lower quartile: with vector mask} | tst_psStats07.c)
+
+/----------------------------- TESTPOINT ------------------------------------------\
+|             TestFile: tst_psStats07.c                                            |
+|            TestPoint: psStats functions{PS_STAT_ROBUST_STATS: robust N50: with vector mask} |
+|             TestType: Positive                                                   |
+\----------------------------------------------------------------------------------/
+
+The expected N50 was 0.000000; the calculated N50 was 0.000000
+
+---> TESTPOINT PASSED (psVector functions{PS_STAT_ROBUST_STATS: robust N50: with vector mask} | tst_psStats07.c)
+
+/----------------------------- TESTPOINT ------------------------------------------\
+|             TestFile: tst_psStats07.c                                            |
+|            TestPoint: psStats functions{PS_STAT_ROBUST_STATS: robust Nfit: with vector mask} |
+|             TestType: Positive                                                   |
+\----------------------------------------------------------------------------------/
+
+The expected Nfit was 0.000000; the calculated Nfit was 0.000000
+
+---> TESTPOINT PASSED (psVector functions{PS_STAT_ROBUST_STATS: robust Nfit: with vector mask} | tst_psStats07.c)
+
+/----------------------------- TESTPOINT ------------------------------------------\
+|             TestFile: tst_psStats07.c                                            |
+|            TestPoint: psStats functions{psStats(): deallocating memory}          |
+|             TestType: Positive                                                   |
+\----------------------------------------------------------------------------------/
+
+
+---> TESTPOINT PASSED (psVector functions{psStats(): deallocating memory} | tst_psStats07.c)
+
Index: /trunk/psLib/test/dataManip/verified/tst_psStats08.stdout
===================================================================
--- /trunk/psLib/test/dataManip/verified/tst_psStats08.stdout	(revision 936)
+++ /trunk/psLib/test/dataManip/verified/tst_psStats08.stdout	(revision 936)
@@ -0,0 +1,53 @@
+/----------------------------- TESTPOINT ------------------------------------------\
+|             TestFile: tst_psStats08.c                                            |
+|            TestPoint: psStats functions{PS_STAT_SAMPLE_LQ: no vector mask}       |
+|             TestType: Positive                                                   |
+\----------------------------------------------------------------------------------/
+
+Called psVectorStats() on a vector with no elements masked.
+The expected sampleLQ was 50.000000; the calculated sampleLQ was 50.000000
+
+---> TESTPOINT PASSED (psVector functions{PS_STAT_SAMPLE_LQ: no vector mask} | tst_psStats08.c)
+
+/----------------------------- TESTPOINT ------------------------------------------\
+|             TestFile: tst_psStats08.c                                            |
+|            TestPoint: psStats functions{PS_STAT_SAMPLE_UQ: no vector mask}       |
+|             TestType: Positive                                                   |
+\----------------------------------------------------------------------------------/
+
+Called psVectorStats() on a vector with no elements masked.
+The expected sampleUQ was 150.000000; the calculated sampleUQ was 150.000000
+
+---> TESTPOINT PASSED (psVector functions{PS_STAT_SAMPLE_UQ: no vector mask} | tst_psStats08.c)
+
+/----------------------------- TESTPOINT ------------------------------------------\
+|             TestFile: tst_psStats08.c                                            |
+|            TestPoint: psStats functions{PS_STAT_SAMPLE_LQ: with vector mask}     |
+|             TestType: Positive                                                   |
+\----------------------------------------------------------------------------------/
+
+Called psVectorStats() on a vector with elements masked.
+The expected sampleLQ was 25.000000; the calculated sampleLQ was 25.000000
+
+---> TESTPOINT PASSED (psVector functions{PS_STAT_SAMPLE_LQ: with vector mask} | tst_psStats08.c)
+
+/----------------------------- TESTPOINT ------------------------------------------\
+|             TestFile: tst_psStats08.c                                            |
+|            TestPoint: psStats functions{PS_STAT_SAMPLE_UQ: with vector mask}     |
+|             TestType: Positive                                                   |
+\----------------------------------------------------------------------------------/
+
+Called psVectorStats() on a vector with elements masked.
+The expected sampleUQ was 75.000000; the calculated sampleUQ was 75.000000
+
+---> TESTPOINT PASSED (psVector functions{PS_STAT_SAMPLE_UQ: with vector mask} | tst_psStats08.c)
+
+/----------------------------- TESTPOINT ------------------------------------------\
+|             TestFile: tst_psStats08.c                                            |
+|            TestPoint: psStats functions{psStats(): deallocating memory}          |
+|             TestType: Positive                                                   |
+\----------------------------------------------------------------------------------/
+
+
+---> TESTPOINT PASSED (psVector functions{psStats(): deallocating memory} | tst_psStats08.c)
+
