Changeset 17447 for trunk/psLib/src/math/psStats.c
- Timestamp:
- Apr 17, 2008, 1:43:03 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psStats.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psStats.c
r15840 r17447 13 13 * use ->min and ->max (PS_STAT_USE_RANGE) 14 14 * 15 * @version $Revision: 1.22 1$ $Name: not supported by cvs2svn $16 * @date $Date: 200 7-12-15 01:17:28$15 * @version $Revision: 1.222 $ $Name: not supported by cvs2svn $ 16 * @date $Date: 2008-04-17 23:43:02 $ 17 17 * 18 18 * Copyright 2006 IfA, University of Hawaii … … 521 521 } 522 522 523 assert(count > 1); // It should be, because we have a mean and standard deviation523 psAssert(count > 1, "impossible"); // It should be, because we have a mean and standard deviation 524 524 525 525 double stdev = stats->sampleStdev; // Standard deviation
Note:
See TracChangeset
for help on using the changeset viewer.
