Changeset 9640 for trunk/psLib/src/math/psMinimizePolyFit.c
- Timestamp:
- Oct 18, 2006, 4:57:18 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psMinimizePolyFit.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psMinimizePolyFit.c
r9625 r9640 10 10 * @author EAM, IfA 11 11 * 12 * @version $Revision: 1.2 2$ $Name: not supported by cvs2svn $13 * @date $Date: 2006-10-1 8 18:37:38 $12 * @version $Revision: 1.23 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2006-10-19 02:57:18 $ 14 14 * 15 15 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 1321 1321 psTrace("psLib.math", 5, "Median is %f\n", stats->robustMedian); 1322 1322 psTrace("psLib.math", 5, "Stdev is %f\n", stats->robustStdev); 1323 psTrace("psLib.math", 5, "Sample Median is %f\n", stats->sampleMedian); 1324 psTrace("psLib.math", 5, "Sample Stdev is %f\n", stats->sampleStdev); 1323 1325 psF32 minClipValue = -minClipSigma*stats->robustStdev; 1324 1326 psF32 maxClipValue = +maxClipSigma*stats->robustStdev; … … 1328 1330 psTrace("psLib.math", 5, "Median is %f\n", stats->sampleMedian); 1329 1331 psTrace("psLib.math", 5, "Stdev is %f\n", stats->sampleStdev); 1332 psTrace("psLib.math", 5, "Robust Median is %f\n", stats->robustMedian); 1333 psTrace("psLib.math", 5, "Robust Stdev is %f\n", stats->robustStdev); 1330 1334 psF32 minClipValue = -minClipSigma*stats->robustStdev; 1331 1335 psF32 maxClipValue = +maxClipSigma*stats->robustStdev;
Note:
See TracChangeset
for help on using the changeset viewer.
