Changeset 1904 for trunk/psLib/src/math/psStats.c
- Timestamp:
- Sep 27, 2004, 10:37:48 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psStats.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psStats.c
r1903 r1904 9 9 * @author GLG, MHPCC 10 10 * 11 * @version $Revision: 1. 59$ $Name: not supported by cvs2svn $12 * @date $Date: 2004-09-2 5 23:05:07$11 * @version $Revision: 1.60 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2004-09-27 20:37:48 $ 13 13 * 14 14 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 1487 1487 newStruct->robustUQ = NAN; 1488 1488 newStruct->robustLQ = NAN; 1489 newStruct->robustN50 = NAN;1490 newStruct->robustNfit = NAN;1489 newStruct->robustN50 = 0; 1490 newStruct->robustNfit = 0; 1491 1491 newStruct->clippedMean = NAN; 1492 1492 newStruct->clippedStdev = NAN;
Note:
See TracChangeset
for help on using the changeset viewer.
