Changeset 11685 for trunk/psLib/test/math/tap_psStats07.c
- Timestamp:
- Feb 7, 2007, 12:50:18 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/math/tap_psStats07.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/math/tap_psStats07.c
r11265 r11685 307 307 // We will use this later in determining if the clipped stats are correct. 308 308 // 309 psF32 sampleMean ;310 psF32 sampleStdev ;311 psF32 sampleMedian ;312 psF32 sampleLQ ;313 psF32 sampleUQ ;309 psF32 sampleMean=0.0; 310 psF32 sampleStdev=0.0; 311 psF32 sampleMedian=0.0; 312 psF32 sampleLQ=0.0; 313 psF32 sampleUQ=0.0; 314 314 if (expectedRC == true) { 315 315 psStats *myStats = psStatsAlloc(PS_STAT_SAMPLE_MEAN | PS_STAT_SAMPLE_STDEV | PS_STAT_SAMPLE_MEDIAN | PS_STAT_SAMPLE_QUARTILE);
Note:
See TracChangeset
for help on using the changeset viewer.
